From 931ef21c423768d2ff9999fcb0c1067c8053dcae Mon Sep 17 00:00:00 2001 From: Karl Schultz Date: Sat, 14 Aug 2004 20:07:01 +0000 Subject: Update Visual Studio Project file for src tree updates. --- src/mesa/tnl/tnl.dsp | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) (limited to 'src/mesa/tnl') diff --git a/src/mesa/tnl/tnl.dsp b/src/mesa/tnl/tnl.dsp index bdfee20bd3..0499d12658 100644 --- a/src/mesa/tnl/tnl.dsp +++ b/src/mesa/tnl/tnl.dsp @@ -41,7 +41,7 @@ RSC=rc.exe # PROP Intermediate_Dir "Release" # PROP Target_Dir "" # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c -# ADD CPP /nologo /W3 /GX /O2 /I "../../../include" /I "../" /I "../main" /I "../glapi" /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c +# ADD CPP /nologo /W3 /GX /O2 /I "../../../include" /I "../" /I "../main" /I "../glapi" /I "../shader" /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c # ADD BASE RSC /l 0x409 /d "NDEBUG" # ADD RSC /l 0x409 /d "NDEBUG" BSC32=bscmake.exe @@ -64,7 +64,7 @@ LIB32=link.exe -lib # 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 CPP /nologo /W3 /Gm /GX /ZI /Od /I "../../../include" /I "../" /I "../main" /I "../glapi" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /FR /YX /FD /GZ /c +# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "../../../include" /I "../" /I "../main" /I "../glapi" /I "../shader" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /FR /YX /FD /GZ /c # ADD BASE RSC /l 0x409 /d "_DEBUG" # ADD RSC /l 0x409 /d "_DEBUG" BSC32=bscmake.exe @@ -113,6 +113,10 @@ SOURCE=.\t_save_playback.c # End Source File # Begin Source File +SOURCE=.\t_vb_cull.c +# End Source File +# Begin Source File + SOURCE=.\t_vb_fog.c # End Source File # Begin Source File @@ -153,6 +157,14 @@ SOURCE=.\t_vertex.c # End Source File # Begin Source File +SOURCE=.\t_vertex_c.c +# End Source File +# Begin Source File + +SOURCE=.\t_vertex_codegen.c +# End Source File +# Begin Source File + SOURCE=.\t_vtx_api.c # End Source File # Begin Source File @@ -163,6 +175,10 @@ SOURCE=.\t_vtx_eval.c SOURCE=.\t_vtx_exec.c # End Source File +# Begin Source File + +SOURCE=.\t_vtx_generic.c +# End Source File # End Group # Begin Group "Header Files" -- cgit v1.2.3