summaryrefslogtreecommitdiff
path: root/src/mesa/sources
diff options
context:
space:
mode:
authorMichal Krol <mjkrol@gmail.org>2005-01-18 14:02:52 +0000
committerMichal Krol <mjkrol@gmail.org>2005-01-18 14:02:52 +0000
commit619f006bba9035204b84bb842c9630c2292fd950 (patch)
tree260e392bba049aa0608ccffacff21d79c2b17573 /src/mesa/sources
parent955190fbad82d760e397bd3dcc335da0c6ef4b34 (diff)
add slang preprocessor C sources; add slang include directories
Diffstat (limited to 'src/mesa/sources')
-rw-r--r--src/mesa/sources11
1 files changed, 10 insertions, 1 deletions
diff --git a/src/mesa/sources b/src/mesa/sources
index 5e46008dfe..7eef01ae2d 100644
--- a/src/mesa/sources
+++ b/src/mesa/sources
@@ -149,7 +149,14 @@ SHADER_SOURCES = \
shader/nvvertparse.c \
shader/program.c \
shader/shaderobjects.c \
- shader/shaderobjects_3dlabs.c
+ shader/shaderobjects_3dlabs.c \
+ shader/slang/MachineIndependent/preprocessor/atom.c \
+ shader/slang/MachineIndependent/preprocessor/cpp.c \
+ shader/slang/MachineIndependent/preprocessor/cppstruct.c \
+ shader/slang/MachineIndependent/preprocessor/memory.c \
+ shader/slang/MachineIndependent/preprocessor/scanner.c \
+ shader/slang/MachineIndependent/preprocessor/symbols.c \
+ shader/slang/MachineIndependent/preprocessor/tokens.c
ASM_C_SOURCES = \
x86/common_x86.c \
@@ -266,5 +273,7 @@ INCLUDE_DIRS = \
-I$(TOP)/src/mesa/tnl \
-I$(TOP)/src/mesa/shader \
-I$(TOP)/src/mesa/shader/slang \
+ -I$(TOP)/src/mesa/shader/slang/OSDependent/Linux \
+ -I$(TOP)/src/mesa/shader/slang/OGLCompilersDLL \
-I$(TOP)/src/mesa/swrast \
-I$(TOP)/src/mesa/swrast_setup