summaryrefslogtreecommitdiff
path: root/src/mesa/shader
diff options
context:
space:
mode:
authorMichal Krol <mjkrol@gmail.org>2005-01-13 14:12:01 +0000
committerMichal Krol <mjkrol@gmail.org>2005-01-13 14:12:01 +0000
commit8b7cc45f3d218ec125cc9cef72d79c23cd84d829 (patch)
tree031c71f7aa9257595defb287e67db695cc424fcd /src/mesa/shader
parentb05e75bf696e99631c9a56156a3638af50e584d3 (diff)
add atifragshader.c, shaderobjects.c, shaderobjects_3dlabs.c, atifragshader.h,
shaderobjects.h, shaderobjects_3dlabs.h
Diffstat (limited to 'src/mesa/shader')
-rw-r--r--src/mesa/shader/shader.dsp26
1 files changed, 25 insertions, 1 deletions
diff --git a/src/mesa/shader/shader.dsp b/src/mesa/shader/shader.dsp
index fa5e55728e..cfb5715561 100644
--- a/src/mesa/shader/shader.dsp
+++ b/src/mesa/shader/shader.dsp
@@ -63,7 +63,7 @@ LIB32=link.exe -lib
# PROP Output_Dir "Debug"
# PROP Intermediate_Dir "Debug"
# PROP Target_Dir ""
-# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c
+# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c
# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "../../../include" /I "../" /I "../main" /I "../glapi" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /Zm500 /GZ /c
# ADD BASE RSC /l 0x409 /d "_DEBUG"
# ADD RSC /l 0x409 /d "_DEBUG"
@@ -101,6 +101,10 @@ SOURCE=.\arbvertparse.c
# End Source File
# Begin Source File
+SOURCE=.\atifragshader.c
+# End Source File
+# Begin Source File
+
SOURCE=.\grammar.c
# PROP Exclude_From_Build 1
# End Source File
@@ -128,6 +132,14 @@ SOURCE=.\nvvertparse.c
SOURCE=.\program.c
# End Source File
+# Begin Source File
+
+SOURCE=.\shaderobjects.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\shaderobjects_3dlabs.c
+# End Source File
# End Group
# Begin Group "Header Files"
@@ -154,6 +166,10 @@ SOURCE=.\arbvertparse.h
# End Source File
# Begin Source File
+SOURCE=.\atifragshader.h
+# End Source File
+# Begin Source File
+
SOURCE=.\grammar.h
# End Source File
# Begin Source File
@@ -192,6 +208,14 @@ SOURCE=.\nvvertprog.h
SOURCE=.\program.h
# End Source File
+# Begin Source File
+
+SOURCE=.\shaderobjects.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\shaderobjects_3dlabs.h
+# End Source File
# End Group
# End Target
# End Project