diff options
Diffstat (limited to 'src/mesa/shader')
| -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 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
 | 
