From 663631725ee2d633d9ec5821cd48953ffd188d00 Mon Sep 17 00:00:00 2001 From: ftrapero Date: Tue, 27 Jun 2017 12:08:38 +0200 Subject: Squashed 'nx-X11/extras/Mesa_6.4.2/' content from commit 475b1f7 git-subtree-dir: nx-X11/extras/Mesa_6.4.2 git-subtree-split: 475b1f7b56fa36ef4f3b22a749f88a98ddc0d502 --- windows/VC6/mesa/gdi/gdi.dsp | 141 ++++ windows/VC6/mesa/glu/compileDebug.txt | 82 ++ windows/VC6/mesa/glu/compileRelease.txt | 82 ++ windows/VC6/mesa/glu/glu.dsp | 985 ++++++++++++++++++++++ windows/VC6/mesa/glu/objectsDebug.txt | 73 ++ windows/VC6/mesa/glu/objectsRelease.txt | 73 ++ windows/VC6/mesa/mesa.dsw | 74 ++ windows/VC6/mesa/mesa/mesa.dsp | 1350 +++++++++++++++++++++++++++++++ windows/VC6/mesa/osmesa/osmesa.dsp | 125 +++ windows/VC6/progs/demos/gears.dsp | 114 +++ windows/VC6/progs/glut/glut.dsp | 333 ++++++++ windows/VC6/progs/progs.dsw | 41 + 12 files changed, 3473 insertions(+) create mode 100644 windows/VC6/mesa/gdi/gdi.dsp create mode 100644 windows/VC6/mesa/glu/compileDebug.txt create mode 100644 windows/VC6/mesa/glu/compileRelease.txt create mode 100644 windows/VC6/mesa/glu/glu.dsp create mode 100644 windows/VC6/mesa/glu/objectsDebug.txt create mode 100644 windows/VC6/mesa/glu/objectsRelease.txt create mode 100644 windows/VC6/mesa/mesa.dsw create mode 100644 windows/VC6/mesa/mesa/mesa.dsp create mode 100644 windows/VC6/mesa/osmesa/osmesa.dsp create mode 100644 windows/VC6/progs/demos/gears.dsp create mode 100644 windows/VC6/progs/glut/glut.dsp create mode 100644 windows/VC6/progs/progs.dsw (limited to 'windows/VC6') diff --git a/windows/VC6/mesa/gdi/gdi.dsp b/windows/VC6/mesa/gdi/gdi.dsp new file mode 100644 index 000000000..03389a66d --- /dev/null +++ b/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/windows/VC6/mesa/glu/compileDebug.txt b/windows/VC6/mesa/glu/compileDebug.txt new file mode 100644 index 000000000..d14930224 --- /dev/null +++ b/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/windows/VC6/mesa/glu/compileRelease.txt b/windows/VC6/mesa/glu/compileRelease.txt new file mode 100644 index 000000000..7f41952bd --- /dev/null +++ b/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/windows/VC6/mesa/glu/glu.dsp b/windows/VC6/mesa/glu/glu.dsp new file mode 100644 index 000000000..da035e998 --- /dev/null +++ b/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/windows/VC6/mesa/glu/objectsDebug.txt b/windows/VC6/mesa/glu/objectsDebug.txt new file mode 100644 index 000000000..9fdce157c --- /dev/null +++ b/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/windows/VC6/mesa/glu/objectsRelease.txt b/windows/VC6/mesa/glu/objectsRelease.txt new file mode 100644 index 000000000..2d1b384db --- /dev/null +++ b/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/windows/VC6/mesa/mesa.dsw b/windows/VC6/mesa/mesa.dsw new file mode 100644 index 000000000..a6da850c1 --- /dev/null +++ b/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/windows/VC6/mesa/mesa/mesa.dsp b/windows/VC6/mesa/mesa/mesa.dsp new file mode 100644 index 000000000..c434cfc6e --- /dev/null +++ b/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/windows/VC6/mesa/osmesa/osmesa.dsp b/windows/VC6/mesa/osmesa/osmesa.dsp new file mode 100644 index 000000000..63c7b5503 --- /dev/null +++ b/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/windows/VC6/progs/demos/gears.dsp b/windows/VC6/progs/demos/gears.dsp new file mode 100644 index 000000000..af6b3a879 --- /dev/null +++ b/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/windows/VC6/progs/glut/glut.dsp b/windows/VC6/progs/glut/glut.dsp new file mode 100644 index 000000000..04fb886c0 --- /dev/null +++ b/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/windows/VC6/progs/progs.dsw b/windows/VC6/progs/progs.dsw new file mode 100644 index 000000000..d220455e6 --- /dev/null +++ b/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> +{{{ +}}} + +############################################################################### + -- cgit v1.2.3