projects
/
platform
/
upstream
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fa2802d
)
add SLANG_SOURCES
author
Michal Krol
<mjkrol@gmail.org>
Wed, 13 Apr 2005 14:05:28 +0000
(14:05 +0000)
committer
Michal Krol
<mjkrol@gmail.org>
Wed, 13 Apr 2005 14:05:28 +0000
(14:05 +0000)
src/mesa/sources
patch
|
blob
|
history
diff --git
a/src/mesa/sources
b/src/mesa/sources
index
208970b
..
5a11782
100644
(file)
--- a/
src/mesa/sources
+++ b/
src/mesa/sources
@@
-179,6
+179,9
@@
SLANG_CPP_SOURCES = \
shader/slang/MachineIndependent/SymbolTable.cpp \
shader/slang/OGLCompilersDLL/Initialisation.cpp \
shader/slang/OSDependent/Linux/ossource.cpp
+
+SLANG_SOURCES = \
+ shader/slang/slang_compile.c
ASM_C_SOURCES = \
x86/common_x86.c \
@@
-270,7
+273,8
@@
CORE_SOURCES = \
$(SHADER_SOURCES) \
$(SWRAST_SOURCES) \
$(SWRAST_SETUP_SOURCES) \
- $(ASM_C_SOURCES)
+ $(ASM_C_SOURCES) \
+ $(SLANG_SOURCES)
# $(SLANG_C_SOURCES)