diff options
author | Michal Krol <mjkrol@gmail.org> | 2006-01-30 14:50:01 +0000 |
---|---|---|
committer | Michal Krol <mjkrol@gmail.org> | 2006-01-30 14:50:01 +0000 |
commit | bd8c742762e1f4dc3195bbf0acd2fe21d3447c00 (patch) | |
tree | 9c863f35cbb3a4ecd4749f197f2959ac1d6c00bb /windows/VC6/mesa | |
parent | 9dc8bce88e84322171e16be190f2e430dee986ac (diff) |
Add shader/slang/slang_compile_*.* files.
Diffstat (limited to 'windows/VC6/mesa')
-rw-r--r-- | windows/VC6/mesa/mesa/mesa.dsp | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/windows/VC6/mesa/mesa/mesa.dsp b/windows/VC6/mesa/mesa/mesa.dsp index 64f55cc508..9fdda56ad1 100644 --- a/windows/VC6/mesa/mesa/mesa.dsp +++ b/windows/VC6/mesa/mesa/mesa.dsp @@ -498,6 +498,22 @@ SOURCE=..\..\..\..\src\mesa\shader\slang\slang_compile.c # End Source File
# Begin Source File
+SOURCE=..\..\..\..\src\mesa\shader\slang\slang_compile_function.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\shader\slang\slang_compile_operation.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\shader\slang\slang_compile_struct.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\shader\slang\slang_compile_variable.c
+# End Source File
+# Begin Source File
+
SOURCE=..\..\..\..\src\mesa\shader\slang\slang_execute.c
# End Source File
# Begin Source File
@@ -1179,6 +1195,22 @@ SOURCE=..\..\..\..\src\mesa\shader\slang\slang_compile.h # End Source File
# Begin Source File
+SOURCE=..\..\..\..\src\mesa\shader\slang\slang_compile_function.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\shader\slang\slang_compile_operation.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\shader\slang\slang_compile_struct.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\shader\slang\slang_compile_variable.h
+# End Source File
+# Begin Source File
+
SOURCE=..\..\..\..\src\mesa\shader\slang\slang_execute.h
# End Source File
# Begin Source File
|