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/drivers/windows/gdi/gdi.dsp | 4 +-- src/mesa/main/main.dsp | 52 +++++++----------------------------- src/mesa/swrast/swrast.dsp | 8 ++++-- src/mesa/tnl/tnl.dsp | 20 ++++++++++++-- 4 files changed, 36 insertions(+), 48 deletions(-) (limited to 'src/mesa') diff --git a/src/mesa/drivers/windows/gdi/gdi.dsp b/src/mesa/drivers/windows/gdi/gdi.dsp index 9981b0c334..886cbd6471 100644 --- a/src/mesa/drivers/windows/gdi/gdi.dsp +++ b/src/mesa/drivers/windows/gdi/gdi.dsp @@ -43,7 +43,7 @@ RSC=rc.exe # PROP Ignore_Export_Lib 0 # PROP Target_Dir "" # ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "GDI_EXPORTS" /YX /FD /c -# ADD CPP /nologo /MT /W3 /GX /O2 /I "../../../../../src/mesa/main" /I "../../../../../src/mesa/glapi" /I "../../../../../src/mesa/math" /I "../../../../../src/mesa/transform" /I "../../../../../src/mesa/swrast" /I "../../../../../src/mesa/swrast_setup" /I "../../../../../include" /I "../../../../../src/mesa" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "GDI_EXPORTS" /D "BUILD_GL32" /YX /FD /c +# ADD CPP /nologo /MT /W3 /GX /O2 /I "../../../../../src/mesa/main" /I "../../../../../src/mesa/glapi" /I "../../../../../src/mesa/math" /I "../../../../../src/mesa/transform" /I "../../../../../src/mesa/swrast" /I "../../../../../src/mesa/swrast_setup" /I "../../../../../include" /I "../../../../../src/mesa" /I "../../../../../src/mesa/shader" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "GDI_EXPORTS" /D "BUILD_GL32" /YX /FD /c # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 # ADD BASE RSC /l 0x409 /d "NDEBUG" @@ -74,7 +74,7 @@ PostBuild_Cmds=if not exist ..\..\..\..\..\lib md ..\..\..\..\..\lib copy Releas # PROP Ignore_Export_Lib 0 # PROP Target_Dir "" # ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "GDI_EXPORTS" /YX /FD /GZ /c -# ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /I "../../../../../src/mesa/main" /I "../../../../../src/mesa/glapi" /I "../../../../../src/mesa/math" /I "../../../../../src/mesa/transform" /I "../../../../../src/mesa/swrast" /I "../../../../../src/mesa/swrast_setup" /I "../../../../../include" /I "../../../../../src/mesa" /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "GDI_EXPORTS" /D "BUILD_GL32" /FR /YX /FD /GZ /c +# ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /I "../../../../../src/mesa/main" /I "../../../../../src/mesa/glapi" /I "../../../../../src/mesa/math" /I "../../../../../src/mesa/transform" /I "../../../../../src/mesa/swrast" /I "../../../../../src/mesa/swrast_setup" /I "../../../../../include" /I "../../../../../src/mesa" /I "../../../../../src/mesa/shader" /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "GDI_EXPORTS" /D "BUILD_GL32" /FR /YX /FD /GZ /c # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32 # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32 # ADD BASE RSC /l 0x409 /d "_DEBUG" diff --git a/src/mesa/main/main.dsp b/src/mesa/main/main.dsp index 201dcbcc35..b7be0f3360 100644 --- a/src/mesa/main/main.dsp +++ b/src/mesa/main/main.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 "../glapi" /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /Zm1000 /c +# ADD CPP /nologo /W3 /GX /O2 /I "../../../include" /I "../" /I "../glapi" /I "../shader" /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /Zm1000 /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 "../glapi" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /FR /YX /FD /GZ /Zm1000 /c +# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "../../../include" /I "../" /I "../glapi" /I "../shader" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /FR /YX /FD /GZ /Zm1000 /c # ADD BASE RSC /l 0x409 /d "_DEBUG" # ADD RSC /l 0x409 /d "_DEBUG" BSC32=bscmake.exe @@ -105,22 +105,6 @@ SOURCE=.\api_validate.c # End Source File # Begin Source File -SOURCE=.\arbfragparse.c -# End Source File -# Begin Source File - -SOURCE=.\arbparse.c -# End Source File -# Begin Source File - -SOURCE=.\arbprogram.c -# End Source File -# Begin Source File - -SOURCE=.\arbvertparse.c -# End Source File -# Begin Source File - SOURCE=.\attrib.c # End Source File # Begin Source File @@ -233,22 +217,6 @@ SOURCE=.\matrix.c # End Source File # Begin Source File -SOURCE=.\nvfragparse.c -# End Source File -# Begin Source File - -SOURCE=.\nvprogram.c -# End Source File -# Begin Source File - -SOURCE=.\nvvertexec.c -# End Source File -# Begin Source File - -SOURCE=.\nvvertparse.c -# End Source File -# Begin Source File - SOURCE=.\occlude.c # End Source File # Begin Source File @@ -265,10 +233,6 @@ SOURCE=.\polygon.c # End Source File # Begin Source File -SOURCE=.\program.c -# End Source File -# Begin Source File - SOURCE=.\rastpos.c # End Source File # Begin Source File @@ -285,6 +249,14 @@ SOURCE=.\texcompress.c # End Source File # Begin Source File +SOURCE=.\texcompress_fxt1.c +# End Source File +# Begin Source File + +SOURCE=.\texcompress_s3tc.c +# End Source File +# Begin Source File + SOURCE=.\texformat.c # End Source File # Begin Source File @@ -305,10 +277,6 @@ SOURCE=.\texstore.c # End Source File # Begin Source File -SOURCE=.\texutil.c -# End Source File -# Begin Source File - SOURCE=.\varray.c # End Source File # Begin Source File diff --git a/src/mesa/swrast/swrast.dsp b/src/mesa/swrast/swrast.dsp index a59ce35b3b..e483eb85f5 100644 --- a/src/mesa/swrast/swrast.dsp +++ b/src/mesa/swrast/swrast.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 @@ -105,6 +105,10 @@ SOURCE=.\s_alphabuf.c # End Source File # Begin Source File +SOURCE=.\s_auxbuffer.c +# End Source File +# Begin Source File + SOURCE=.\s_bitmap.c # End Source File # Begin Source File 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