diff options
author | Michal Krol <[email protected]> | 2005-04-15 10:30:43 +0000 |
---|---|---|
committer | Michal Krol <[email protected]> | 2005-04-15 10:30:43 +0000 |
commit | a131d50fb76cfa4c129c2a9d6ec2a0c83d51b85a (patch) | |
tree | ed80b58b8594ccbb0babe79c612b7a621afa12b3 /src/mesa/sources | |
parent | e3a846b0e32920f8c7750a77d263e5c5fd87b0b9 (diff) |
add shader/slang/slang_preprocess.c
Diffstat (limited to 'src/mesa/sources')
-rw-r--r-- | src/mesa/sources | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mesa/sources b/src/mesa/sources index 5a117824abe..7c79fe76dc4 100644 --- a/src/mesa/sources +++ b/src/mesa/sources @@ -181,7 +181,8 @@ SLANG_CPP_SOURCES = \ shader/slang/OSDependent/Linux/ossource.cpp SLANG_SOURCES = \ - shader/slang/slang_compile.c + shader/slang/slang_compile.c \ + shader/slang/slang_preprocess.c ASM_C_SOURCES = \ x86/common_x86.c \ |