diff options
author | Michal Krol <[email protected]> | 2005-01-13 14:12:01 +0000 |
---|---|---|
committer | Michal Krol <[email protected]> | 2005-01-13 14:12:01 +0000 |
commit | 8b7cc45f3d218ec125cc9cef72d79c23cd84d829 (patch) | |
tree | 031c71f7aa9257595defb287e67db695cc424fcd /src/mesa | |
parent | b05e75bf696e99631c9a56156a3638af50e584d3 (diff) |
add atifragshader.c, shaderobjects.c, shaderobjects_3dlabs.c, atifragshader.h,
shaderobjects.h, shaderobjects_3dlabs.h
Diffstat (limited to 'src/mesa')
-rw-r--r-- | src/mesa/shader/shader.dsp | 26 |
1 files changed, 25 insertions, 1 deletions
diff --git a/src/mesa/shader/shader.dsp b/src/mesa/shader/shader.dsp index fa5e55728e5..cfb5715561e 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
|