diff options
Diffstat (limited to 'nx-X11/extras/Mesa_6.4.2/windows')
20 files changed, 6202 insertions, 0 deletions
diff --git a/nx-X11/extras/Mesa_6.4.2/windows/VC6/mesa/gdi/gdi.dsp b/nx-X11/extras/Mesa_6.4.2/windows/VC6/mesa/gdi/gdi.dsp new file mode 100644 index 000000000..03389a66d --- /dev/null +++ b/nx-X11/extras/Mesa_6.4.2/windows/VC6/mesa/gdi/gdi.dsp @@ -0,0 +1,141 @@ +# Microsoft Developer Studio Project File - Name="gdi" - Package Owner=<4>
+# Microsoft Developer Studio Generated Build File, Format Version 6.00
+# ** DO NOT EDIT **
+
+# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
+
+CFG=gdi - Win32 Debug
+!MESSAGE This is not a valid makefile. To build this project using NMAKE,
+!MESSAGE use the Export Makefile command and run
+!MESSAGE
+!MESSAGE NMAKE /f "gdi.mak".
+!MESSAGE
+!MESSAGE You can specify a configuration when running NMAKE
+!MESSAGE by defining the macro CFG on the command line. For example:
+!MESSAGE
+!MESSAGE NMAKE /f "gdi.mak" CFG="gdi - Win32 Debug"
+!MESSAGE
+!MESSAGE Possible choices for configuration are:
+!MESSAGE
+!MESSAGE "gdi - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
+!MESSAGE "gdi - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
+!MESSAGE
+
+# Begin Project
+# PROP AllowPerConfigDependencies 0
+# PROP Scc_ProjName ""
+# PROP Scc_LocalPath ""
+CPP=cl.exe
+MTL=midl.exe
+RSC=rc.exe
+
+!IF "$(CFG)" == "gdi - Win32 Release"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 0
+# PROP BASE Output_Dir "Release"
+# PROP BASE Intermediate_Dir "Release"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 0
+# PROP Output_Dir "Release"
+# PROP Intermediate_Dir "Release"
+# 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 "../../main" /I "../../../../include" /I "../../../../src/mesa" /I "../../../../src/mesa/main" /I "../../../../src/mesa/glapi" /I "../../../../src/mesa/swrast" /I "../../../../src/mesa/shader" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "GDI_EXPORTS" /D "_DLL" /D "BUILD_GL32" /D "MESA_MINWARN" /FD /c
+# SUBTRACT CPP /YX
+# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
+# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
+# ADD BASE RSC /l 0x409 /d "NDEBUG"
+# ADD RSC /l 0x409 /d "NDEBUG"
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386
+# ADD LINK32 mesa.lib winmm.lib msvcrt.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386 /nodefaultlib /out:"Release/OPENGL32.DLL" /libpath:"../mesa/Release"
+# Begin Special Build Tool
+SOURCE="$(InputPath)"
+PostBuild_Cmds=if not exist ..\..\..\..\lib md ..\..\..\..\lib copy Release\OPENGL32.LIB ..\..\..\..\lib copy Release\OPENGL32.DLL ..\..\..\..\lib if exist ..\..\..\..\progs\demos copy Release\OPENGL32.DLL ..\..\..\..\progs\demos
+# End Special Build Tool
+
+!ELSEIF "$(CFG)" == "gdi - Win32 Debug"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 1
+# PROP BASE Output_Dir "Debug"
+# PROP BASE Intermediate_Dir "Debug"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 1
+# PROP Output_Dir "Debug"
+# PROP Intermediate_Dir "Debug"
+# 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 "../../../../include" /I "../../../../src/mesa" /I "../../../../src/mesa/main" /I "../../../../src/mesa/glapi" /I "../../../../src/mesa/swrast" /I "../../../../src/mesa/shader" /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "GDI_EXPORTS" /D "_DLL" /D "BUILD_GL32" /D "MESA_MINWARN" /FR /FD /GZ /c
+# SUBTRACT CPP /YX /Yc /Yu
+# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
+# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
+# ADD BASE RSC /l 0x409 /d "_DEBUG"
+# ADD RSC /l 0x409 /d "_DEBUG"
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept
+# ADD LINK32 mesa.lib winmm.lib msvcrtd.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /incremental:no /debug /machine:I386 /nodefaultlib /out:"Debug/OPENGL32.DLL" /pdbtype:sept /libpath:"../mesa/Debug"
+# Begin Special Build Tool
+SOURCE="$(InputPath)"
+PostBuild_Cmds=if not exist ..\..\..\..\lib md ..\..\..\..\lib copy Debug\OPENGL32.LIB ..\..\..\..\lib copy Debug\OPENGL32.DLL ..\..\..\..\lib if exist ..\..\..\..\progs\demos copy Debug\OPENGL32.DLL ..\..\..\..\progs\demos
+# End Special Build Tool
+
+!ENDIF
+
+# Begin Target
+
+# Name "gdi - Win32 Release"
+# Name "gdi - Win32 Debug"
+# Begin Group "Source Files"
+
+# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\drivers\common\driverfuncs.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\drivers\windows\gdi\mesa.def
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\drivers\windows\gdi\wgl.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\drivers\windows\gdi\wmesa.c
+# End Source File
+# End Group
+# Begin Group "Header Files"
+
+# PROP Default_Filter "h;hpp;hxx;hm;inl"
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\drivers\windows\gdi\colors.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\drivers\common\driverfuncs.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\drivers\windows\gdi\wmesadef.h
+# End Source File
+# End Group
+# Begin Group "Resource Files"
+
+# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
+# End Group
+# End Target
+# End Project
diff --git a/nx-X11/extras/Mesa_6.4.2/windows/VC6/mesa/glu/compileDebug.txt b/nx-X11/extras/Mesa_6.4.2/windows/VC6/mesa/glu/compileDebug.txt new file mode 100644 index 000000000..d14930224 --- /dev/null +++ b/nx-X11/extras/Mesa_6.4.2/windows/VC6/mesa/glu/compileDebug.txt @@ -0,0 +1,82 @@ +/nologo /W2 /GX- /Zi /Od /c /TP +/I "../../../../include" +/I "../../../../src/glu/sgi/include" +/I "../../../../src/glu/sgi/libnurbs/interface" +/I "../../../../src/glu/sgi/libnurbs/internals" +/I "../../../../src/glu/sgi/libnurbs/nurbtess" +/D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" +/D "_USRDLL" /D "GLU_EXPORTS" /D "BUILD_GL32" /D "LIBRARYBUILD" +/Fo"Debug/" /Fd"Debug/" /GZ +../../../../src/glu/sgi/libnurbs/interface/bezierEval.cc +../../../../src/glu/sgi/libnurbs/interface/bezierPatch.cc +../../../../src/glu/sgi/libnurbs/interface/bezierPatchMesh.cc +../../../../src/glu/sgi/libnurbs/interface/glcurveval.cc +../../../../src/glu/sgi/libnurbs/interface/glinterface.cc +../../../../src/glu/sgi/libnurbs/interface/glrenderer.cc +../../../../src/glu/sgi/libnurbs/interface/glsurfeval.cc +../../../../src/glu/sgi/libnurbs/interface/incurveeval.cc +../../../../src/glu/sgi/libnurbs/interface/insurfeval.cc +../../../../src/glu/sgi/libnurbs/internals/arc.cc +../../../../src/glu/sgi/libnurbs/internals/arcsorter.cc +../../../../src/glu/sgi/libnurbs/internals/arctess.cc +../../../../src/glu/sgi/libnurbs/internals/backend.cc +../../../../src/glu/sgi/libnurbs/internals/basiccrveval.cc +../../../../src/glu/sgi/libnurbs/internals/basicsurfeval.cc +../../../../src/glu/sgi/libnurbs/internals/bin.cc +../../../../src/glu/sgi/libnurbs/internals/bufpool.cc +../../../../src/glu/sgi/libnurbs/internals/cachingeval.cc +../../../../src/glu/sgi/libnurbs/internals/ccw.cc +../../../../src/glu/sgi/libnurbs/internals/coveandtiler.cc +../../../../src/glu/sgi/libnurbs/internals/curve.cc +../../../../src/glu/sgi/libnurbs/internals/curvelist.cc +../../../../src/glu/sgi/libnurbs/internals/curvesub.cc +../../../../src/glu/sgi/libnurbs/internals/dataTransform.cc +../../../../src/glu/sgi/libnurbs/internals/displaylist.cc +../../../../src/glu/sgi/libnurbs/internals/flist.cc +../../../../src/glu/sgi/libnurbs/internals/flistsorter.cc +../../../../src/glu/sgi/libnurbs/internals/hull.cc +../../../../src/glu/sgi/libnurbs/internals/intersect.cc +../../../../src/glu/sgi/libnurbs/internals/knotvector.cc +../../../../src/glu/sgi/libnurbs/internals/mapdesc.cc +../../../../src/glu/sgi/libnurbs/internals/mapdescv.cc +../../../../src/glu/sgi/libnurbs/internals/maplist.cc +../../../../src/glu/sgi/libnurbs/internals/mesher.cc +../../../../src/glu/sgi/libnurbs/internals/monoTriangulationBackend.cc +../../../../src/glu/sgi/libnurbs/internals/monotonizer.cc +../../../../src/glu/sgi/libnurbs/internals/mycode.cc +../../../../src/glu/sgi/libnurbs/internals/nurbsinterfac.cc +../../../../src/glu/sgi/libnurbs/internals/nurbstess.cc +../../../../src/glu/sgi/libnurbs/internals/patch.cc +../../../../src/glu/sgi/libnurbs/internals/patchlist.cc +../../../../src/glu/sgi/libnurbs/internals/quilt.cc +../../../../src/glu/sgi/libnurbs/internals/reader.cc +../../../../src/glu/sgi/libnurbs/internals/renderhints.cc +../../../../src/glu/sgi/libnurbs/internals/slicer.cc +../../../../src/glu/sgi/libnurbs/internals/sorter.cc +../../../../src/glu/sgi/libnurbs/internals/splitarcs.cc +../../../../src/glu/sgi/libnurbs/internals/subdivider.cc +../../../../src/glu/sgi/libnurbs/internals/tobezier.cc +../../../../src/glu/sgi/libnurbs/internals/trimline.cc +../../../../src/glu/sgi/libnurbs/internals/trimregion.cc +../../../../src/glu/sgi/libnurbs/internals/trimvertpool.cc +../../../../src/glu/sgi/libnurbs/internals/uarray.cc +../../../../src/glu/sgi/libnurbs/internals/varray.cc +../../../../src/glu/sgi/libnurbs/nurbtess/directedLine.cc +../../../../src/glu/sgi/libnurbs/nurbtess/gridWrap.cc +../../../../src/glu/sgi/libnurbs/nurbtess/monoChain.cc +../../../../src/glu/sgi/libnurbs/nurbtess/monoPolyPart.cc +../../../../src/glu/sgi/libnurbs/nurbtess/monoTriangulation.cc +../../../../src/glu/sgi/libnurbs/nurbtess/partitionX.cc +../../../../src/glu/sgi/libnurbs/nurbtess/partitionY.cc +../../../../src/glu/sgi/libnurbs/nurbtess/polyDBG.cc +../../../../src/glu/sgi/libnurbs/nurbtess/polyUtil.cc +../../../../src/glu/sgi/libnurbs/nurbtess/primitiveStream.cc +../../../../src/glu/sgi/libnurbs/nurbtess/quicksort.cc +../../../../src/glu/sgi/libnurbs/nurbtess/rectBlock.cc +../../../../src/glu/sgi/libnurbs/nurbtess/sampleComp.cc +../../../../src/glu/sgi/libnurbs/nurbtess/sampleCompBot.cc +../../../../src/glu/sgi/libnurbs/nurbtess/sampleCompRight.cc +../../../../src/glu/sgi/libnurbs/nurbtess/sampleCompTop.cc +../../../../src/glu/sgi/libnurbs/nurbtess/sampleMonoPoly.cc +../../../../src/glu/sgi/libnurbs/nurbtess/sampledLine.cc +../../../../src/glu/sgi/libnurbs/nurbtess/searchTree.cc diff --git a/nx-X11/extras/Mesa_6.4.2/windows/VC6/mesa/glu/compileRelease.txt b/nx-X11/extras/Mesa_6.4.2/windows/VC6/mesa/glu/compileRelease.txt new file mode 100644 index 000000000..7f41952bd --- /dev/null +++ b/nx-X11/extras/Mesa_6.4.2/windows/VC6/mesa/glu/compileRelease.txt @@ -0,0 +1,82 @@ +/nologo /W2 /GX- /O2 /c /TP +/I "../../../../include" +/I "../../../../src/glu/sgi/include" +/I "../../../../src/glu/sgi/libnurbs/interface" +/I "../../../../src/glu/sgi/libnurbs/internals" +/I "../../../../src/glu/sgi/libnurbs/nurbtess" +/D "WIN32" /D "_WINDOWS" /D "_MBCS" +/D "_USRDLL" /D "GLU_EXPORTS" /D "BUILD_GL32" /D "LIBRARYBUILD" +/Fo"Release/" +../../../../src/glu/sgi/libnurbs/interface/bezierEval.cc +../../../../src/glu/sgi/libnurbs/interface/bezierPatch.cc +../../../../src/glu/sgi/libnurbs/interface/bezierPatchMesh.cc +../../../../src/glu/sgi/libnurbs/interface/glcurveval.cc +../../../../src/glu/sgi/libnurbs/interface/glinterface.cc +../../../../src/glu/sgi/libnurbs/interface/glrenderer.cc +../../../../src/glu/sgi/libnurbs/interface/glsurfeval.cc +../../../../src/glu/sgi/libnurbs/interface/incurveeval.cc +../../../../src/glu/sgi/libnurbs/interface/insurfeval.cc +../../../../src/glu/sgi/libnurbs/internals/arc.cc +../../../../src/glu/sgi/libnurbs/internals/arcsorter.cc +../../../../src/glu/sgi/libnurbs/internals/arctess.cc +../../../../src/glu/sgi/libnurbs/internals/backend.cc +../../../../src/glu/sgi/libnurbs/internals/basiccrveval.cc +../../../../src/glu/sgi/libnurbs/internals/basicsurfeval.cc +../../../../src/glu/sgi/libnurbs/internals/bin.cc +../../../../src/glu/sgi/libnurbs/internals/bufpool.cc +../../../../src/glu/sgi/libnurbs/internals/cachingeval.cc +../../../../src/glu/sgi/libnurbs/internals/ccw.cc +../../../../src/glu/sgi/libnurbs/internals/coveandtiler.cc +../../../../src/glu/sgi/libnurbs/internals/curve.cc +../../../../src/glu/sgi/libnurbs/internals/curvelist.cc +../../../../src/glu/sgi/libnurbs/internals/curvesub.cc +../../../../src/glu/sgi/libnurbs/internals/dataTransform.cc +../../../../src/glu/sgi/libnurbs/internals/displaylist.cc +../../../../src/glu/sgi/libnurbs/internals/flist.cc +../../../../src/glu/sgi/libnurbs/internals/flistsorter.cc +../../../../src/glu/sgi/libnurbs/internals/hull.cc +../../../../src/glu/sgi/libnurbs/internals/intersect.cc +../../../../src/glu/sgi/libnurbs/internals/knotvector.cc +../../../../src/glu/sgi/libnurbs/internals/mapdesc.cc +../../../../src/glu/sgi/libnurbs/internals/mapdescv.cc +../../../../src/glu/sgi/libnurbs/internals/maplist.cc +../../../../src/glu/sgi/libnurbs/internals/mesher.cc +../../../../src/glu/sgi/libnurbs/internals/monoTriangulationBackend.cc +../../../../src/glu/sgi/libnurbs/internals/monotonizer.cc +../../../../src/glu/sgi/libnurbs/internals/mycode.cc +../../../../src/glu/sgi/libnurbs/internals/nurbsinterfac.cc +../../../../src/glu/sgi/libnurbs/internals/nurbstess.cc +../../../../src/glu/sgi/libnurbs/internals/patch.cc +../../../../src/glu/sgi/libnurbs/internals/patchlist.cc +../../../../src/glu/sgi/libnurbs/internals/quilt.cc +../../../../src/glu/sgi/libnurbs/internals/reader.cc +../../../../src/glu/sgi/libnurbs/internals/renderhints.cc +../../../../src/glu/sgi/libnurbs/internals/slicer.cc +../../../../src/glu/sgi/libnurbs/internals/sorter.cc +../../../../src/glu/sgi/libnurbs/internals/splitarcs.cc +../../../../src/glu/sgi/libnurbs/internals/subdivider.cc +../../../../src/glu/sgi/libnurbs/internals/tobezier.cc +../../../../src/glu/sgi/libnurbs/internals/trimline.cc +../../../../src/glu/sgi/libnurbs/internals/trimregion.cc +../../../../src/glu/sgi/libnurbs/internals/trimvertpool.cc +../../../../src/glu/sgi/libnurbs/internals/uarray.cc +../../../../src/glu/sgi/libnurbs/internals/varray.cc +../../../../src/glu/sgi/libnurbs/nurbtess/directedLine.cc +../../../../src/glu/sgi/libnurbs/nurbtess/gridWrap.cc +../../../../src/glu/sgi/libnurbs/nurbtess/monoChain.cc +../../../../src/glu/sgi/libnurbs/nurbtess/monoPolyPart.cc +../../../../src/glu/sgi/libnurbs/nurbtess/monoTriangulation.cc +../../../../src/glu/sgi/libnurbs/nurbtess/partitionX.cc +../../../../src/glu/sgi/libnurbs/nurbtess/partitionY.cc +../../../../src/glu/sgi/libnurbs/nurbtess/polyDBG.cc +../../../../src/glu/sgi/libnurbs/nurbtess/polyUtil.cc +../../../../src/glu/sgi/libnurbs/nurbtess/primitiveStream.cc +../../../../src/glu/sgi/libnurbs/nurbtess/quicksort.cc +../../../../src/glu/sgi/libnurbs/nurbtess/rectBlock.cc +../../../../src/glu/sgi/libnurbs/nurbtess/sampleComp.cc +../../../../src/glu/sgi/libnurbs/nurbtess/sampleCompBot.cc +../../../../src/glu/sgi/libnurbs/nurbtess/sampleCompRight.cc +../../../../src/glu/sgi/libnurbs/nurbtess/sampleCompTop.cc +../../../../src/glu/sgi/libnurbs/nurbtess/sampleMonoPoly.cc +../../../../src/glu/sgi/libnurbs/nurbtess/sampledLine.cc +../../../../src/glu/sgi/libnurbs/nurbtess/searchTree.cc diff --git a/nx-X11/extras/Mesa_6.4.2/windows/VC6/mesa/glu/glu.dsp b/nx-X11/extras/Mesa_6.4.2/windows/VC6/mesa/glu/glu.dsp new file mode 100644 index 000000000..da035e998 --- /dev/null +++ b/nx-X11/extras/Mesa_6.4.2/windows/VC6/mesa/glu/glu.dsp @@ -0,0 +1,985 @@ +# Microsoft Developer Studio Project File - Name="glu" - Package Owner=<4>
+# Microsoft Developer Studio Generated Build File, Format Version 6.00
+# ** DO NOT EDIT **
+
+# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
+
+CFG=glu - Win32 Debug
+!MESSAGE This is not a valid makefile. To build this project using NMAKE,
+!MESSAGE use the Export Makefile command and run
+!MESSAGE
+!MESSAGE NMAKE /f "glu.mak".
+!MESSAGE
+!MESSAGE You can specify a configuration when running NMAKE
+!MESSAGE by defining the macro CFG on the command line. For example:
+!MESSAGE
+!MESSAGE NMAKE /f "glu.mak" CFG="glu - Win32 Debug"
+!MESSAGE
+!MESSAGE Possible choices for configuration are:
+!MESSAGE
+!MESSAGE "glu - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
+!MESSAGE "glu - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
+!MESSAGE
+
+# Begin Project
+# PROP AllowPerConfigDependencies 0
+# PROP Scc_ProjName ""
+# PROP Scc_LocalPath ""
+CPP=cl.exe
+MTL=midl.exe
+RSC=rc.exe
+
+!IF "$(CFG)" == "glu - Win32 Release"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 0
+# PROP BASE Output_Dir "Release"
+# PROP BASE Intermediate_Dir "Release"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 0
+# PROP Output_Dir "Release"
+# PROP Intermediate_Dir "Release"
+# 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 "GLU_EXPORTS" /YX /FD /c
+# ADD CPP /nologo /MT /W3 /GX /O2 /I "../../../../include" /I "../../../../src/glu/sgi/include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "GLU_EXPORTS" /D "BUILD_GL32" /FD /c
+# SUBTRACT CPP /YX
+# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
+# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
+# ADD BASE RSC /l 0x409 /d "NDEBUG"
+# ADD RSC /l 0x409 /d "NDEBUG"
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386
+# ADD LINK32 msvcrt.lib winmm.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib opengl32.lib Release/glucc.lib /nologo /dll /machine:I386 /nodefaultlib /out:"Release/GLU32.DLL" /libpath:"../gdi/Release"
+# Begin Special Build Tool
+SOURCE="$(InputPath)"
+PreLink_Desc=C++ Compilations
+PreLink_Cmds=cl @compileRelease.txt LIB /OUT:Release/GLUCC.LIB @objectsRelease.txt
+PostBuild_Cmds=if not exist ..\..\..\..\lib md ..\..\..\..\lib copy Release\GLU32.LIB ..\..\..\..\lib copy Release\GLU32.DLL ..\..\..\..\lib if exist ..\..\..\..\progs\demos copy Release\GLU32.DLL ..\..\..\..\progs\demos
+# End Special Build Tool
+
+!ELSEIF "$(CFG)" == "glu - Win32 Debug"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 1
+# PROP BASE Output_Dir "Debug"
+# PROP BASE Intermediate_Dir "Debug"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 1
+# PROP Output_Dir "Debug"
+# PROP Intermediate_Dir "Debug"
+# 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 "GLU_EXPORTS" /YX /FD /GZ /c
+# ADD CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /I "../../../../include" /I "../../../../src/glu/sgi/include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "GLU_EXPORTS" /D "BUILD_GL32" /FD /GZ /c
+# SUBTRACT CPP /YX
+# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
+# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
+# ADD BASE RSC /l 0x409 /d "_DEBUG"
+# ADD RSC /l 0x409 /d "_DEBUG"
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept
+# ADD LINK32 msvcrtd.lib winmm.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib opengl32.lib Debug/glucc.lib /nologo /dll /incremental:no /debug /machine:I386 /nodefaultlib /out:"Debug/GLU32.DLL" /pdbtype:sept /libpath:"../gdi/Debug"
+# Begin Special Build Tool
+SOURCE="$(InputPath)"
+PreLink_Desc=C++ Compilations
+PreLink_Cmds=cl @compileDebug.txt LIB /OUT:Debug/GLUCC.LIB @objectsDebug.txt
+PostBuild_Cmds=if not exist ..\..\..\..\lib md ..\..\..\..\lib copy Debug\GLU32.LIB ..\..\..\..\lib copy Debug\GLU32.DLL ..\..\..\..\lib if exist ..\..\..\..\progs\demos copy Debug\GLU32.DLL ..\..\..\..\progs\demos
+# End Special Build Tool
+
+!ENDIF
+
+# Begin Target
+
+# Name "glu - Win32 Release"
+# Name "glu - Win32 Debug"
+# Begin Group "Source Files"
+
+# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libtess\dict.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libutil\error.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libtess\geom.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\glu.def
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libutil\glue.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libtess\memalloc.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libtess\mesh.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libutil\mipmap.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libtess\normal.c
+# End Source File
+# Begin Source File
+
+SOURCE="..\..\..\..\src\glu\sgi\libtess\priorityq-heap.c"
+# PROP Exclude_From_Build 1
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libtess\priorityq.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libutil\project.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libutil\quad.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libutil\registry.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libtess\render.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libtess\sweep.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libtess\tess.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libtess\tessmono.c
+# End Source File
+# End Group
+# Begin Group "Header Files"
+
+# PROP Default_Filter "h;hpp;hxx;hm;inl"
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libnurbs\internals\arc.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libnurbs\internals\arcsorter.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libnurbs\internals\arctess.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libnurbs\internals\backend.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libnurbs\internals\basiccrveval.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libnurbs\internals\basicsurfeval.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libnurbs\internals\bezierarc.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libnurbs\interface\bezierEval.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libnurbs\interface\bezierPatch.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libnurbs\interface\bezierPatchMesh.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libnurbs\internals\bin.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libnurbs\internals\bufpool.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libnurbs\internals\cachingeval.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libnurbs\internals\coveandtiler.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libnurbs\internals\curve.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libnurbs\internals\curvelist.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libnurbs\internals\dataTransform.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libnurbs\internals\defines.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libnurbs\nurbtess\definitions.h
+# End Source File
+# Begin Source File
+
+SOURCE="..\..\..\..\src\glu\sgi\libtess\dict-list.h"
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libtess\dict.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libnurbs\nurbtess\directedLine.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libnurbs\internals\displaylist.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libnurbs\internals\displaymode.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libnurbs\internals\flist.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libnurbs\internals\flistsorter.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libtess\geom.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libnurbs\interface\glcurveval.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libnurbs\interface\glimports.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libnurbs\nurbtess\glimports.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libnurbs\interface\glrenderer.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libnurbs\interface\glsurfeval.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libutil\gluint.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\include\gluos.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libnurbs\internals\gridline.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libnurbs\internals\gridtrimvertex.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libnurbs\internals\gridvertex.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libnurbs\nurbtess\gridWrap.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libnurbs\internals\hull.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libnurbs\internals\jarcloc.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libnurbs\internals\knotvector.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libnurbs\internals\mapdesc.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libnurbs\internals\maplist.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libtess\memalloc.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libtess\mesh.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libnurbs\internals\mesher.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libnurbs\nurbtess\monoChain.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libnurbs\nurbtess\monoPolyPart.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libnurbs\internals\monotonizer.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libnurbs\nurbtess\monoTriangulation.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libnurbs\internals\myassert.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libnurbs\internals\mymath.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libnurbs\internals\mysetjmp.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libnurbs\interface\mystdio.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libnurbs\nurbtess\mystdio.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libnurbs\interface\mystdlib.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libnurbs\nurbtess\mystdlib.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libnurbs\internals\mystring.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libtess\normal.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libnurbs\internals\nurbsconsts.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libnurbs\internals\nurbstess.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libnurbs\nurbtess\partitionX.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libnurbs\nurbtess\partitionY.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libnurbs\internals\patch.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libnurbs\internals\patchlist.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libnurbs\nurbtess\polyDBG.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libnurbs\nurbtess\polyUtil.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libnurbs\nurbtess\primitiveStream.h
+# End Source File
+# Begin Source File
+
+SOURCE="..\..\..\..\src\glu\sgi\libtess\priorityq-heap.h"
+# End Source File
+# Begin Source File
+
+SOURCE="..\..\..\..\src\glu\sgi\libtess\priorityq-sort.h"
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libtess\priorityq.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libnurbs\internals\pwlarc.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libnurbs\nurbtess\quicksort.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libnurbs\internals\quilt.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libnurbs\internals\reader.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libnurbs\nurbtess\rectBlock.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libtess\render.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libnurbs\internals\renderhints.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libnurbs\nurbtess\sampleComp.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libnurbs\nurbtess\sampleCompBot.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libnurbs\nurbtess\sampleCompRight.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libnurbs\nurbtess\sampleCompTop.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libnurbs\nurbtess\sampledLine.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libnurbs\nurbtess\sampleMonoPoly.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libnurbs\nurbtess\searchTree.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libnurbs\internals\simplemath.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libnurbs\internals\slicer.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libnurbs\internals\sorter.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libnurbs\internals\subdivider.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libtess\sweep.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libtess\tess.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libtess\tessmono.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libnurbs\internals\trimline.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libnurbs\internals\trimregion.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libnurbs\internals\trimvertex.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libnurbs\internals\trimvertpool.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libnurbs\internals\types.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libnurbs\internals\uarray.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libnurbs\internals\varray.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libnurbs\nurbtess\zlassert.h
+# End Source File
+# End Group
+# Begin Group "Resource Files"
+
+# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
+# End Group
+# Begin Group "C++ files"
+
+# PROP Default_Filter ".cc"
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libnurbs\internals\arc.cc
+# PROP Exclude_From_Build 1
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libnurbs\internals\arcsorter.cc
+# PROP Exclude_From_Build 1
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libnurbs\internals\arctess.cc
+# PROP Exclude_From_Build 1
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libnurbs\internals\backend.cc
+# PROP Exclude_From_Build 1
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libnurbs\internals\basiccrveval.cc
+# PROP Exclude_From_Build 1
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libnurbs\internals\basicsurfeval.cc
+# PROP Exclude_From_Build 1
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libnurbs\interface\bezierEval.cc
+# PROP Exclude_From_Build 1
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libnurbs\interface\bezierPatch.cc
+# PROP Exclude_From_Build 1
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libnurbs\interface\bezierPatchMesh.cc
+# PROP Exclude_From_Build 1
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libnurbs\internals\bin.cc
+# PROP Exclude_From_Build 1
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libnurbs\internals\bufpool.cc
+# PROP Exclude_From_Build 1
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libnurbs\internals\cachingeval.cc
+# PROP Exclude_From_Build 1
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libnurbs\internals\ccw.cc
+# PROP Exclude_From_Build 1
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libnurbs\internals\coveandtiler.cc
+# PROP Exclude_From_Build 1
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libnurbs\internals\curve.cc
+# PROP Exclude_From_Build 1
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libnurbs\internals\curvelist.cc
+# PROP Exclude_From_Build 1
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libnurbs\internals\curvesub.cc
+# PROP Exclude_From_Build 1
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libnurbs\internals\dataTransform.cc
+# PROP Exclude_From_Build 1
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libnurbs\nurbtess\directedLine.cc
+# PROP Exclude_From_Build 1
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libnurbs\internals\displaylist.cc
+# PROP Exclude_From_Build 1
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libnurbs\internals\flist.cc
+# PROP Exclude_From_Build 1
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libnurbs\internals\flistsorter.cc
+# PROP Exclude_From_Build 1
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libnurbs\interface\glcurveval.cc
+# PROP Exclude_From_Build 1
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libnurbs\interface\glinterface.cc
+# PROP Exclude_From_Build 1
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libnurbs\interface\glrenderer.cc
+# PROP Exclude_From_Build 1
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libnurbs\interface\glsurfeval.cc
+# PROP Exclude_From_Build 1
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libnurbs\nurbtess\gridWrap.cc
+# PROP Exclude_From_Build 1
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libnurbs\internals\hull.cc
+# PROP Exclude_From_Build 1
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libnurbs\interface\incurveeval.cc
+# PROP Exclude_From_Build 1
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libnurbs\interface\insurfeval.cc
+# PROP Exclude_From_Build 1
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libnurbs\internals\intersect.cc
+# PROP Exclude_From_Build 1
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libnurbs\internals\knotvector.cc
+# PROP Exclude_From_Build 1
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libnurbs\internals\mapdesc.cc
+# PROP Exclude_From_Build 1
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libnurbs\internals\mapdescv.cc
+# PROP Exclude_From_Build 1
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libnurbs\internals\maplist.cc
+# PROP Exclude_From_Build 1
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libnurbs\internals\mesher.cc
+# PROP Exclude_From_Build 1
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libnurbs\nurbtess\monoChain.cc
+# PROP Exclude_From_Build 1
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libnurbs\nurbtess\monoPolyPart.cc
+# PROP Exclude_From_Build 1
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libnurbs\internals\monotonizer.cc
+# PROP Exclude_From_Build 1
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libnurbs\nurbtess\monoTriangulation.cc
+# PROP Exclude_From_Build 1
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libnurbs\internals\monoTriangulationBackend.cc
+# PROP Exclude_From_Build 1
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libnurbs\internals\mycode.cc
+# PROP Exclude_From_Build 1
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libnurbs\internals\nurbsinterfac.cc
+# PROP Exclude_From_Build 1
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libnurbs\internals\nurbstess.cc
+# PROP Exclude_From_Build 1
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libnurbs\nurbtess\partitionX.cc
+# PROP Exclude_From_Build 1
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libnurbs\nurbtess\partitionY.cc
+# PROP Exclude_From_Build 1
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libnurbs\internals\patch.cc
+# PROP Exclude_From_Build 1
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libnurbs\internals\patchlist.cc
+# PROP Exclude_From_Build 1
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libnurbs\nurbtess\polyDBG.cc
+# PROP Exclude_From_Build 1
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libnurbs\nurbtess\polyUtil.cc
+# PROP Exclude_From_Build 1
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libnurbs\nurbtess\primitiveStream.cc
+# PROP Exclude_From_Build 1
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libnurbs\nurbtess\quicksort.cc
+# PROP Exclude_From_Build 1
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libnurbs\internals\quilt.cc
+# PROP Exclude_From_Build 1
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libnurbs\internals\reader.cc
+# PROP Exclude_From_Build 1
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libtess\README
+# PROP Exclude_From_Build 1
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libnurbs\nurbtess\rectBlock.cc
+# PROP Exclude_From_Build 1
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libnurbs\internals\renderhints.cc
+# PROP Exclude_From_Build 1
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libnurbs\nurbtess\sampleComp.cc
+# PROP Exclude_From_Build 1
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libnurbs\nurbtess\sampleCompBot.cc
+# PROP Exclude_From_Build 1
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libnurbs\nurbtess\sampleCompRight.cc
+# PROP Exclude_From_Build 1
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libnurbs\nurbtess\sampleCompTop.cc
+# PROP Exclude_From_Build 1
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libnurbs\nurbtess\sampledLine.cc
+# PROP Exclude_From_Build 1
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libnurbs\nurbtess\sampleMonoPoly.cc
+# PROP Exclude_From_Build 1
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libnurbs\nurbtess\searchTree.cc
+# PROP Exclude_From_Build 1
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libnurbs\internals\slicer.cc
+# PROP Exclude_From_Build 1
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libnurbs\internals\sorter.cc
+# PROP Exclude_From_Build 1
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libnurbs\internals\splitarcs.cc
+# PROP Exclude_From_Build 1
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libnurbs\internals\subdivider.cc
+# PROP Exclude_From_Build 1
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libnurbs\internals\tobezier.cc
+# PROP Exclude_From_Build 1
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libnurbs\internals\trimline.cc
+# PROP Exclude_From_Build 1
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libnurbs\internals\trimregion.cc
+# PROP Exclude_From_Build 1
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libnurbs\internals\trimvertpool.cc
+# PROP Exclude_From_Build 1
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libnurbs\internals\uarray.cc
+# PROP Exclude_From_Build 1
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glu\sgi\libnurbs\internals\varray.cc
+# PROP Exclude_From_Build 1
+# End Source File
+# End Group
+# Begin Source File
+
+SOURCE="..\..\..\..\src\glu\sgi\libtess\alg-outline"
+# PROP Exclude_From_Build 1
+# End Source File
+# Begin Source File
+
+SOURCE=.\compileDebug.txt
+# End Source File
+# Begin Source File
+
+SOURCE=.\compileRelease.txt
+# End Source File
+# Begin Source File
+
+SOURCE=.\objectsDebug.txt
+# End Source File
+# Begin Source File
+
+SOURCE=.\objectsRelease.txt
+# End Source File
+# End Target
+# End Project
diff --git a/nx-X11/extras/Mesa_6.4.2/windows/VC6/mesa/glu/objectsDebug.txt b/nx-X11/extras/Mesa_6.4.2/windows/VC6/mesa/glu/objectsDebug.txt new file mode 100644 index 000000000..9fdce157c --- /dev/null +++ b/nx-X11/extras/Mesa_6.4.2/windows/VC6/mesa/glu/objectsDebug.txt @@ -0,0 +1,73 @@ +Debug/bezierEval.obj +Debug/bezierPatch.obj +Debug/bezierPatchMesh.obj +Debug/glcurveval.obj +Debug/glinterface.obj +Debug/glrenderer.obj +Debug/glsurfeval.obj +Debug/incurveeval.obj +Debug/insurfeval.obj +Debug/arc.obj +Debug/arcsorter.obj +Debug/arctess.obj +Debug/backend.obj +Debug/basiccrveval.obj +Debug/basicsurfeval.obj +Debug/bin.obj +Debug/bufpool.obj +Debug/cachingeval.obj +Debug/ccw.obj +Debug/coveandtiler.obj +Debug/curve.obj +Debug/curvelist.obj +Debug/curvesub.obj +Debug/dataTransform.obj +Debug/displaylist.obj +Debug/flist.obj +Debug/flistsorter.obj +Debug/hull.obj +Debug/intersect.obj +Debug/knotvector.obj +Debug/mapdesc.obj +Debug/mapdescv.obj +Debug/maplist.obj +Debug/mesher.obj +Debug/monoTriangulationBackend.obj +Debug/monotonizer.obj +Debug/mycode.obj +Debug/nurbsinterfac.obj +Debug/nurbstess.obj +Debug/patch.obj +Debug/patchlist.obj +Debug/quilt.obj +Debug/reader.obj +Debug/renderhints.obj +Debug/slicer.obj +Debug/sorter.obj +Debug/splitarcs.obj +Debug/subdivider.obj +Debug/tobezier.obj +Debug/trimline.obj +Debug/trimregion.obj +Debug/trimvertpool.obj +Debug/uarray.obj +Debug/varray.obj +Debug/directedLine.obj +Debug/gridWrap.obj +Debug/monoChain.obj +Debug/monoPolyPart.obj +Debug/monoTriangulation.obj +Debug/partitionX.obj +Debug/partitionY.obj +Debug/polyDBG.obj +Debug/polyUtil.obj +Debug/primitiveStream.obj +Debug/quicksort.obj +Debug/rectBlock.obj +Debug/sampleComp.obj +Debug/sampleCompBot.obj +Debug/sampleCompRight.obj +Debug/sampleCompTop.obj +Debug/sampleMonoPoly.obj +Debug/sampledLine.obj +Debug/searchTree.obj diff --git a/nx-X11/extras/Mesa_6.4.2/windows/VC6/mesa/glu/objectsRelease.txt b/nx-X11/extras/Mesa_6.4.2/windows/VC6/mesa/glu/objectsRelease.txt new file mode 100644 index 000000000..2d1b384db --- /dev/null +++ b/nx-X11/extras/Mesa_6.4.2/windows/VC6/mesa/glu/objectsRelease.txt @@ -0,0 +1,73 @@ +Release/bezierEval.obj +Release/bezierPatch.obj +Release/bezierPatchMesh.obj +Release/glcurveval.obj +Release/glinterface.obj +Release/glrenderer.obj +Release/glsurfeval.obj +Release/incurveeval.obj +Release/insurfeval.obj +Release/arc.obj +Release/arcsorter.obj +Release/arctess.obj +Release/backend.obj +Release/basiccrveval.obj +Release/basicsurfeval.obj +Release/bin.obj +Release/bufpool.obj +Release/cachingeval.obj +Release/ccw.obj +Release/coveandtiler.obj +Release/curve.obj +Release/curvelist.obj +Release/curvesub.obj +Release/dataTransform.obj +Release/displaylist.obj +Release/flist.obj +Release/flistsorter.obj +Release/hull.obj +Release/intersect.obj +Release/knotvector.obj +Release/mapdesc.obj +Release/mapdescv.obj +Release/maplist.obj +Release/mesher.obj +Release/monoTriangulationBackend.obj +Release/monotonizer.obj +Release/mycode.obj +Release/nurbsinterfac.obj +Release/nurbstess.obj +Release/patch.obj +Release/patchlist.obj +Release/quilt.obj +Release/reader.obj +Release/renderhints.obj +Release/slicer.obj +Release/sorter.obj +Release/splitarcs.obj +Release/subdivider.obj +Release/tobezier.obj +Release/trimline.obj +Release/trimregion.obj +Release/trimvertpool.obj +Release/uarray.obj +Release/varray.obj +Release/directedLine.obj +Release/gridWrap.obj +Release/monoChain.obj +Release/monoPolyPart.obj +Release/monoTriangulation.obj +Release/partitionX.obj +Release/partitionY.obj +Release/polyDBG.obj +Release/polyUtil.obj +Release/primitiveStream.obj +Release/quicksort.obj +Release/rectBlock.obj +Release/sampleComp.obj +Release/sampleCompBot.obj +Release/sampleCompRight.obj +Release/sampleCompTop.obj +Release/sampleMonoPoly.obj +Release/sampledLine.obj +Release/searchTree.obj diff --git a/nx-X11/extras/Mesa_6.4.2/windows/VC6/mesa/mesa.dsw b/nx-X11/extras/Mesa_6.4.2/windows/VC6/mesa/mesa.dsw new file mode 100644 index 000000000..a6da850c1 --- /dev/null +++ b/nx-X11/extras/Mesa_6.4.2/windows/VC6/mesa/mesa.dsw @@ -0,0 +1,74 @@ +Microsoft Developer Studio Workspace File, Format Version 6.00
+# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
+
+###############################################################################
+
+Project: "gdi"=.\gdi\gdi.dsp - Package Owner=<4>
+
+Package=<5>
+{{{
+}}}
+
+Package=<4>
+{{{
+ Begin Project Dependency
+ Project_Dep_Name mesa
+ End Project Dependency
+}}}
+
+###############################################################################
+
+Project: "glu"=.\glu\glu.dsp - Package Owner=<4>
+
+Package=<5>
+{{{
+}}}
+
+Package=<4>
+{{{
+ Begin Project Dependency
+ Project_Dep_Name gdi
+ End Project Dependency
+}}}
+
+###############################################################################
+
+Project: "mesa"=.\mesa\mesa.dsp - Package Owner=<4>
+
+Package=<5>
+{{{
+}}}
+
+Package=<4>
+{{{
+}}}
+
+###############################################################################
+
+Project: "osmesa"=.\osmesa\osmesa.dsp - Package Owner=<4>
+
+Package=<5>
+{{{
+}}}
+
+Package=<4>
+{{{
+ Begin Project Dependency
+ Project_Dep_Name gdi
+ End Project Dependency
+}}}
+
+###############################################################################
+
+Global:
+
+Package=<5>
+{{{
+}}}
+
+Package=<3>
+{{{
+}}}
+
+###############################################################################
+
diff --git a/nx-X11/extras/Mesa_6.4.2/windows/VC6/mesa/mesa/mesa.dsp b/nx-X11/extras/Mesa_6.4.2/windows/VC6/mesa/mesa/mesa.dsp new file mode 100644 index 000000000..c434cfc6e --- /dev/null +++ b/nx-X11/extras/Mesa_6.4.2/windows/VC6/mesa/mesa/mesa.dsp @@ -0,0 +1,1350 @@ +# Microsoft Developer Studio Project File - Name="mesa" - Package Owner=<4>
+# Microsoft Developer Studio Generated Build File, Format Version 6.00
+# ** DO NOT EDIT **
+
+# TARGTYPE "Win32 (x86) Static Library" 0x0104
+
+CFG=mesa - Win32 Debug
+!MESSAGE This is not a valid makefile. To build this project using NMAKE,
+!MESSAGE use the Export Makefile command and run
+!MESSAGE
+!MESSAGE NMAKE /f "mesa.mak".
+!MESSAGE
+!MESSAGE You can specify a configuration when running NMAKE
+!MESSAGE by defining the macro CFG on the command line. For example:
+!MESSAGE
+!MESSAGE NMAKE /f "mesa.mak" CFG="mesa - Win32 Debug"
+!MESSAGE
+!MESSAGE Possible choices for configuration are:
+!MESSAGE
+!MESSAGE "mesa - Win32 Release" (based on "Win32 (x86) Static Library")
+!MESSAGE "mesa - Win32 Debug" (based on "Win32 (x86) Static Library")
+!MESSAGE
+
+# Begin Project
+# PROP AllowPerConfigDependencies 0
+# PROP Scc_ProjName ""
+# PROP Scc_LocalPath ""
+CPP=cl.exe
+RSC=rc.exe
+
+!IF "$(CFG)" == "mesa - Win32 Release"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 0
+# PROP BASE Output_Dir "Release"
+# PROP BASE Intermediate_Dir "Release"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 0
+# PROP Output_Dir "Release"
+# 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 "../../../../src/mesa" /I "../../../../src/mesa/glapi" /I "../../../../src/mesa/main" /I "../../../../src/mesa/shader" /I "../../../../src/mesa/shader/slang" /I "../../../../src/mesa/shader/grammar" /D "NDEBUG" /D "WIN32" /D "_MBCS" /D "_LIB" /D "_DLL" /D "BUILD_GL32" /D "MESA_MINWARN" /YX /FD /Zm1000 /c
+# ADD BASE RSC /l 0x409 /d "NDEBUG"
+# ADD RSC /l 0x409 /d "NDEBUG"
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LIB32=link.exe -lib
+# ADD BASE LIB32 /nologo
+# ADD LIB32 /nologo
+
+!ELSEIF "$(CFG)" == "mesa - Win32 Debug"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 1
+# PROP BASE Output_Dir "Debug"
+# PROP BASE Intermediate_Dir "Debug"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 1
+# 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 CPP /nologo /W3 /Gm /GX /Zi /Od /I "../../../../include" /I "../../../../src/mesa" /I "../../../../src/mesa/glapi" /I "../../../../src/mesa/main" /I "../../../../src/mesa/shader" /I "../../../../src/mesa/shader/slang" /I "../../../../src/mesa/shader/grammar" /D "_DEBUG" /D "WIN32" /D "_MBCS" /D "_LIB" /D "_DLL" /D "BUILD_GL32" /D "MESA_MINWARN" /Fr /FD /GZ /Zm1000 /c
+# ADD BASE RSC /l 0x409 /d "_DEBUG"
+# ADD RSC /l 0x409 /d "_DEBUG"
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LIB32=link.exe -lib
+# ADD BASE LIB32 /nologo
+# ADD LIB32 /nologo
+
+!ENDIF
+
+# Begin Target
+
+# Name "mesa - Win32 Release"
+# Name "mesa - Win32 Debug"
+# Begin Group "Source Files"
+
+# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\array_cache\ac_context.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\array_cache\ac_import.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\main\accum.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\main\api_arrayelt.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\main\api_loopback.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\main\api_noop.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\main\api_validate.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\shader\arbfragparse.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\shader\arbprogparse.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\shader\arbprogram.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\shader\arbvertparse.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\shader\atifragshader.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\main\attrib.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\main\blend.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\main\bufferobj.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\main\buffers.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\main\clip.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\main\colortab.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\main\context.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\main\convolve.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\main\debug.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\main\depth.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\main\dispatch.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\main\dlist.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\main\drawpix.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\main\enable.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\main\enums.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\main\eval.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\main\execmem.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\main\extensions.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\main\fbobject.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\main\feedback.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\main\fog.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\main\framebuffer.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\main\get.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\main\getstring.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\glapi\glapi.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\glapi\glthread.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\shader\grammar\grammar.c
+# PROP Exclude_From_Build 1
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\shader\grammar\grammar_mesa.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\main\hash.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\main\hint.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\main\histogram.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\main\image.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\main\imports.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\main\light.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\main\lines.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\math\m_debug_clip.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\math\m_debug_norm.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\math\m_debug_xform.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\math\m_eval.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\math\m_matrix.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\math\m_translate.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\math\m_vector.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\math\m_xform.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\main\matrix.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\main\mm.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\shader\nvfragparse.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\shader\nvprogram.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\shader\nvvertexec.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\shader\nvvertparse.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\main\occlude.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\main\pixel.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\main\points.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\main\polygon.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\shader\program.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\main\rastpos.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\main\renderbuffer.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\swrast\s_aaline.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\swrast\s_aatriangle.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\swrast\s_accum.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\swrast\s_alpha.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\swrast\s_atifragshader.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\swrast\s_bitmap.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\swrast\s_blend.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\swrast\s_buffers.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\swrast\s_context.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\swrast\s_copypix.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\swrast\s_depth.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\swrast\s_drawpix.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\swrast\s_feedback.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\swrast\s_fog.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\swrast\s_imaging.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\swrast\s_lines.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\swrast\s_logic.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\swrast\s_masking.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\swrast\s_nvfragprog.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\swrast\s_pixeltex.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\swrast\s_points.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\swrast\s_readpix.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\swrast\s_span.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\swrast\s_stencil.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\swrast\s_texstore.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\swrast\s_texture.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\swrast\s_triangle.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\swrast\s_zoom.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\shader\shaderobjects.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\shader\shaderobjects_3dlabs.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\shader\slang\slang_assemble.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\shader\slang\slang_assemble_assignment.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\shader\slang\slang_assemble_conditional.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\shader\slang\slang_assemble_constructor.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\shader\slang\slang_assemble_typeinfo.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\shader\slang\slang_compile.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\shader\slang\slang_execute.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\shader\slang\slang_preprocess.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\shader\slang\slang_storage.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\shader\slang\slang_utility.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\swrast_setup\ss_context.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\swrast_setup\ss_triangle.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\main\state.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\main\stencil.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\tnl\t_array_api.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\tnl\t_array_import.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\tnl\t_context.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\tnl\t_pipeline.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\tnl\t_save_api.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\tnl\t_save_loopback.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\tnl\t_save_playback.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\tnl\t_vb_arbprogram.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\tnl\t_vb_cull.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\tnl\t_vb_fog.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\tnl\t_vb_light.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\tnl\t_vb_normals.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\tnl\t_vb_points.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\tnl\t_vb_program.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\tnl\t_vb_render.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\tnl\t_vb_texgen.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\tnl\t_vb_texmat.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\tnl\t_vb_vertex.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\tnl\t_vertex.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\tnl\t_vertex_generic.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\tnl\t_vp_build.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\tnl\t_vtx_api.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\tnl\t_vtx_eval.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\tnl\t_vtx_exec.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\tnl\t_vtx_generic.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\main\texcompress.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\main\texcompress_fxt1.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\main\texcompress_s3tc.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\main\texenvprogram.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\main\texformat.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\main\teximage.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\main\texobj.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\main\texrender.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\main\texstate.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\main\texstore.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\main\varray.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\main\vsnprintf.c
+# PROP Exclude_From_Build 1
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\main\vtxfmt.c
+# End Source File
+# End Group
+# Begin Group "Header Files"
+
+# PROP Default_Filter "h;hpp;hxx;hm;inl"
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\array_cache\ac_context.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\array_cache\acache.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\main\accum.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\main\api_arrayelt.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\main\api_eval.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\main\api_loopback.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\main\api_noop.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\main\api_validate.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\shader\arbfragparse.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\shader\arbprogparse.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\shader\arbprogram.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\shader\arbprogram_syn.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\shader\arbvertparse.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\shader\atifragshader.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\main\attrib.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\main\blend.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\main\bufferobj.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\main\buffers.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\main\clip.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\main\colormac.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\main\colortab.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\main\config.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\main\context.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\main\convolve.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\main\dd.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\main\debug.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\main\depth.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\main\dlist.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\main\drawpix.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\main\enable.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\main\enums.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\main\eval.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\main\extensions.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\main\fbobject.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\main\feedback.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\main\fog.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\main\framebuffer.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\main\get.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\glapi\glapi.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\glapi\glapioffsets.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\glapi\glapitable.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\glapi\glapitemp.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\main\glheader.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\glapi\glprocs.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\glapi\glthread.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\shader\grammar\grammar.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\shader\grammar\grammar_mesa.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\shader\grammar\grammar_syn.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\main\hash.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\main\hint.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\main\histogram.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\main\image.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\main\imports.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\main\light.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\main\lines.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\math\m_clip_tmp.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\math\m_copy_tmp.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\math\m_debug.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\math\m_debug_util.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\math\m_dotprod_tmp.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\math\m_eval.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\math\m_matrix.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\math\m_norm_tmp.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\math\m_trans_tmp.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\math\m_translate.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\math\m_vector.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\math\m_xform.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\math\m_xform_tmp.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\main\macros.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\math\mathmod.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\main\matrix.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\main\mm.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\main\mtypes.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\shader\nvfragparse.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\shader\nvfragprog.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\shader\nvprogram.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\shader\nvvertexec.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\shader\nvvertparse.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\shader\nvvertprog.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\main\occlude.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\main\pixel.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\main\points.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\main\polygon.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\shader\program.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\main\rastpos.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\main\renderbuffer.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\swrast\s_aaline.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\swrast\s_aalinetemp.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\swrast\s_aatriangle.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\swrast\s_aatritemp.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\swrast\s_accum.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\swrast\s_alpha.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\swrast\s_atifragshader.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\swrast\s_blend.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\swrast\s_context.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\swrast\s_depth.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\swrast\s_drawpix.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\swrast\s_feedback.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\swrast\s_fog.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\swrast\s_lines.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\swrast\s_linetemp.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\swrast\s_logic.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\swrast\s_masking.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\swrast\s_nvfragprog.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\swrast\s_pixeltex.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\swrast\s_points.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\swrast\s_pointtemp.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\swrast\s_span.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\swrast\s_spantemp.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\swrast\s_stencil.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\swrast\s_texture.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\swrast\s_triangle.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\swrast\s_trispan.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\swrast\s_tritemp.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\swrast\s_zoom.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\shader\shaderobjects.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\shader\shaderobjects_3dlabs.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\main\simple_list.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\shader\slang\slang_assemble.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\shader\slang\slang_assemble_assignment.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\shader\slang\slang_assemble_conditional.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\shader\slang\slang_assemble_constructor.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\shader\slang\slang_assemble_typeinfo.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\shader\slang\slang_compile.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\shader\slang\slang_execute.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\shader\slang\slang_mesa.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\shader\slang\slang_preprocess.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\shader\slang\slang_storage.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\shader\slang\slang_utility.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\swrast_setup\ss_context.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\swrast_setup\ss_triangle.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\swrast_setup\ss_tritmp.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\swrast_setup\ss_vb.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\main\state.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\main\stencil.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\swrast\swrast.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\swrast_setup\swrast_setup.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\tnl\t_array_api.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\tnl\t_array_import.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\tnl\t_context.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\tnl\t_pipeline.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\tnl\t_save_api.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\tnl\t_vb_arbprogram.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\tnl\t_vb_cliptmp.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\tnl\t_vb_lighttmp.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\tnl\t_vb_rendertmp.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\tnl\t_vertex.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\tnl\t_vp_build.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\tnl\t_vtx_api.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\main\texcompress.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\main\texenvprogram.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\main\texformat.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\main\texformat_tmp.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\main\teximage.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\main\texobj.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\main\texrender.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\main\texstate.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\main\texstore.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\tnl\tnl.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\shader\slang\traverse_wrap.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\main\varray.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\main\version.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\main\vtxfmt.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\main\vtxfmt_tmp.h
+# End Source File
+# End Group
+# End Target
+# End Project
diff --git a/nx-X11/extras/Mesa_6.4.2/windows/VC6/mesa/osmesa/osmesa.dsp b/nx-X11/extras/Mesa_6.4.2/windows/VC6/mesa/osmesa/osmesa.dsp new file mode 100644 index 000000000..63c7b5503 --- /dev/null +++ b/nx-X11/extras/Mesa_6.4.2/windows/VC6/mesa/osmesa/osmesa.dsp @@ -0,0 +1,125 @@ +# Microsoft Developer Studio Project File - Name="osmesa" - Package Owner=<4>
+# Microsoft Developer Studio Generated Build File, Format Version 6.00
+# ** DO NOT EDIT **
+
+# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
+
+CFG=osmesa - Win32 Debug
+!MESSAGE This is not a valid makefile. To build this project using NMAKE,
+!MESSAGE use the Export Makefile command and run
+!MESSAGE
+!MESSAGE NMAKE /f "osmesa.mak".
+!MESSAGE
+!MESSAGE You can specify a configuration when running NMAKE
+!MESSAGE by defining the macro CFG on the command line. For example:
+!MESSAGE
+!MESSAGE NMAKE /f "osmesa.mak" CFG="osmesa - Win32 Debug"
+!MESSAGE
+!MESSAGE Possible choices for configuration are:
+!MESSAGE
+!MESSAGE "osmesa - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
+!MESSAGE "osmesa - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
+!MESSAGE
+
+# Begin Project
+# PROP AllowPerConfigDependencies 0
+# PROP Scc_ProjName ""
+# PROP Scc_LocalPath ""
+CPP=cl.exe
+MTL=midl.exe
+RSC=rc.exe
+
+!IF "$(CFG)" == "osmesa - Win32 Release"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 0
+# PROP BASE Output_Dir "Release"
+# PROP BASE Intermediate_Dir "Release"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 0
+# PROP Output_Dir "Release"
+# PROP Intermediate_Dir "Release"
+# 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 "OSMESA_EXPORTS" /YX /FD /c
+# ADD CPP /nologo /MT /W3 /GX /O2 /I "../../../../include" /I "../../../../src/mesa" /I "../../../../src/mesa/main" /I "../../../../src/mesa/glapi" /I "../../../../src/mesa/swrast" /I "../../../../src/mesa/shader" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "OSMESA_EXPORTS" /FD /c
+# SUBTRACT CPP /YX
+# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
+# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
+# ADD BASE RSC /l 0x409 /d "NDEBUG"
+# ADD RSC /l 0x409 /d "NDEBUG"
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386
+# ADD LINK32 opengl32.lib winmm.lib msvcrt.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386 /nodefaultlib /out:"Release/OSMESA32.DLL" /libpath:"../gdi/Release"
+# Begin Special Build Tool
+SOURCE="$(InputPath)"
+PostBuild_Cmds=if not exist ..\..\..\..\lib md ..\..\..\..\lib copy Release\OSMESA32.LIB ..\..\..\..\lib copy Release\OSMESA32.DLL ..\..\..\..\lib if exist ..\..\..\..\progs\demos copy Release\OSMESA32.DLL ..\..\..\..\progs\demos
+# End Special Build Tool
+
+!ELSEIF "$(CFG)" == "osmesa - Win32 Debug"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 1
+# PROP BASE Output_Dir "Debug"
+# PROP BASE Intermediate_Dir "Debug"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 1
+# PROP Output_Dir "Debug"
+# PROP Intermediate_Dir "Debug"
+# 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 "OSMESA_EXPORTS" /YX /FD /GZ /c
+# ADD CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /I "../../../../include" /I "../../../../src/mesa" /I "../../../../src/mesa/main" /I "../../../../src/mesa/glapi" /I "../../../../src/mesa/swrast" /I "../../../../src/mesa/shader" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "OSMESA_EXPORTS" /FD /GZ /c
+# SUBTRACT CPP /YX
+# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
+# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
+# ADD BASE RSC /l 0x409 /d "_DEBUG"
+# ADD RSC /l 0x409 /d "_DEBUG"
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept
+# ADD LINK32 opengl32.lib winmm.lib msvcrtd.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /incremental:no /debug /machine:I386 /nodefaultlib /out:"Debug/OSMESA32.DLL" /pdbtype:sept /libpath:"../gdi/Debug"
+# Begin Special Build Tool
+SOURCE="$(InputPath)"
+PostBuild_Cmds=if not exist ..\..\..\..\lib md ..\..\..\..\lib copy Debug\OSMESA32.LIB ..\..\..\..\lib copy Debug\OSMESA32.DLL ..\..\..\..\lib if exist ..\..\..\..\progs\demos copy Debug\OSMESA32.DLL ..\..\..\..\progs\demos
+# End Special Build Tool
+
+!ENDIF
+
+# Begin Target
+
+# Name "osmesa - Win32 Release"
+# Name "osmesa - Win32 Debug"
+# Begin Group "Source Files"
+
+# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\drivers\common\driverfuncs.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\drivers\osmesa\osmesa.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\mesa\drivers\osmesa\osmesa.def
+# End Source File
+# End Group
+# Begin Group "Header Files"
+
+# PROP Default_Filter "h;hpp;hxx;hm;inl"
+# End Group
+# Begin Group "Resource Files"
+
+# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
+# End Group
+# End Target
+# End Project
diff --git a/nx-X11/extras/Mesa_6.4.2/windows/VC6/progs/demos/gears.dsp b/nx-X11/extras/Mesa_6.4.2/windows/VC6/progs/demos/gears.dsp new file mode 100644 index 000000000..af6b3a879 --- /dev/null +++ b/nx-X11/extras/Mesa_6.4.2/windows/VC6/progs/demos/gears.dsp @@ -0,0 +1,114 @@ +# Microsoft Developer Studio Project File - Name="gears" - Package Owner=<4>
+# Microsoft Developer Studio Generated Build File, Format Version 6.00
+# ** DO NOT EDIT **
+
+# TARGTYPE "Win32 (x86) Console Application" 0x0103
+
+CFG=gears - Win32 Debug
+!MESSAGE This is not a valid makefile. To build this project using NMAKE,
+!MESSAGE use the Export Makefile command and run
+!MESSAGE
+!MESSAGE NMAKE /f "gears.mak".
+!MESSAGE
+!MESSAGE You can specify a configuration when running NMAKE
+!MESSAGE by defining the macro CFG on the command line. For example:
+!MESSAGE
+!MESSAGE NMAKE /f "gears.mak" CFG="gears - Win32 Debug"
+!MESSAGE
+!MESSAGE Possible choices for configuration are:
+!MESSAGE
+!MESSAGE "gears - Win32 Release" (based on "Win32 (x86) Console Application")
+!MESSAGE "gears - Win32 Debug" (based on "Win32 (x86) Console Application")
+!MESSAGE
+
+# Begin Project
+# PROP AllowPerConfigDependencies 0
+# PROP Scc_ProjName ""
+# PROP Scc_LocalPath ""
+CPP=cl.exe
+RSC=rc.exe
+
+!IF "$(CFG)" == "gears - Win32 Release"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 0
+# PROP BASE Output_Dir "Release"
+# PROP BASE Intermediate_Dir "Release"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 0
+# PROP Output_Dir "Release"
+# PROP Intermediate_Dir "Release"
+# PROP Ignore_Export_Lib 0
+# PROP Target_Dir ""
+# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
+# ADD CPP /nologo /W3 /GX /O2 /I "../../../../../include" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /FD /c
+# SUBTRACT CPP /YX
+# ADD BASE RSC /l 0x409 /d "NDEBUG"
+# ADD RSC /l 0x409 /d "NDEBUG"
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386
+# ADD LINK32 glut32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 /libpath:"../glut/Release"
+# Begin Special Build Tool
+SOURCE="$(InputPath)"
+PostBuild_Cmds=copy Release\gears.exe ..\..\..\..\progs\demos
+# End Special Build Tool
+
+!ELSEIF "$(CFG)" == "gears - Win32 Debug"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 1
+# PROP BASE Output_Dir "Debug"
+# PROP BASE Intermediate_Dir "Debug"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 1
+# PROP Output_Dir "Debug"
+# PROP Intermediate_Dir "Debug"
+# PROP Ignore_Export_Lib 0
+# PROP Target_Dir ""
+# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c
+# ADD CPP /nologo /W3 /Gm /GX /Zi /Od /I "../../../../../include" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /FD /GZ /c
+# SUBTRACT CPP /YX
+# ADD BASE RSC /l 0x409 /d "_DEBUG"
+# ADD RSC /l 0x409 /d "_DEBUG"
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept
+# ADD LINK32 glut32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"../glut/Debug"
+# Begin Special Build Tool
+SOURCE="$(InputPath)"
+PostBuild_Cmds=copy Debug\gears.exe ..\..\..\..\progs\demos
+# End Special Build Tool
+
+!ENDIF
+
+# Begin Target
+
+# Name "gears - Win32 Release"
+# Name "gears - Win32 Debug"
+# Begin Group "Source Files"
+
+# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
+# Begin Source File
+
+SOURCE=..\..\..\..\progs\demos\gears.c
+# ADD CPP /I "../../../../include"
+# SUBTRACT CPP /I "../../../../../include"
+# End Source File
+# End Group
+# Begin Group "Header Files"
+
+# PROP Default_Filter "h;hpp;hxx;hm;inl"
+# End Group
+# Begin Group "Resource Files"
+
+# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
+# End Group
+# End Target
+# End Project
diff --git a/nx-X11/extras/Mesa_6.4.2/windows/VC6/progs/glut/glut.dsp b/nx-X11/extras/Mesa_6.4.2/windows/VC6/progs/glut/glut.dsp new file mode 100644 index 000000000..04fb886c0 --- /dev/null +++ b/nx-X11/extras/Mesa_6.4.2/windows/VC6/progs/glut/glut.dsp @@ -0,0 +1,333 @@ +# Microsoft Developer Studio Project File - Name="glut" - Package Owner=<4>
+# Microsoft Developer Studio Generated Build File, Format Version 6.00
+# ** DO NOT EDIT **
+
+# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
+
+CFG=glut - Win32 Debug
+!MESSAGE This is not a valid makefile. To build this project using NMAKE,
+!MESSAGE use the Export Makefile command and run
+!MESSAGE
+!MESSAGE NMAKE /f "glut.mak".
+!MESSAGE
+!MESSAGE You can specify a configuration when running NMAKE
+!MESSAGE by defining the macro CFG on the command line. For example:
+!MESSAGE
+!MESSAGE NMAKE /f "glut.mak" CFG="glut - Win32 Debug"
+!MESSAGE
+!MESSAGE Possible choices for configuration are:
+!MESSAGE
+!MESSAGE "glut - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
+!MESSAGE "glut - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
+!MESSAGE
+
+# Begin Project
+# PROP AllowPerConfigDependencies 0
+# PROP Scc_ProjName ""
+# PROP Scc_LocalPath ""
+CPP=cl.exe
+MTL=midl.exe
+RSC=rc.exe
+
+!IF "$(CFG)" == "glut - Win32 Release"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 0
+# PROP BASE Output_Dir "Release"
+# PROP BASE Intermediate_Dir "Release"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 0
+# PROP Output_Dir "Release"
+# PROP Intermediate_Dir "Release"
+# 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 "GLUT_EXPORTS" /YX /FD /c
+# ADD CPP /nologo /MT /W3 /GX /O2 /I "../../../../include" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_DLL" /D "_USRDLL" /D "GLUT_EXPORTS" /D "MESA" /D "BUILD_GL32" /FD /c
+# SUBTRACT CPP /YX
+# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
+# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
+# ADD BASE RSC /l 0x409 /d "NDEBUG"
+# ADD RSC /l 0x409 /d "NDEBUG"
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386
+# ADD LINK32 opengl32.lib glu32.lib winmm.lib msvcrt.lib oldnames.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386 /nodefaultlib /out:"Release/GLUT32.DLL" /libpath:"../../mesa/Release"
+# Begin Special Build Tool
+SOURCE="$(InputPath)"
+PostBuild_Cmds=if not exist ..\..\..\..\lib md ..\..\..\..\lib copy Release\GLUT32.LIB ..\..\..\..\lib copy Release\GLUT32.DLL ..\..\..\..\lib if exist ..\..\..\..\progs\demos copy Release\GLUT32.DLL ..\..\..\..\progs\demos
+# End Special Build Tool
+
+!ELSEIF "$(CFG)" == "glut - Win32 Debug"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 1
+# PROP BASE Output_Dir "Debug"
+# PROP BASE Intermediate_Dir "Debug"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 1
+# PROP Output_Dir "Debug"
+# PROP Intermediate_Dir "Debug"
+# 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 "GLUT_EXPORTS" /YX /FD /GZ /c
+# ADD CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /I "../../../../include" /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_DLL" /D "_USRDLL" /D "GLUT_EXPORTS" /D "MESA" /D "BUILD_GL32" /FD /GZ /c
+# SUBTRACT CPP /YX
+# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
+# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
+# ADD BASE RSC /l 0x409 /d "_DEBUG"
+# ADD RSC /l 0x409 /d "_DEBUG"
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept
+# ADD LINK32 winmm.lib msvcrtd.lib oldnames.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib opengl32.lib glu32.lib /nologo /dll /incremental:no /debug /machine:I386 /nodefaultlib /out:"Debug/GLUT32.DLL" /pdbtype:sept /libpath:"../../mesa/Debug"
+# Begin Special Build Tool
+SOURCE="$(InputPath)"
+PostBuild_Cmds=if not exist ..\..\..\..\lib md ..\..\..\..\lib copy Debug\GLUT32.LIB ..\..\..\..\lib copy Debug\GLUT32.DLL ..\..\..\..\lib if exist ..\..\..\..\progs\demos copy Debug\GLUT32.DLL ..\..\..\..\progs\demos
+# End Special Build Tool
+
+!ENDIF
+
+# Begin Target
+
+# Name "glut - Win32 Release"
+# Name "glut - Win32 Debug"
+# Begin Group "Source Files"
+
+# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glut\glx\glut_8x13.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glut\glx\glut_9x15.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glut\glx\glut_bitmap.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glut\glx\glut_bwidth.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glut\glx\glut_cindex.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glut\glx\glut_cmap.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glut\glx\glut_cursor.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glut\glx\glut_dials.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glut\glx\glut_dstr.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glut\glx\glut_event.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glut\glx\glut_ext.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glut\glx\glut_fbc.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glut\glx\glut_fullscrn.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glut\glx\glut_gamemode.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glut\glx\glut_get.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glut\glx\glut_hel10.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glut\glx\glut_hel12.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glut\glx\glut_hel18.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glut\glx\glut_init.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glut\glx\glut_input.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glut\glx\glut_joy.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glut\glx\glut_key.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glut\glx\glut_keyctrl.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glut\glx\glut_keyup.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glut\glx\glut_mesa.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glut\glx\glut_modifier.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glut\glx\glut_mroman.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glut\glx\glut_overlay.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glut\glx\glut_roman.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glut\glx\glut_shapes.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glut\glx\glut_space.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glut\glx\glut_stroke.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glut\glx\glut_swap.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glut\glx\glut_swidth.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glut\glx\glut_tablet.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glut\glx\glut_teapot.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glut\glx\glut_tr10.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glut\glx\glut_tr24.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glut\glx\glut_util.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glut\glx\glut_vidresize.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glut\glx\glut_warp.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glut\glx\glut_win.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glut\glx\glut_winmisc.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glut\glx\win32_glx.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glut\glx\win32_menu.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glut\glx\win32_util.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glut\glx\win32_winproc.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glut\glx\win32_x11.c
+# End Source File
+# End Group
+# Begin Group "Header Files"
+
+# PROP Default_Filter "h;hpp;hxx;hm;inl"
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glut\glx\glutbitmap.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glut\glx\glutint.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glut\glx\glutstroke.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glut\glx\glutwin32.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glut\glx\stroke.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glut\glx\win32_glx.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\src\glut\glx\win32_x11.h
+# End Source File
+# End Group
+# Begin Group "Resource Files"
+
+# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
+# End Group
+# End Target
+# End Project
diff --git a/nx-X11/extras/Mesa_6.4.2/windows/VC6/progs/progs.dsw b/nx-X11/extras/Mesa_6.4.2/windows/VC6/progs/progs.dsw new file mode 100644 index 000000000..d220455e6 --- /dev/null +++ b/nx-X11/extras/Mesa_6.4.2/windows/VC6/progs/progs.dsw @@ -0,0 +1,41 @@ +Microsoft Developer Studio Workspace File, Format Version 6.00
+# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
+
+###############################################################################
+
+Project: "gears"=.\demos\gears.dsp - Package Owner=<4>
+
+Package=<5>
+{{{
+}}}
+
+Package=<4>
+{{{
+}}}
+
+###############################################################################
+
+Project: "glut"=.\glut\glut.dsp - Package Owner=<4>
+
+Package=<5>
+{{{
+}}}
+
+Package=<4>
+{{{
+}}}
+
+###############################################################################
+
+Global:
+
+Package=<5>
+{{{
+}}}
+
+Package=<3>
+{{{
+}}}
+
+###############################################################################
+
diff --git a/nx-X11/extras/Mesa_6.4.2/windows/VC7/mesa/gdi/gdi.vcproj b/nx-X11/extras/Mesa_6.4.2/windows/VC7/mesa/gdi/gdi.vcproj new file mode 100644 index 000000000..82de75dc5 --- /dev/null +++ b/nx-X11/extras/Mesa_6.4.2/windows/VC7/mesa/gdi/gdi.vcproj @@ -0,0 +1,181 @@ +<?xml version="1.0" encoding = "Windows-1252"?> +<VisualStudioProject + ProjectType="Visual C++" + Version="7.00" + Name="gdi" + SccProjectName="" + SccLocalPath=""> + <Platforms> + <Platform + Name="Win32"/> + </Platforms> + <Configurations> + <Configuration + Name="Debug|Win32" + OutputDirectory=".\Debug" + IntermediateDirectory=".\Debug" + ConfigurationType="2" + UseOfMFC="0" + ATLMinimizesCRunTimeLibraryUsage="FALSE" + CharacterSet="2"> + <Tool + Name="VCCLCompilerTool" + Optimization="0" + AdditionalIncludeDirectories="../../../../include,../../../../src/mesa,../../../../src/mesa/main,../../../../src/mesa/glapi,../../../../src/mesa/swrast,../../../../src/mesa/shader" + PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;_USRDLL;GDI_EXPORTS;_DLL;BUILD_GL32;MESA_MINWARN" + BasicRuntimeChecks="3" + RuntimeLibrary="1" + PrecompiledHeaderFile=".\Debug/gdi.pch" + AssemblerListingLocation=".\Debug/" + ObjectFile=".\Debug/" + ProgramDataBaseFileName=".\Debug/" + BrowseInformation="1" + WarningLevel="3" + SuppressStartupBanner="TRUE" + DebugInformationFormat="3" + CompileAs="0"/> + <Tool + Name="VCCustomBuildTool"/> + <Tool + Name="VCLinkerTool" + AdditionalOptions="/MACHINE:I386" + AdditionalDependencies="mesa.lib winmm.lib msvcrtd.lib odbc32.lib odbccp32.lib" + OutputFile="Debug/OPENGL32.DLL" + LinkIncremental="1" + SuppressStartupBanner="TRUE" + AdditionalLibraryDirectories="../mesa/Debug" + IgnoreAllDefaultLibraries="TRUE" + ModuleDefinitionFile="..\..\..\..\src\mesa\drivers\windows\gdi\mesa.def" + GenerateDebugInformation="TRUE" + ProgramDatabaseFile=".\Debug/OPENGL32.pdb" + ImportLibrary=".\Debug/OPENGL32.lib"/> + <Tool + Name="VCMIDLTool" + PreprocessorDefinitions="_DEBUG" + MkTypLibCompatible="TRUE" + SuppressStartupBanner="TRUE" + TargetEnvironment="1" + TypeLibraryName=".\Debug/gdi.tlb"/> + <Tool + Name="VCPostBuildEventTool" + CommandLine="if not exist ..\..\..\..\lib md ..\..\..\..\lib +copy Debug\OPENGL32.LIB ..\..\..\..\lib +copy Debug\OPENGL32.DLL ..\..\..\..\lib +if exist ..\..\..\..\progs\demos copy Debug\OPENGL32.DLL ..\..\..\..\progs\demos +"/> + <Tool + Name="VCPreBuildEventTool"/> + <Tool + Name="VCPreLinkEventTool"/> + <Tool + Name="VCResourceCompilerTool" + PreprocessorDefinitions="_DEBUG" + Culture="1033"/> + <Tool + Name="VCWebServiceProxyGeneratorTool"/> + <Tool + Name="VCWebDeploymentTool"/> + </Configuration> + <Configuration + Name="Release|Win32" + OutputDirectory=".\Release" + IntermediateDirectory=".\Release" + ConfigurationType="2" + UseOfMFC="0" + ATLMinimizesCRunTimeLibraryUsage="FALSE" + CharacterSet="2"> + <Tool + Name="VCCLCompilerTool" + InlineFunctionExpansion="1" + AdditionalIncludeDirectories="../../main,../../../../include,../../../../src/mesa,../../../../src/mesa/main,../../../../src/mesa/glapi,../../../../src/mesa/swrast,../../../../src/mesa/shader" + PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;_USRDLL;GDI_EXPORTS;_DLL;BUILD_GL32;MESA_MINWARN" + StringPooling="TRUE" + RuntimeLibrary="0" + EnableFunctionLevelLinking="TRUE" + PrecompiledHeaderFile=".\Release/gdi.pch" + AssemblerListingLocation=".\Release/" + ObjectFile=".\Release/" + ProgramDataBaseFileName=".\Release/" + WarningLevel="3" + SuppressStartupBanner="TRUE" + CompileAs="0"/> + <Tool + Name="VCCustomBuildTool"/> + <Tool + Name="VCLinkerTool" + AdditionalOptions="/MACHINE:I386" + AdditionalDependencies="mesa.lib winmm.lib msvcrt.lib odbc32.lib odbccp32.lib" + OutputFile="Release/OPENGL32.DLL" + LinkIncremental="1" + SuppressStartupBanner="TRUE" + AdditionalLibraryDirectories="../mesa/Release" + IgnoreAllDefaultLibraries="TRUE" + ModuleDefinitionFile="..\..\..\..\src\mesa\drivers\windows\gdi\mesa.def" + ProgramDatabaseFile=".\Release/OPENGL32.pdb" + ImportLibrary=".\Release/OPENGL32.lib"/> + <Tool + Name="VCMIDLTool" + PreprocessorDefinitions="NDEBUG" + MkTypLibCompatible="TRUE" + SuppressStartupBanner="TRUE" + TargetEnvironment="1" + TypeLibraryName=".\Release/gdi.tlb"/> + <Tool + Name="VCPostBuildEventTool" + CommandLine="if not exist ..\..\..\..\lib md ..\..\..\..\lib +copy Release\OPENGL32.LIB ..\..\..\..\lib +copy Release\OPENGL32.DLL ..\..\..\..\lib +if exist ..\..\..\..\progs\demos copy Release\OPENGL32.DLL ..\..\..\..\progs\demos +"/> + <Tool + Name="VCPreBuildEventTool"/> + <Tool + Name="VCPreLinkEventTool"/> + <Tool + Name="VCResourceCompilerTool" + PreprocessorDefinitions="NDEBUG" + Culture="1033"/> + <Tool + Name="VCWebServiceProxyGeneratorTool"/> + <Tool + Name="VCWebDeploymentTool"/> + </Configuration> + </Configurations> + <Files> + <Filter + Name="Source Files" + Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"> + <File + RelativePath="..\..\..\..\src\mesa\drivers\common\driverfuncs.c"> + </File> + <File + RelativePath="..\..\..\..\src\mesa\drivers\windows\gdi\mesa.def"> + </File> + <File + RelativePath="..\..\..\..\src\mesa\drivers\windows\gdi\wgl.c"> + </File> + <File + RelativePath="..\..\..\..\src\mesa\drivers\windows\gdi\wmesa.c"> + </File> + </Filter> + <Filter + Name="Header Files" + Filter="h;hpp;hxx;hm;inl"> + <File + RelativePath="..\..\..\..\src\mesa\drivers\windows\gdi\colors.h"> + </File> + <File + RelativePath="..\..\..\..\src\mesa\drivers\common\driverfuncs.h"> + </File> + <File + RelativePath="..\..\..\..\src\mesa\drivers\windows\gdi\wmesadef.h"> + </File> + </Filter> + <Filter + Name="Resource Files" + Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"> + </Filter> + </Files> + <Globals> + </Globals> +</VisualStudioProject> diff --git a/nx-X11/extras/Mesa_6.4.2/windows/VC7/mesa/glu/glu.vcproj b/nx-X11/extras/Mesa_6.4.2/windows/VC7/mesa/glu/glu.vcproj new file mode 100644 index 000000000..e0c481e01 --- /dev/null +++ b/nx-X11/extras/Mesa_6.4.2/windows/VC7/mesa/glu/glu.vcproj @@ -0,0 +1,752 @@ +<?xml version="1.0" encoding = "Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="7.00"
+ Name="glu"
+ SccProjectName=""
+ SccLocalPath="">
+ <Platforms>
+ <Platform
+ Name="Win32"/>
+ </Platforms>
+ <Configurations>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory=".\Release"
+ IntermediateDirectory=".\Release"
+ ConfigurationType="2"
+ UseOfMFC="0"
+ ATLMinimizesCRunTimeLibraryUsage="FALSE"
+ CharacterSet="2">
+ <Tool
+ Name="VCCLCompilerTool"
+ InlineFunctionExpansion="1"
+ AdditionalIncludeDirectories="../../../../include;../../../../src/glu/sgi/include;../../../../src/glu/sgi/libnurbs/interface;../../../../src/glu/sgi/libnurbs/internals;../../../../src/glu/sgi/libnurbs/nurbtess"
+ PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;GLU_EXPORTS;BUILD_GL32;LIBRARYBUILD"
+ StringPooling="TRUE"
+ RuntimeLibrary="0"
+ EnableFunctionLevelLinking="TRUE"
+ PrecompiledHeaderFile=".\Release/glu.pch"
+ AssemblerListingLocation=".\Release/"
+ ObjectFile=".\Release/"
+ ProgramDataBaseFileName=".\Release/"
+ WarningLevel="3"
+ SuppressStartupBanner="TRUE"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalOptions="/MACHINE:I386"
+ AdditionalDependencies="msvcrt.lib winmm.lib odbc32.lib odbccp32.lib opengl32.lib"
+ OutputFile="Release/GLU32.DLL"
+ LinkIncremental="1"
+ SuppressStartupBanner="TRUE"
+ AdditionalLibraryDirectories="../gdi/Release"
+ IgnoreAllDefaultLibraries="TRUE"
+ ModuleDefinitionFile="..\..\..\..\src\glu\sgi\glu.def"
+ ProgramDatabaseFile=".\Release/GLU32.pdb"
+ ImportLibrary=".\Release/GLU32.lib"/>
+ <Tool
+ Name="VCMIDLTool"
+ PreprocessorDefinitions="NDEBUG"
+ MkTypLibCompatible="TRUE"
+ SuppressStartupBanner="TRUE"
+ TargetEnvironment="1"
+ TypeLibraryName=".\Release/glu.tlb"/>
+ <Tool
+ Name="VCPostBuildEventTool"
+ CommandLine="if not exist ..\..\..\..\lib md ..\..\..\..\lib
+copy Release\GLU32.LIB ..\..\..\..\lib
+copy Release\GLU32.DLL ..\..\..\..\lib
+if exist ..\..\..\..\progs\demos copy Release\GLU32.DLL ..\..\..\..\progs\demos
+"/>
+ <Tool
+ Name="VCPreBuildEventTool"/>
+ <Tool
+ Name="VCPreLinkEventTool"/>
+ <Tool
+ Name="VCResourceCompilerTool"
+ PreprocessorDefinitions="NDEBUG"
+ Culture="1033"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ <Tool
+ Name="VCWebDeploymentTool"/>
+ </Configuration>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory=".\Debug"
+ IntermediateDirectory=".\Debug"
+ ConfigurationType="2"
+ UseOfMFC="0"
+ ATLMinimizesCRunTimeLibraryUsage="FALSE"
+ CharacterSet="2">
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ AdditionalIncludeDirectories="../../../../include;../../../../src/glu/sgi/include;../../../../src/glu/sgi/libnurbs/interface;../../../../src/glu/sgi/libnurbs/internals;../../../../src/glu/sgi/libnurbs/nurbtess"
+ PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;GLU_EXPORTS;BUILD_GL32;LIBRARYBUILD"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="1"
+ PrecompiledHeaderFile=".\Debug/glu.pch"
+ AssemblerListingLocation=".\Debug/"
+ ObjectFile=".\Debug/"
+ ProgramDataBaseFileName=".\Debug/"
+ WarningLevel="3"
+ SuppressStartupBanner="TRUE"
+ DebugInformationFormat="3"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalOptions="/MACHINE:I386"
+ AdditionalDependencies="msvcrtd.lib winmm.lib odbc32.lib odbccp32.lib opengl32.lib"
+ OutputFile="Debug/GLU32.DLL"
+ LinkIncremental="1"
+ SuppressStartupBanner="TRUE"
+ AdditionalLibraryDirectories="../gdi/Debug"
+ IgnoreAllDefaultLibraries="TRUE"
+ ModuleDefinitionFile="..\..\..\..\src\glu\sgi\glu.def"
+ GenerateDebugInformation="TRUE"
+ ProgramDatabaseFile=".\Debug/GLU32.pdb"
+ ImportLibrary=".\Debug/GLU32.lib"/>
+ <Tool
+ Name="VCMIDLTool"
+ PreprocessorDefinitions="_DEBUG"
+ MkTypLibCompatible="TRUE"
+ SuppressStartupBanner="TRUE"
+ TargetEnvironment="1"
+ TypeLibraryName=".\Debug/glu.tlb"/>
+ <Tool
+ Name="VCPostBuildEventTool"
+ CommandLine="if not exist ..\..\..\..\lib md ..\..\..\..\lib
+copy Debug\GLU32.LIB ..\..\..\..\lib
+copy Debug\GLU32.DLL ..\..\..\..\lib
+if exist ..\..\..\..\progs\demos copy Debug\GLU32.DLL ..\..\..\..\progs\demos
+"/>
+ <Tool
+ Name="VCPreBuildEventTool"/>
+ <Tool
+ Name="VCPreLinkEventTool"/>
+ <Tool
+ Name="VCResourceCompilerTool"
+ PreprocessorDefinitions="_DEBUG"
+ Culture="1033"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ <Tool
+ Name="VCWebDeploymentTool"/>
+ </Configuration>
+ </Configurations>
+ <Files>
+ <Filter
+ Name="Source Files"
+ Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libtess\dict.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libutil\error.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libtess\geom.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\glu.def">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libutil\glue.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libtess\memalloc.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libtess\mesh.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libutil\mipmap.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libtess\normal.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libtess\priorityq-heap.c">
+ <FileConfiguration
+ Name="Release|Win32"
+ ExcludedFromBuild="TRUE">
+ <Tool
+ Name="VCCLCompilerTool"/>
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug|Win32"
+ ExcludedFromBuild="TRUE">
+ <Tool
+ Name="VCCLCompilerTool"/>
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libtess\priorityq.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libutil\project.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libutil\quad.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libutil\registry.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libtess\render.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libtess\sweep.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libtess\tess.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libtess\tessmono.c">
+ </File>
+ </Filter>
+ <Filter
+ Name="Header Files"
+ Filter="h;hpp;hxx;hm;inl">
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\arc.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\arcsorter.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\arctess.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\backend.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\basiccrveval.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\basicsurfeval.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\interface\bezierEval.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\interface\bezierPatch.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\interface\bezierPatchMesh.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\bezierarc.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\bin.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\bufpool.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\cachingeval.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\coveandtiler.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\curve.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\curvelist.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\dataTransform.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\defines.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\nurbtess\definitions.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libtess\dict-list.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libtess\dict.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\nurbtess\directedLine.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\displaylist.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\displaymode.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\flist.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\flistsorter.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libtess\geom.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\interface\glcurveval.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\nurbtess\glimports.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\interface\glimports.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\interface\glrenderer.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\interface\glsurfeval.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libutil\gluint.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\include\gluos.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\nurbtess\gridWrap.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\gridline.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\gridtrimvertex.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\gridvertex.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\hull.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\jarcloc.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\knotvector.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\mapdesc.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\maplist.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libtess\memalloc.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libtess\mesh.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\mesher.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\nurbtess\monoChain.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\nurbtess\monoPolyPart.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\nurbtess\monoTriangulation.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\monotonizer.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\myassert.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\mymath.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\mysetjmp.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\nurbtess\mystdio.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\interface\mystdio.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\nurbtess\mystdlib.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\interface\mystdlib.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\mystring.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libtess\normal.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\nurbsconsts.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\nurbstess.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\nurbtess\partitionX.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\nurbtess\partitionY.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\patch.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\patchlist.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\nurbtess\polyDBG.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\nurbtess\polyUtil.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\nurbtess\primitiveStream.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libtess\priorityq-heap.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libtess\priorityq-sort.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libtess\priorityq.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\pwlarc.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\nurbtess\quicksort.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\quilt.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\reader.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\nurbtess\rectBlock.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libtess\render.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\renderhints.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\nurbtess\sampleComp.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\nurbtess\sampleCompBot.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\nurbtess\sampleCompRight.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\nurbtess\sampleCompTop.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\nurbtess\sampleMonoPoly.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\nurbtess\sampledLine.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\nurbtess\searchTree.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\simplemath.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\slicer.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\sorter.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\subdivider.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libtess\sweep.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libtess\tess.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libtess\tessmono.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\trimline.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\trimregion.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\trimvertex.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\trimvertpool.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\types.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\uarray.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\varray.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\nurbtess\zlassert.h">
+ </File>
+ </Filter>
+ <Filter
+ Name="C++ files"
+ Filter=".cc">
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libtess\README">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\arc.cc">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\arcsorter.cc">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\arctess.cc">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\backend.cc">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\basiccrveval.cc">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\basicsurfeval.cc">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\interface\bezierEval.cc">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\interface\bezierPatch.cc">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\interface\bezierPatchMesh.cc">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\bin.cc">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\bufpool.cc">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\cachingeval.cc">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\ccw.cc">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\coveandtiler.cc">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\curve.cc">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\curvelist.cc">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\curvesub.cc">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\dataTransform.cc">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\nurbtess\directedLine.cc">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\displaylist.cc">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\flist.cc">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\flistsorter.cc">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\interface\glcurveval.cc">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\interface\glinterface.cc">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\interface\glrenderer.cc">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\interface\glsurfeval.cc">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\nurbtess\gridWrap.cc">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\hull.cc">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\interface\incurveeval.cc">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\interface\insurfeval.cc">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\intersect.cc">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\knotvector.cc">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\mapdesc.cc">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\mapdescv.cc">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\maplist.cc">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\mesher.cc">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\nurbtess\monoChain.cc">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\nurbtess\monoPolyPart.cc">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\nurbtess\monoTriangulation.cc">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\monoTriangulationBackend.cc">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\monotonizer.cc">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\mycode.cc">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\nurbsinterfac.cc">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\nurbstess.cc">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\nurbtess\partitionX.cc">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\nurbtess\partitionY.cc">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\patch.cc">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\patchlist.cc">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\nurbtess\polyDBG.cc">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\nurbtess\polyUtil.cc">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\nurbtess\primitiveStream.cc">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\nurbtess\quicksort.cc">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\quilt.cc">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\reader.cc">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\nurbtess\rectBlock.cc">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\renderhints.cc">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\nurbtess\sampleComp.cc">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\nurbtess\sampleCompBot.cc">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\nurbtess\sampleCompRight.cc">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\nurbtess\sampleCompTop.cc">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\nurbtess\sampleMonoPoly.cc">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\nurbtess\sampledLine.cc">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\nurbtess\searchTree.cc">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\slicer.cc">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\sorter.cc">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\splitarcs.cc">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\subdivider.cc">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\tobezier.cc">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\trimline.cc">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\trimregion.cc">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\trimvertpool.cc">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\uarray.cc">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libnurbs\internals\varray.cc">
+ </File>
+ </Filter>
+ <Filter
+ Name="Resource Files"
+ Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
+ </Filter>
+ <File
+ RelativePath="..\..\..\..\src\glu\sgi\libtess\alg-outline">
+ </File>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
diff --git a/nx-X11/extras/Mesa_6.4.2/windows/VC7/mesa/mesa.sln b/nx-X11/extras/Mesa_6.4.2/windows/VC7/mesa/mesa.sln new file mode 100644 index 000000000..ada5568f4 --- /dev/null +++ b/nx-X11/extras/Mesa_6.4.2/windows/VC7/mesa/mesa.sln @@ -0,0 +1,41 @@ +Microsoft Visual Studio Solution File, Format Version 7.00
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gdi", "gdi\gdi.vcproj", "{A1B24907-E196-4826-B6AF-26723629B633}"
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "glu", "glu\glu.vcproj", "{2E50FDAF-430B-475B-AE6B-60B68F2875BA}"
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mesa", "mesa\mesa.vcproj", "{2120C974-2717-4709-B44F-D6E6D0A56448}"
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "osmesa", "osmesa\osmesa.vcproj", "{8D6CD423-383B-49E7-81BC-D20C70B07DF5}"
+EndProject
+Global
+ GlobalSection(SolutionConfiguration) = preSolution
+ ConfigName.0 = Debug
+ ConfigName.1 = Release
+ EndGlobalSection
+ GlobalSection(ProjectDependencies) = postSolution
+ {A1B24907-E196-4826-B6AF-26723629B633}.0 = {2120C974-2717-4709-B44F-D6E6D0A56448}
+ {8D6CD423-383B-49E7-81BC-D20C70B07DF5}.0 = {A1B24907-E196-4826-B6AF-26723629B633}
+ EndGlobalSection
+ GlobalSection(ProjectConfiguration) = postSolution
+ {A1B24907-E196-4826-B6AF-26723629B633}.Debug.ActiveCfg = Debug|Win32
+ {A1B24907-E196-4826-B6AF-26723629B633}.Debug.Build.0 = Debug|Win32
+ {A1B24907-E196-4826-B6AF-26723629B633}.Release.ActiveCfg = Release|Win32
+ {A1B24907-E196-4826-B6AF-26723629B633}.Release.Build.0 = Release|Win32
+ {2E50FDAF-430B-475B-AE6B-60B68F2875BA}.Debug.ActiveCfg = Debug|Win32
+ {2E50FDAF-430B-475B-AE6B-60B68F2875BA}.Debug.Build.0 = Debug|Win32
+ {2E50FDAF-430B-475B-AE6B-60B68F2875BA}.Release.ActiveCfg = Release|Win32
+ {2E50FDAF-430B-475B-AE6B-60B68F2875BA}.Release.Build.0 = Release|Win32
+ {2120C974-2717-4709-B44F-D6E6D0A56448}.Debug.ActiveCfg = Debug|Win32
+ {2120C974-2717-4709-B44F-D6E6D0A56448}.Debug.Build.0 = Debug|Win32
+ {2120C974-2717-4709-B44F-D6E6D0A56448}.Release.ActiveCfg = Release|Win32
+ {2120C974-2717-4709-B44F-D6E6D0A56448}.Release.Build.0 = Release|Win32
+ {8D6CD423-383B-49E7-81BC-D20C70B07DF5}.Debug.ActiveCfg = Debug|Win32
+ {8D6CD423-383B-49E7-81BC-D20C70B07DF5}.Debug.Build.0 = Debug|Win32
+ {8D6CD423-383B-49E7-81BC-D20C70B07DF5}.Release.ActiveCfg = Release|Win32
+ {8D6CD423-383B-49E7-81BC-D20C70B07DF5}.Release.Build.0 = Release|Win32
+ EndGlobalSection
+ GlobalSection(ExtensibilityGlobals) = postSolution
+ EndGlobalSection
+ GlobalSection(ExtensibilityAddIns) = postSolution
+ EndGlobalSection
+EndGlobal
diff --git a/nx-X11/extras/Mesa_6.4.2/windows/VC7/mesa/mesa/mesa.vcproj b/nx-X11/extras/Mesa_6.4.2/windows/VC7/mesa/mesa/mesa.vcproj new file mode 100644 index 000000000..ed124b537 --- /dev/null +++ b/nx-X11/extras/Mesa_6.4.2/windows/VC7/mesa/mesa/mesa.vcproj @@ -0,0 +1,1084 @@ +<?xml version="1.0" encoding = "Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="7.00"
+ Name="mesa"
+ SccProjectName=""
+ SccLocalPath="">
+ <Platforms>
+ <Platform
+ Name="Win32"/>
+ </Platforms>
+ <Configurations>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory=".\Release"
+ IntermediateDirectory=".\Release"
+ ConfigurationType="4"
+ UseOfMFC="0"
+ ATLMinimizesCRunTimeLibraryUsage="FALSE"
+ CharacterSet="2">
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalOptions="/Zm1000 "
+ InlineFunctionExpansion="1"
+ AdditionalIncludeDirectories="../../../../include,../../../../src/mesa,../../../../src/mesa/glapi,../../../../src/mesa/main,../../../../src/mesa/shader,../../../../src/mesa/shader/slang,../../../../src/mesa/shader/grammar"
+ PreprocessorDefinitions="NDEBUG,WIN32,_LIB,_DLL,BUILD_GL32,MESA_MINWARN"
+ StringPooling="TRUE"
+ RuntimeLibrary="4"
+ EnableFunctionLevelLinking="TRUE"
+ UsePrecompiledHeader="2"
+ PrecompiledHeaderFile=".\Release/mesa.pch"
+ AssemblerListingLocation=".\Release/"
+ ObjectFile=".\Release/"
+ ProgramDataBaseFileName=".\Release/"
+ WarningLevel="3"
+ SuppressStartupBanner="TRUE"
+ CompileAs="0"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile=".\Release\mesa.lib"
+ SuppressStartupBanner="TRUE"/>
+ <Tool
+ Name="VCMIDLTool"/>
+ <Tool
+ Name="VCPostBuildEventTool"/>
+ <Tool
+ Name="VCPreBuildEventTool"/>
+ <Tool
+ Name="VCPreLinkEventTool"/>
+ <Tool
+ Name="VCResourceCompilerTool"
+ PreprocessorDefinitions="NDEBUG"
+ Culture="1033"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ </Configuration>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory=".\Debug"
+ IntermediateDirectory=".\Debug"
+ ConfigurationType="4"
+ UseOfMFC="0"
+ ATLMinimizesCRunTimeLibraryUsage="FALSE"
+ CharacterSet="2">
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalOptions="/Zm1000 "
+ Optimization="0"
+ AdditionalIncludeDirectories="../../../../include,../../../../src/mesa,../../../../src/mesa/glapi,../../../../src/mesa/main,../../../../src/mesa/shader,../../../../src/mesa/shader/slang,../../../../src/mesa/shader/grammar"
+ PreprocessorDefinitions="_DEBUG,WIN32,_LIB,_DLL,BUILD_GL32,MESA_MINWARN"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="5"
+ PrecompiledHeaderFile=".\Debug/mesa.pch"
+ AssemblerListingLocation=".\Debug/"
+ ObjectFile=".\Debug/"
+ ProgramDataBaseFileName=".\Debug/"
+ BrowseInformation="1"
+ WarningLevel="3"
+ SuppressStartupBanner="TRUE"
+ DebugInformationFormat="3"
+ CompileAs="0"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile=".\Debug\mesa.lib"
+ SuppressStartupBanner="TRUE"/>
+ <Tool
+ Name="VCMIDLTool"/>
+ <Tool
+ Name="VCPostBuildEventTool"/>
+ <Tool
+ Name="VCPreBuildEventTool"/>
+ <Tool
+ Name="VCPreLinkEventTool"/>
+ <Tool
+ Name="VCResourceCompilerTool"
+ PreprocessorDefinitions="_DEBUG"
+ Culture="1033"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ </Configuration>
+ </Configurations>
+ <Files>
+ <Filter
+ Name="Source Files"
+ Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
+ <File
+ RelativePath="..\..\..\..\src\mesa\array_cache\ac_context.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\array_cache\ac_import.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\accum.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\api_arrayelt.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\api_loopback.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\api_noop.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\api_validate.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\arbfragparse.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\arbprogparse.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\arbprogram.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\arbvertparse.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\atifragshader.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\attrib.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\blend.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\bufferobj.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\buffers.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\clip.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\colortab.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\context.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\convolve.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\debug.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\depth.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\dispatch.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\dlist.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\drawpix.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\enable.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\enums.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\eval.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\execmem.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\extensions.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\fbobject.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\feedback.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\fog.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\framebuffer.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\get.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\getstring.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\glapi\glapi.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\glapi\glthread.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\grammar\grammar.c">
+ <FileConfiguration
+ Name="Release|Win32"
+ ExcludedFromBuild="TRUE">
+ <Tool
+ Name="VCCLCompilerTool"/>
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug|Win32"
+ ExcludedFromBuild="TRUE">
+ <Tool
+ Name="VCCLCompilerTool"/>
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\grammar\grammar_mesa.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\hash.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\hint.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\histogram.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\image.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\imports.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\light.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\lines.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\math\m_debug_clip.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\math\m_debug_norm.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\math\m_debug_xform.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\math\m_eval.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\math\m_matrix.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\math\m_translate.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\math\m_vector.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\math\m_xform.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\matrix.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\mm.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\nvfragparse.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\nvprogram.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\nvvertexec.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\nvvertparse.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\occlude.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\pixel.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\points.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\polygon.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\program.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\rastpos.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\renderbuffer.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_aaline.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_aatriangle.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_accum.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_alpha.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_atifragshader.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_bitmap.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_blend.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_buffers.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_context.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_copypix.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_depth.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_drawpix.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_feedback.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_fog.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_imaging.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_lines.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_logic.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_masking.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_nvfragprog.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_pixeltex.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_points.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_readpix.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_span.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_stencil.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_texstore.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_texture.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_triangle.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_zoom.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\shaderobjects.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\shaderobjects_3dlabs.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\slang\slang_assemble.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\slang\slang_assemble_assignment.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\slang\slang_assemble_conditional.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\slang\slang_assemble_constructor.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\slang\slang_assemble_typeinfo.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\slang\slang_compile.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\slang\slang_execute.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\slang\slang_preprocess.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\slang\slang_storage.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\slang\slang_utility.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast_setup\ss_context.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast_setup\ss_triangle.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\state.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\stencil.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\tnl\t_array_api.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\tnl\t_array_import.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\tnl\t_context.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\tnl\t_pipeline.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\tnl\t_save_api.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\tnl\t_save_loopback.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\tnl\t_save_playback.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\tnl\t_vb_arbprogram.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\tnl\t_vb_cull.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\tnl\t_vb_fog.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\tnl\t_vb_light.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\tnl\t_vb_normals.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\tnl\t_vb_points.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\tnl\t_vb_program.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\tnl\t_vb_render.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\tnl\t_vb_texgen.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\tnl\t_vb_texmat.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\tnl\t_vb_vertex.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\tnl\t_vertex.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\tnl\t_vertex_generic.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\tnl\t_vp_build.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\tnl\t_vtx_api.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\tnl\t_vtx_eval.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\tnl\t_vtx_exec.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\tnl\t_vtx_generic.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\texcompress.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\texcompress_fxt1.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\texcompress_s3tc.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\texenvprogram.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\texformat.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\teximage.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\texobj.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\texrender.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\texstate.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\texstore.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\varray.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\vsnprintf.c">
+ <FileConfiguration
+ Name="Release|Win32"
+ ExcludedFromBuild="TRUE">
+ <Tool
+ Name="VCCLCompilerTool"/>
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug|Win32"
+ ExcludedFromBuild="TRUE">
+ <Tool
+ Name="VCCLCompilerTool"/>
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\vtxfmt.c">
+ </File>
+ </Filter>
+ <Filter
+ Name="Header Files"
+ Filter="h;hpp;hxx;hm;inl">
+ <File
+ RelativePath="..\..\..\..\src\mesa\array_cache\ac_context.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\array_cache\acache.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\accum.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\api_arrayelt.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\api_eval.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\api_loopback.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\api_noop.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\api_validate.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\arbfragparse.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\arbprogparse.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\arbprogram.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\arbprogram_syn.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\arbvertparse.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\atifragshader.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\attrib.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\blend.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\bufferobj.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\buffers.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\clip.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\colormac.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\colortab.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\config.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\context.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\convolve.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\dd.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\debug.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\depth.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\dlist.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\drawpix.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\enable.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\enums.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\eval.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\extensions.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\fbobject.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\feedback.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\fog.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\framebuffer.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\get.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\glapi\glapi.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\glapi\glapioffsets.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\glapi\glapitable.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\glapi\glapitemp.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\glheader.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\glapi\glprocs.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\glapi\glthread.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\grammar\grammar.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\grammar\grammar_mesa.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\grammar\grammar_syn.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\hash.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\hint.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\histogram.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\image.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\imports.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\light.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\lines.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\math\m_clip_tmp.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\math\m_copy_tmp.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\math\m_debug.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\math\m_debug_util.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\math\m_dotprod_tmp.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\math\m_eval.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\math\m_matrix.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\math\m_norm_tmp.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\math\m_trans_tmp.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\math\m_translate.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\math\m_vector.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\math\m_xform.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\math\m_xform_tmp.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\macros.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\math\mathmod.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\matrix.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\mm.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\mtypes.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\nvfragparse.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\nvfragprog.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\nvprogram.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\nvvertexec.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\nvvertparse.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\nvvertprog.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\occlude.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\pixel.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\points.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\polygon.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\program.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\rastpos.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\renderbuffer.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_aaline.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_aalinetemp.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_aatriangle.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_aatritemp.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_accum.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_alpha.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_atifragshader.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_blend.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_context.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_depth.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_drawpix.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_feedback.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_fog.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_lines.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_linetemp.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_logic.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_masking.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_nvfragprog.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_pixeltex.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_points.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_pointtemp.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_span.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_spantemp.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_stencil.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_texture.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_triangle.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_trispan.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_tritemp.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\s_zoom.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\shaderobjects.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\shaderobjects_3dlabs.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\simple_list.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\slang\slang_assemble.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\slang\slang_assemble_assignment.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\slang\slang_assemble_conditional.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\slang\slang_assemble_constructor.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\slang\slang_assemble_typeinfo.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\slang\slang_compile.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\slang\slang_execute.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\slang\slang_mesa.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\slang\slang_preprocess.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\slang\slang_storage.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\slang\slang_utility.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast_setup\ss_context.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast_setup\ss_triangle.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast_setup\ss_tritmp.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast_setup\ss_vb.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\state.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\stencil.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast\swrast.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\swrast_setup\swrast_setup.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\tnl\t_array_api.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\tnl\t_array_import.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\tnl\t_context.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\tnl\t_pipeline.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\tnl\t_save_api.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\tnl\t_vb_arbprogram.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\tnl\t_vb_cliptmp.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\tnl\t_vb_lighttmp.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\tnl\t_vb_rendertmp.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\tnl\t_vertex.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\tnl\t_vp_build.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\tnl\t_vtx_api.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\texcompress.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\texenvprogram.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\texformat.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\texformat_tmp.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\teximage.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\texobj.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\texrender.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\texstate.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\texstore.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\tnl\tnl.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\shader\slang\traverse_wrap.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\varray.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\version.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\vtxfmt.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\main\vtxfmt_tmp.h">
+ </File>
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
diff --git a/nx-X11/extras/Mesa_6.4.2/windows/VC7/mesa/osmesa/osmesa.vcproj b/nx-X11/extras/Mesa_6.4.2/windows/VC7/mesa/osmesa/osmesa.vcproj new file mode 100644 index 000000000..266aff509 --- /dev/null +++ b/nx-X11/extras/Mesa_6.4.2/windows/VC7/mesa/osmesa/osmesa.vcproj @@ -0,0 +1,168 @@ +<?xml version="1.0" encoding = "Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="7.00"
+ Name="osmesa"
+ SccProjectName=""
+ SccLocalPath="">
+ <Platforms>
+ <Platform
+ Name="Win32"/>
+ </Platforms>
+ <Configurations>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory=".\Release"
+ IntermediateDirectory=".\Release"
+ ConfigurationType="2"
+ UseOfMFC="0"
+ ATLMinimizesCRunTimeLibraryUsage="FALSE"
+ CharacterSet="2">
+ <Tool
+ Name="VCCLCompilerTool"
+ InlineFunctionExpansion="1"
+ AdditionalIncludeDirectories="../../../../include,../../../../src/mesa,../../../../src/mesa/main,../../../../src/mesa/glapi,../../../../src/mesa/swrast,../../../../src/mesa/shader"
+ PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;OSMESA_EXPORTS"
+ StringPooling="TRUE"
+ RuntimeLibrary="0"
+ EnableFunctionLevelLinking="TRUE"
+ PrecompiledHeaderFile=".\Release/osmesa.pch"
+ AssemblerListingLocation=".\Release/"
+ ObjectFile=".\Release/"
+ ProgramDataBaseFileName=".\Release/"
+ WarningLevel="3"
+ SuppressStartupBanner="TRUE"
+ CompileAs="0"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalOptions="/MACHINE:I386"
+ AdditionalDependencies="opengl32.lib winmm.lib msvcrt.lib odbc32.lib odbccp32.lib"
+ OutputFile="Release/OSMESA32.DLL"
+ LinkIncremental="1"
+ SuppressStartupBanner="TRUE"
+ AdditionalLibraryDirectories="../gdi/Release"
+ IgnoreAllDefaultLibraries="TRUE"
+ ModuleDefinitionFile="..\..\..\..\src\mesa\drivers\osmesa\osmesa.def"
+ ProgramDatabaseFile=".\Release/OSMESA32.pdb"
+ ImportLibrary=".\Release/OSMESA32.lib"/>
+ <Tool
+ Name="VCMIDLTool"
+ PreprocessorDefinitions="NDEBUG"
+ MkTypLibCompatible="TRUE"
+ SuppressStartupBanner="TRUE"
+ TargetEnvironment="1"
+ TypeLibraryName=".\Release/osmesa.tlb"/>
+ <Tool
+ Name="VCPostBuildEventTool"
+ CommandLine="if not exist ..\..\..\..\lib md ..\..\..\..\lib
+copy Release\OSMESA32.LIB ..\..\..\..\lib
+copy Release\OSMESA32.DLL ..\..\..\..\lib
+if exist ..\..\..\..\progs\demos copy Release\OSMESA32.DLL ..\..\..\..\progs\demos
+"/>
+ <Tool
+ Name="VCPreBuildEventTool"/>
+ <Tool
+ Name="VCPreLinkEventTool"/>
+ <Tool
+ Name="VCResourceCompilerTool"
+ PreprocessorDefinitions="NDEBUG"
+ Culture="1033"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ <Tool
+ Name="VCWebDeploymentTool"/>
+ </Configuration>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory=".\Debug"
+ IntermediateDirectory=".\Debug"
+ ConfigurationType="2"
+ UseOfMFC="0"
+ ATLMinimizesCRunTimeLibraryUsage="FALSE"
+ CharacterSet="2">
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ AdditionalIncludeDirectories="../../../../include,../../../../src/mesa,../../../../src/mesa/main,../../../../src/mesa/glapi,../../../../src/mesa/swrast,../../../../src/mesa/shader"
+ PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;OSMESA_EXPORTS"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="1"
+ PrecompiledHeaderFile=".\Debug/osmesa.pch"
+ AssemblerListingLocation=".\Debug/"
+ ObjectFile=".\Debug/"
+ ProgramDataBaseFileName=".\Debug/"
+ WarningLevel="3"
+ SuppressStartupBanner="TRUE"
+ DebugInformationFormat="3"
+ CompileAs="0"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalOptions="/MACHINE:I386"
+ AdditionalDependencies="opengl32.lib winmm.lib msvcrtd.lib odbc32.lib odbccp32.lib"
+ OutputFile="Debug/OSMESA32.DLL"
+ LinkIncremental="1"
+ SuppressStartupBanner="TRUE"
+ AdditionalLibraryDirectories="../gdi/Debug"
+ IgnoreAllDefaultLibraries="TRUE"
+ ModuleDefinitionFile="..\..\..\..\src\mesa\drivers\osmesa\osmesa.def"
+ GenerateDebugInformation="TRUE"
+ ProgramDatabaseFile=".\Debug/OSMESA32.pdb"
+ ImportLibrary=".\Debug/OSMESA32.lib"/>
+ <Tool
+ Name="VCMIDLTool"
+ PreprocessorDefinitions="_DEBUG"
+ MkTypLibCompatible="TRUE"
+ SuppressStartupBanner="TRUE"
+ TargetEnvironment="1"
+ TypeLibraryName=".\Debug/osmesa.tlb"/>
+ <Tool
+ Name="VCPostBuildEventTool"
+ CommandLine="if not exist ..\..\..\..\lib md ..\..\..\..\lib
+copy Debug\OSMESA32.LIB ..\..\..\..\lib
+copy Debug\OSMESA32.DLL ..\..\..\..\lib
+if exist ..\..\..\..\progs\demos copy Debug\OSMESA32.DLL ..\..\..\..\progs\demos
+"/>
+ <Tool
+ Name="VCPreBuildEventTool"/>
+ <Tool
+ Name="VCPreLinkEventTool"/>
+ <Tool
+ Name="VCResourceCompilerTool"
+ PreprocessorDefinitions="_DEBUG"
+ Culture="1033"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ <Tool
+ Name="VCWebDeploymentTool"/>
+ </Configuration>
+ </Configurations>
+ <Files>
+ <Filter
+ Name="Source Files"
+ Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
+ <File
+ RelativePath="..\..\..\..\src\mesa\drivers\common\driverfuncs.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\drivers\osmesa\osmesa.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\mesa\drivers\osmesa\osmesa.def">
+ </File>
+ </Filter>
+ <Filter
+ Name="Header Files"
+ Filter="h;hpp;hxx;hm;inl">
+ </Filter>
+ <Filter
+ Name="Resource Files"
+ Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
diff --git a/nx-X11/extras/Mesa_6.4.2/windows/VC7/progs/demos/gears.vcproj b/nx-X11/extras/Mesa_6.4.2/windows/VC7/progs/demos/gears.vcproj new file mode 100644 index 000000000..9880b2e08 --- /dev/null +++ b/nx-X11/extras/Mesa_6.4.2/windows/VC7/progs/demos/gears.vcproj @@ -0,0 +1,154 @@ +<?xml version="1.0" encoding = "Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="7.00"
+ Name="gears"
+ SccProjectName=""
+ SccLocalPath="">
+ <Platforms>
+ <Platform
+ Name="Win32"/>
+ </Platforms>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory=".\Debug"
+ IntermediateDirectory=".\Debug"
+ ConfigurationType="1"
+ UseOfMFC="0"
+ ATLMinimizesCRunTimeLibraryUsage="FALSE"
+ CharacterSet="2">
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ AdditionalIncludeDirectories="../../../../include"
+ PreprocessorDefinitions="WIN32,_DEBUG,_CONSOLE"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="5"
+ PrecompiledHeaderFile=".\Debug/gears.pch"
+ AssemblerListingLocation=".\Debug/"
+ ObjectFile=".\Debug/"
+ ProgramDataBaseFileName=".\Debug/"
+ WarningLevel="3"
+ SuppressStartupBanner="TRUE"
+ DebugInformationFormat="3"
+ CompileAs="0"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalOptions="/MACHINE:I386"
+ AdditionalDependencies="glut32.lib odbc32.lib odbccp32.lib"
+ OutputFile=".\Debug/gears.exe"
+ LinkIncremental="2"
+ SuppressStartupBanner="TRUE"
+ AdditionalLibraryDirectories="../glut/Debug"
+ GenerateDebugInformation="TRUE"
+ ProgramDatabaseFile=".\Debug/gears.pdb"
+ SubSystem="1"/>
+ <Tool
+ Name="VCMIDLTool"
+ TypeLibraryName=".\Debug/gears.tlb"/>
+ <Tool
+ Name="VCPostBuildEventTool"
+ CommandLine="copy Debug\gears.exe ..\..\..\..\progs\demos"/>
+ <Tool
+ Name="VCPreBuildEventTool"/>
+ <Tool
+ Name="VCPreLinkEventTool"/>
+ <Tool
+ Name="VCResourceCompilerTool"
+ PreprocessorDefinitions="_DEBUG"
+ Culture="1033"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ <Tool
+ Name="VCWebDeploymentTool"/>
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory=".\Release"
+ IntermediateDirectory=".\Release"
+ ConfigurationType="1"
+ UseOfMFC="0"
+ ATLMinimizesCRunTimeLibraryUsage="FALSE"
+ CharacterSet="2">
+ <Tool
+ Name="VCCLCompilerTool"
+ InlineFunctionExpansion="1"
+ AdditionalIncludeDirectories="../../../../include"
+ PreprocessorDefinitions="WIN32,NDEBUG,_CONSOLE"
+ StringPooling="TRUE"
+ RuntimeLibrary="4"
+ EnableFunctionLevelLinking="TRUE"
+ PrecompiledHeaderFile=".\Release/gears.pch"
+ AssemblerListingLocation=".\Release/"
+ ObjectFile=".\Release/"
+ ProgramDataBaseFileName=".\Release/"
+ WarningLevel="3"
+ SuppressStartupBanner="TRUE"
+ CompileAs="0"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalOptions="/MACHINE:I386"
+ AdditionalDependencies="glut32.lib odbc32.lib odbccp32.lib"
+ OutputFile=".\Release/gears.exe"
+ LinkIncremental="1"
+ SuppressStartupBanner="TRUE"
+ AdditionalLibraryDirectories="../glut/Release"
+ ProgramDatabaseFile=".\Release/gears.pdb"
+ SubSystem="1"/>
+ <Tool
+ Name="VCMIDLTool"
+ TypeLibraryName=".\Release/gears.tlb"/>
+ <Tool
+ Name="VCPostBuildEventTool"
+ CommandLine="copy Release\gears.exe ..\..\..\..\progs\demos"/>
+ <Tool
+ Name="VCPreBuildEventTool"/>
+ <Tool
+ Name="VCPreLinkEventTool"/>
+ <Tool
+ Name="VCResourceCompilerTool"
+ PreprocessorDefinitions="NDEBUG"
+ Culture="1033"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ <Tool
+ Name="VCWebDeploymentTool"/>
+ </Configuration>
+ </Configurations>
+ <Files>
+ <Filter
+ Name="Source Files"
+ Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
+ <File
+ RelativePath="..\..\..\..\progs\demos\gears.c">
+ <FileConfiguration
+ Name="Debug|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories=""/>
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories=""/>
+ </FileConfiguration>
+ </File>
+ </Filter>
+ <Filter
+ Name="Header Files"
+ Filter="h;hpp;hxx;hm;inl">
+ </Filter>
+ <Filter
+ Name="Resource Files"
+ Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
diff --git a/nx-X11/extras/Mesa_6.4.2/windows/VC7/progs/glut/glut.vcproj b/nx-X11/extras/Mesa_6.4.2/windows/VC7/progs/glut/glut.vcproj new file mode 100644 index 000000000..2d0dd351c --- /dev/null +++ b/nx-X11/extras/Mesa_6.4.2/windows/VC7/progs/glut/glut.vcproj @@ -0,0 +1,322 @@ +<?xml version="1.0" encoding = "Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="7.00"
+ Name="glut"
+ SccProjectName=""
+ SccLocalPath="">
+ <Platforms>
+ <Platform
+ Name="Win32"/>
+ </Platforms>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory=".\Debug"
+ IntermediateDirectory=".\Debug"
+ ConfigurationType="2"
+ UseOfMFC="0"
+ ATLMinimizesCRunTimeLibraryUsage="FALSE"
+ CharacterSet="2">
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ AdditionalIncludeDirectories="../../../../include"
+ PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;_DLL;_USRDLL;GLUT_EXPORTS;MESA;BUILD_GL32"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="1"
+ PrecompiledHeaderFile=".\Debug/glut.pch"
+ AssemblerListingLocation=".\Debug/"
+ ObjectFile=".\Debug/"
+ ProgramDataBaseFileName=".\Debug/"
+ WarningLevel="3"
+ SuppressStartupBanner="TRUE"
+ DebugInformationFormat="3"
+ CompileAs="0"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalOptions="/MACHINE:I386"
+ AdditionalDependencies="winmm.lib msvcrtd.lib oldnames.lib odbc32.lib odbccp32.lib opengl32.lib glu32.lib"
+ OutputFile="Debug/GLUT32.DLL"
+ LinkIncremental="1"
+ SuppressStartupBanner="TRUE"
+ AdditionalLibraryDirectories="../../mesa/Debug"
+ IgnoreAllDefaultLibraries="TRUE"
+ GenerateDebugInformation="TRUE"
+ ProgramDatabaseFile=".\Debug/GLUT32.pdb"
+ ImportLibrary=".\Debug/GLUT32.lib"/>
+ <Tool
+ Name="VCMIDLTool"
+ PreprocessorDefinitions="_DEBUG"
+ MkTypLibCompatible="TRUE"
+ SuppressStartupBanner="TRUE"
+ TargetEnvironment="1"
+ TypeLibraryName=".\Debug/glut.tlb"/>
+ <Tool
+ Name="VCPostBuildEventTool"
+ CommandLine="if not exist ..\..\..\..\lib md ..\..\..\..\lib
+copy Debug\GLUT32.LIB ..\..\..\..\lib
+copy Debug\GLUT32.DLL ..\..\..\..\lib
+if exist ..\..\..\..\progs\demos copy Debug\GLUT32.DLL ..\..\..\..\progs\demos
+"/>
+ <Tool
+ Name="VCPreBuildEventTool"/>
+ <Tool
+ Name="VCPreLinkEventTool"/>
+ <Tool
+ Name="VCResourceCompilerTool"
+ PreprocessorDefinitions="_DEBUG"
+ Culture="1033"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ <Tool
+ Name="VCWebDeploymentTool"/>
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory=".\Release"
+ IntermediateDirectory=".\Release"
+ ConfigurationType="2"
+ UseOfMFC="0"
+ ATLMinimizesCRunTimeLibraryUsage="FALSE"
+ CharacterSet="2">
+ <Tool
+ Name="VCCLCompilerTool"
+ InlineFunctionExpansion="1"
+ AdditionalIncludeDirectories="../../../../include"
+ PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;_DLL;_USRDLL;GLUT_EXPORTS;MESA;BUILD_GL32"
+ StringPooling="TRUE"
+ RuntimeLibrary="0"
+ EnableFunctionLevelLinking="TRUE"
+ PrecompiledHeaderFile=".\Release/glut.pch"
+ AssemblerListingLocation=".\Release/"
+ ObjectFile=".\Release/"
+ ProgramDataBaseFileName=".\Release/"
+ WarningLevel="3"
+ SuppressStartupBanner="TRUE"
+ CompileAs="0"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalOptions="/MACHINE:I386"
+ AdditionalDependencies="opengl32.lib glu32.lib winmm.lib msvcrt.lib oldnames.lib odbc32.lib odbccp32.lib"
+ OutputFile="Release/GLUT32.DLL"
+ LinkIncremental="1"
+ SuppressStartupBanner="TRUE"
+ AdditionalLibraryDirectories="../../mesa/Release"
+ IgnoreAllDefaultLibraries="TRUE"
+ ProgramDatabaseFile=".\Release/GLUT32.pdb"
+ ImportLibrary=".\Release/GLUT32.lib"/>
+ <Tool
+ Name="VCMIDLTool"
+ PreprocessorDefinitions="NDEBUG"
+ MkTypLibCompatible="TRUE"
+ SuppressStartupBanner="TRUE"
+ TargetEnvironment="1"
+ TypeLibraryName=".\Release/glut.tlb"/>
+ <Tool
+ Name="VCPostBuildEventTool"
+ CommandLine="if not exist ..\..\..\..\lib md ..\..\..\..\lib
+copy Release\GLUT32.LIB ..\..\..\..\lib
+copy Release\GLUT32.DLL ..\..\..\..\lib
+if exist ..\..\..\..\progs\demos copy Release\GLUT32.DLL ..\..\..\..\progs\demos
+"/>
+ <Tool
+ Name="VCPreBuildEventTool"/>
+ <Tool
+ Name="VCPreLinkEventTool"/>
+ <Tool
+ Name="VCResourceCompilerTool"
+ PreprocessorDefinitions="NDEBUG"
+ Culture="1033"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ <Tool
+ Name="VCWebDeploymentTool"/>
+ </Configuration>
+ </Configurations>
+ <Files>
+ <Filter
+ Name="Source Files"
+ Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
+ <File
+ RelativePath="..\..\..\..\src\glut\glx\glut_8x13.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glut\glx\glut_9x15.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glut\glx\glut_bitmap.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glut\glx\glut_bwidth.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glut\glx\glut_cindex.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glut\glx\glut_cmap.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glut\glx\glut_cursor.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glut\glx\glut_dials.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glut\glx\glut_dstr.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glut\glx\glut_event.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glut\glx\glut_ext.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glut\glx\glut_fbc.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glut\glx\glut_fullscrn.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glut\glx\glut_gamemode.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glut\glx\glut_get.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glut\glx\glut_hel10.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glut\glx\glut_hel12.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glut\glx\glut_hel18.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glut\glx\glut_init.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glut\glx\glut_input.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glut\glx\glut_joy.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glut\glx\glut_key.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glut\glx\glut_keyctrl.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glut\glx\glut_keyup.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glut\glx\glut_mesa.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glut\glx\glut_modifier.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glut\glx\glut_mroman.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glut\glx\glut_overlay.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glut\glx\glut_roman.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glut\glx\glut_shapes.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glut\glx\glut_space.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glut\glx\glut_stroke.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glut\glx\glut_swap.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glut\glx\glut_swidth.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glut\glx\glut_tablet.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glut\glx\glut_teapot.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glut\glx\glut_tr10.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glut\glx\glut_tr24.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glut\glx\glut_util.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glut\glx\glut_vidresize.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glut\glx\glut_warp.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glut\glx\glut_win.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glut\glx\glut_winmisc.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glut\glx\win32_glx.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glut\glx\win32_menu.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glut\glx\win32_util.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glut\glx\win32_winproc.c">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glut\glx\win32_x11.c">
+ </File>
+ </Filter>
+ <Filter
+ Name="Header Files"
+ Filter="h;hpp;hxx;hm;inl">
+ <File
+ RelativePath="..\..\..\..\src\glut\glx\glutbitmap.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glut\glx\glutint.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glut\glx\glutstroke.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glut\glx\glutwin32.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glut\glx\stroke.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glut\glx\win32_glx.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\glut\glx\win32_x11.h">
+ </File>
+ </Filter>
+ <Filter
+ Name="Resource Files"
+ Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
diff --git a/nx-X11/extras/Mesa_6.4.2/windows/VC7/progs/progs.sln b/nx-X11/extras/Mesa_6.4.2/windows/VC7/progs/progs.sln new file mode 100644 index 000000000..d94293e31 --- /dev/null +++ b/nx-X11/extras/Mesa_6.4.2/windows/VC7/progs/progs.sln @@ -0,0 +1,27 @@ +Microsoft Visual Studio Solution File, Format Version 7.00
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gears", "demos\gears.vcproj", "{3A7B0671-10F8-45D1-B012-F6D650F817CE}"
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "glut", "glut\glut.vcproj", "{0234F0D2-C8A6-4C4D-93E7-0E2248049C67}"
+EndProject
+Global
+ GlobalSection(SolutionConfiguration) = preSolution
+ ConfigName.0 = Debug
+ ConfigName.1 = Release
+ EndGlobalSection
+ GlobalSection(ProjectDependencies) = postSolution
+ EndGlobalSection
+ GlobalSection(ProjectConfiguration) = postSolution
+ {3A7B0671-10F8-45D1-B012-F6D650F817CE}.Debug.ActiveCfg = Debug|Win32
+ {3A7B0671-10F8-45D1-B012-F6D650F817CE}.Debug.Build.0 = Debug|Win32
+ {3A7B0671-10F8-45D1-B012-F6D650F817CE}.Release.ActiveCfg = Release|Win32
+ {3A7B0671-10F8-45D1-B012-F6D650F817CE}.Release.Build.0 = Release|Win32
+ {0234F0D2-C8A6-4C4D-93E7-0E2248049C67}.Debug.ActiveCfg = Debug|Win32
+ {0234F0D2-C8A6-4C4D-93E7-0E2248049C67}.Debug.Build.0 = Debug|Win32
+ {0234F0D2-C8A6-4C4D-93E7-0E2248049C67}.Release.ActiveCfg = Release|Win32
+ {0234F0D2-C8A6-4C4D-93E7-0E2248049C67}.Release.Build.0 = Release|Win32
+ EndGlobalSection
+ GlobalSection(ExtensibilityGlobals) = postSolution
+ EndGlobalSection
+ GlobalSection(ExtensibilityAddIns) = postSolution
+ EndGlobalSection
+EndGlobal
|