From 8b7cc45f3d218ec125cc9cef72d79c23cd84d829 Mon Sep 17 00:00:00 2001 From: Michal Krol Date: Thu, 13 Jan 2005 14:12:01 +0000 Subject: add atifragshader.c, shaderobjects.c, shaderobjects_3dlabs.c, atifragshader.h, shaderobjects.h, shaderobjects_3dlabs.h --- src/mesa/shader/shader.dsp | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) (limited to 'src/mesa/shader') 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 -- cgit v1.2.3