summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/glu/sgi/glu.dsp1776
-rw-r--r--src/glut/glx/glut.dsp676
-rw-r--r--src/mesa/array_cache/array_cache.dsp216
-rw-r--r--src/mesa/drivers/osmesa/osmesa.dsp238
-rw-r--r--src/mesa/drivers/windows/gdi/gdi.dsp258
-rw-r--r--src/mesa/glapi/glapi.dsp248
-rw-r--r--src/mesa/main/main.dsp1208
7 files changed, 2310 insertions, 2310 deletions
diff --git a/src/glu/sgi/glu.dsp b/src/glu/sgi/glu.dsp
index 8e6e1faf3a..37eae7b63a 100644
--- a/src/glu/sgi/glu.dsp
+++ b/src/glu/sgi/glu.dsp
@@ -1,888 +1,888 @@
-# 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 "./include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "GLU_EXPORTS" /D "BUILD_GL32" /YX /FD /c
-# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
-# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
-# ADD BASE RSC /l 0x409 /d "NDEBUG"
-# 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 ../../../lib/OPENGL32.LIB Release/GLUCC.LIB /nologo /dll /machine:I386 /nodefaultlib /out:"Release/GLU32.DLL"
-# Begin Special Build Tool
-SOURCE="$(InputPath)"
-PreLink_Cmds=cl @ccRelease.txt LIB /OUT:Release/GLUCC.LIB @ccReleaseObj.txt
-PostBuild_Desc=Copy import lib and dll
-PostBuild_Cmds=if not exist ..\..\..\lib md ..\..\..\lib copy Release\GLU32.LIB ..\..\..\lib copy Release\GLU32.DLL ..\..\..\lib
-# 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 "./include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "GLU_EXPORTS" /D "BUILD_GL32" /FR /YX /FD /GZ /c
-# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
-# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
-# ADD BASE RSC /l 0x409 /d "_DEBUG"
-# 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 ../../../lib/OPENGL32.LIB Debug/GLUCC.LIB /nologo /dll /debug /machine:I386 /nodefaultlib /out:"Debug/GLU32.DLL" /pdbtype:sept
-# Begin Special Build Tool
-SOURCE="$(InputPath)"
-PreLink_Desc=C++ compilations
-PreLink_Cmds=cl @ccDebug.txt LIB /OUT:Debug/GLUCC.LIB @ccDebugObj.txt
-PostBuild_Desc=Copy import lib and dll
-PostBuild_Cmds=if not exist ..\..\..\lib md ..\..\..\lib copy Debug\GLU32.LIB ..\..\..\lib copy Debug\GLU32.DLL ..\..\..\lib
-# 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=.\libnurbs\internals\arc.cc
-# End Source File
-# Begin Source File
-
-SOURCE=.\libnurbs\internals\arcsorter.cc
-# End Source File
-# Begin Source File
-
-SOURCE=.\libnurbs\internals\arctess.cc
-# End Source File
-# Begin Source File
-
-SOURCE=.\libnurbs\internals\backend.cc
-# End Source File
-# Begin Source File
-
-SOURCE=.\libnurbs\internals\basiccrveval.cc
-# End Source File
-# Begin Source File
-
-SOURCE=.\libnurbs\internals\basicsurfeval.cc
-# End Source File
-# Begin Source File
-
-SOURCE=.\libnurbs\interface\bezierEval.cc
-# End Source File
-# Begin Source File
-
-SOURCE=.\libnurbs\interface\bezierPatch.cc
-# End Source File
-# Begin Source File
-
-SOURCE=.\libnurbs\interface\bezierPatchMesh.cc
-# End Source File
-# Begin Source File
-
-SOURCE=.\libnurbs\internals\bin.cc
-# End Source File
-# Begin Source File
-
-SOURCE=.\libnurbs\internals\bufpool.cc
-# End Source File
-# Begin Source File
-
-SOURCE=.\libnurbs\internals\cachingeval.cc
-# End Source File
-# Begin Source File
-
-SOURCE=.\libnurbs\internals\ccw.cc
-# End Source File
-# Begin Source File
-
-SOURCE=.\libnurbs\internals\coveandtiler.cc
-# End Source File
-# Begin Source File
-
-SOURCE=.\libnurbs\internals\curve.cc
-# End Source File
-# Begin Source File
-
-SOURCE=.\libnurbs\internals\curvelist.cc
-# End Source File
-# Begin Source File
-
-SOURCE=.\libnurbs\internals\curvesub.cc
-# End Source File
-# Begin Source File
-
-SOURCE=.\libnurbs\internals\dataTransform.cc
-# End Source File
-# Begin Source File
-
-SOURCE=.\libtess\dict.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\libnurbs\nurbtess\directedLine.cc
-# End Source File
-# Begin Source File
-
-SOURCE=.\libnurbs\internals\displaylist.cc
-# End Source File
-# Begin Source File
-
-SOURCE=.\libutil\error.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\libnurbs\internals\flist.cc
-# End Source File
-# Begin Source File
-
-SOURCE=.\libnurbs\internals\flistsorter.cc
-# End Source File
-# Begin Source File
-
-SOURCE=.\libtess\geom.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\libnurbs\interface\glcurveval.cc
-# End Source File
-# Begin Source File
-
-SOURCE=.\libnurbs\interface\glinterface.cc
-# End Source File
-# Begin Source File
-
-SOURCE=.\libnurbs\interface\glrenderer.cc
-# End Source File
-# Begin Source File
-
-SOURCE=.\libnurbs\interface\glsurfeval.cc
-# End Source File
-# Begin Source File
-
-SOURCE=.\glu.def
-# End Source File
-# Begin Source File
-
-SOURCE=.\libutil\glue.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\libnurbs\nurbtess\gridWrap.cc
-# End Source File
-# Begin Source File
-
-SOURCE=.\libnurbs\internals\hull.cc
-# End Source File
-# Begin Source File
-
-SOURCE=.\libnurbs\interface\incurveeval.cc
-# End Source File
-# Begin Source File
-
-SOURCE=.\libnurbs\interface\insurfeval.cc
-# End Source File
-# Begin Source File
-
-SOURCE=.\libnurbs\internals\intersect.cc
-# End Source File
-# Begin Source File
-
-SOURCE=.\libnurbs\internals\knotvector.cc
-# End Source File
-# Begin Source File
-
-SOURCE=.\libnurbs\internals\mapdesc.cc
-# End Source File
-# Begin Source File
-
-SOURCE=.\libnurbs\internals\mapdescv.cc
-# End Source File
-# Begin Source File
-
-SOURCE=.\libnurbs\internals\maplist.cc
-# End Source File
-# Begin Source File
-
-SOURCE=.\libtess\memalloc.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\libtess\mesh.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\libnurbs\internals\mesher.cc
-# End Source File
-# Begin Source File
-
-SOURCE=.\libutil\mipmap.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\libnurbs\nurbtess\monoChain.cc
-# End Source File
-# Begin Source File
-
-SOURCE=.\libnurbs\nurbtess\monoPolyPart.cc
-# End Source File
-# Begin Source File
-
-SOURCE=.\libnurbs\internals\monotonizer.cc
-# End Source File
-# Begin Source File
-
-SOURCE=.\libnurbs\nurbtess\monoTriangulation.cc
-# End Source File
-# Begin Source File
-
-SOURCE=.\libnurbs\internals\monoTriangulationBackend.cc
-# End Source File
-# Begin Source File
-
-SOURCE=.\libnurbs\internals\mycode.cc
-# End Source File
-# Begin Source File
-
-SOURCE=.\libtess\normal.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\libnurbs\internals\nurbsinterfac.cc
-# End Source File
-# Begin Source File
-
-SOURCE=.\libnurbs\internals\nurbstess.cc
-# End Source File
-# Begin Source File
-
-SOURCE=.\libnurbs\nurbtess\partitionX.cc
-# End Source File
-# Begin Source File
-
-SOURCE=.\libnurbs\nurbtess\partitionY.cc
-# End Source File
-# Begin Source File
-
-SOURCE=.\libnurbs\internals\patch.cc
-# End Source File
-# Begin Source File
-
-SOURCE=.\libnurbs\internals\patchlist.cc
-# End Source File
-# Begin Source File
-
-SOURCE=.\libnurbs\nurbtess\polyDBG.cc
-# End Source File
-# Begin Source File
-
-SOURCE=.\libnurbs\nurbtess\polyUtil.cc
-# End Source File
-# Begin Source File
-
-SOURCE=.\libnurbs\nurbtess\primitiveStream.cc
-# End Source File
-# Begin Source File
-
-SOURCE=.\libtess\priorityq.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\libutil\project.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\libutil\quad.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\libnurbs\nurbtess\quicksort.cc
-# End Source File
-# Begin Source File
-
-SOURCE=.\libnurbs\internals\quilt.cc
-# End Source File
-# Begin Source File
-
-SOURCE=.\libnurbs\internals\reader.cc
-# End Source File
-# Begin Source File
-
-SOURCE=.\libnurbs\nurbtess\rectBlock.cc
-# End Source File
-# Begin Source File
-
-SOURCE=.\libutil\registry.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\libtess\render.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\libnurbs\internals\renderhints.cc
-# End Source File
-# Begin Source File
-
-SOURCE=.\libnurbs\nurbtess\sampleComp.cc
-# End Source File
-# Begin Source File
-
-SOURCE=.\libnurbs\nurbtess\sampleCompBot.cc
-# End Source File
-# Begin Source File
-
-SOURCE=.\libnurbs\nurbtess\sampleCompRight.cc
-# End Source File
-# Begin Source File
-
-SOURCE=.\libnurbs\nurbtess\sampleCompTop.cc
-# End Source File
-# Begin Source File
-
-SOURCE=.\libnurbs\nurbtess\sampledLine.cc
-# End Source File
-# Begin Source File
-
-SOURCE=.\libnurbs\nurbtess\sampleMonoPoly.cc
-# End Source File
-# Begin Source File
-
-SOURCE=.\libnurbs\nurbtess\searchTree.cc
-# End Source File
-# Begin Source File
-
-SOURCE=.\libnurbs\internals\slicer.cc
-# End Source File
-# Begin Source File
-
-SOURCE=.\libnurbs\internals\sorter.cc
-# End Source File
-# Begin Source File
-
-SOURCE=.\libnurbs\internals\splitarcs.cc
-# End Source File
-# Begin Source File
-
-SOURCE=.\libnurbs\internals\subdivider.cc
-# End Source File
-# Begin Source File
-
-SOURCE=.\libtess\sweep.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\libtess\tess.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\libtess\tessmono.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\libnurbs\internals\tobezier.cc
-# End Source File
-# Begin Source File
-
-SOURCE=.\libnurbs\internals\trimline.cc
-# End Source File
-# Begin Source File
-
-SOURCE=.\libnurbs\internals\trimregion.cc
-# End Source File
-# Begin Source File
-
-SOURCE=.\libnurbs\internals\trimvertpool.cc
-# End Source File
-# Begin Source File
-
-SOURCE=.\libnurbs\internals\uarray.cc
-# End Source File
-# Begin Source File
-
-SOURCE=.\libnurbs\internals\varray.cc
-# End Source File
-# End Group
-# Begin Group "Header Files"
-
-# PROP Default_Filter "h;hpp;hxx;hm;inl"
-# Begin Source File
-
-SOURCE=.\libnurbs\internals\arc.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\libnurbs\internals\arcsorter.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\libnurbs\internals\arctess.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\libnurbs\internals\backend.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\libnurbs\internals\basiccrveval.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\libnurbs\internals\basicsurfeval.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\libnurbs\internals\bezierarc.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\libnurbs\interface\bezierEval.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\libnurbs\interface\bezierPatch.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\libnurbs\interface\bezierPatchMesh.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\libnurbs\internals\bin.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\libnurbs\internals\bufpool.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\libnurbs\internals\cachingeval.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\libnurbs\internals\coveandtiler.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\libnurbs\internals\curve.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\libnurbs\internals\curvelist.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\libnurbs\internals\dataTransform.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\libnurbs\internals\defines.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\libnurbs\nurbtess\definitions.h
-# End Source File
-# Begin Source File
-
-SOURCE=".\libtess\dict-list.h"
-# End Source File
-# Begin Source File
-
-SOURCE=.\libtess\dict.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\libnurbs\nurbtess\directedLine.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\libnurbs\internals\displaylist.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\libnurbs\internals\displaymode.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\libnurbs\internals\flist.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\libnurbs\internals\flistsorter.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\libtess\geom.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\libnurbs\interface\glcurveval.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\libnurbs\interface\glimports.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\libnurbs\nurbtess\glimports.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\libnurbs\interface\glrenderer.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\libnurbs\interface\glsurfeval.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\libutil\gluint.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\include\gluos.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\libnurbs\internals\gridline.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\libnurbs\internals\gridtrimvertex.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\libnurbs\internals\gridvertex.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\libnurbs\nurbtess\gridWrap.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\libnurbs\internals\hull.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\libnurbs\internals\jarcloc.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\libnurbs\internals\knotvector.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\libnurbs\internals\mapdesc.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\libnurbs\internals\maplist.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\libtess\memalloc.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\libtess\mesh.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\libnurbs\internals\mesher.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\libnurbs\nurbtess\monoChain.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\libnurbs\nurbtess\monoPolyPart.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\libnurbs\internals\monotonizer.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\libnurbs\nurbtess\monoTriangulation.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\libnurbs\internals\myassert.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\libnurbs\internals\mymath.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\libnurbs\internals\mysetjmp.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\libnurbs\interface\mystdio.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\libnurbs\nurbtess\mystdio.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\libnurbs\interface\mystdlib.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\libnurbs\nurbtess\mystdlib.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\libnurbs\internals\mystring.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\libtess\normal.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\libnurbs\internals\nurbsconsts.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\libnurbs\internals\nurbstess.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\libnurbs\nurbtess\partitionX.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\libnurbs\nurbtess\partitionY.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\libnurbs\internals\patch.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\libnurbs\internals\patchlist.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\libnurbs\nurbtess\polyDBG.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\libnurbs\nurbtess\polyUtil.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\libnurbs\nurbtess\primitiveStream.h
-# End Source File
-# Begin Source File
-
-SOURCE=".\libtess\priorityq-sort.h"
-# End Source File
-# Begin Source File
-
-SOURCE=.\libtess\priorityq.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\libnurbs\internals\pwlarc.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\libnurbs\nurbtess\quicksort.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\libnurbs\internals\quilt.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\libnurbs\internals\reader.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\libnurbs\nurbtess\rectBlock.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\libtess\render.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\libnurbs\internals\renderhints.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\libnurbs\nurbtess\sampleComp.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\libnurbs\nurbtess\sampleCompBot.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\libnurbs\nurbtess\sampleCompRight.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\libnurbs\nurbtess\sampleCompTop.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\libnurbs\nurbtess\sampledLine.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\libnurbs\nurbtess\sampleMonoPoly.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\libnurbs\nurbtess\searchTree.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\libnurbs\internals\simplemath.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\libnurbs\internals\slicer.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\libnurbs\internals\sorter.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\libnurbs\internals\subdivider.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\libtess\sweep.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\libtess\tess.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\libtess\tessmono.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\libnurbs\internals\trimline.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\libnurbs\internals\trimregion.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\libnurbs\internals\trimvertex.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\libnurbs\internals\trimvertpool.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\libnurbs\internals\types.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\libnurbs\internals\uarray.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\libnurbs\internals\varray.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\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 Source File
-
-SOURCE=.\ccDebug.txt
-# End Source File
-# Begin Source File
-
-SOURCE=.\ccDebugObj.txt
-# End Source File
-# Begin Source File
-
-SOURCE=.\ccRelease.txt
-# End Source File
-# Begin Source File
-
-SOURCE=.\ccReleaseObj.txt
-# End Source File
-# End Target
-# End Project
+# 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 "./include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "GLU_EXPORTS" /D "BUILD_GL32" /YX /FD /c
+# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
+# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
+# ADD BASE RSC /l 0x409 /d "NDEBUG"
+# 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 ../../../lib/OPENGL32.LIB Release/GLUCC.LIB /nologo /dll /machine:I386 /nodefaultlib /out:"Release/GLU32.DLL"
+# Begin Special Build Tool
+SOURCE="$(InputPath)"
+PreLink_Cmds=cl @ccRelease.txt LIB /OUT:Release/GLUCC.LIB @ccReleaseObj.txt
+PostBuild_Desc=Copy import lib and dll
+PostBuild_Cmds=if not exist ..\..\..\lib md ..\..\..\lib copy Release\GLU32.LIB ..\..\..\lib copy Release\GLU32.DLL ..\..\..\lib
+# 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 "./include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "GLU_EXPORTS" /D "BUILD_GL32" /FR /YX /FD /GZ /c
+# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
+# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
+# ADD BASE RSC /l 0x409 /d "_DEBUG"
+# 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 ../../../lib/OPENGL32.LIB Debug/GLUCC.LIB /nologo /dll /debug /machine:I386 /nodefaultlib /out:"Debug/GLU32.DLL" /pdbtype:sept
+# Begin Special Build Tool
+SOURCE="$(InputPath)"
+PreLink_Desc=C++ compilations
+PreLink_Cmds=cl @ccDebug.txt LIB /OUT:Debug/GLUCC.LIB @ccDebugObj.txt
+PostBuild_Desc=Copy import lib and dll
+PostBuild_Cmds=if not exist ..\..\..\lib md ..\..\..\lib copy Debug\GLU32.LIB ..\..\..\lib copy Debug\GLU32.DLL ..\..\..\lib
+# 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=.\libnurbs\internals\arc.cc
+# End Source File
+# Begin Source File
+
+SOURCE=.\libnurbs\internals\arcsorter.cc
+# End Source File
+# Begin Source File
+
+SOURCE=.\libnurbs\internals\arctess.cc
+# End Source File
+# Begin Source File
+
+SOURCE=.\libnurbs\internals\backend.cc
+# End Source File
+# Begin Source File
+
+SOURCE=.\libnurbs\internals\basiccrveval.cc
+# End Source File
+# Begin Source File
+
+SOURCE=.\libnurbs\internals\basicsurfeval.cc
+# End Source File
+# Begin Source File
+
+SOURCE=.\libnurbs\interface\bezierEval.cc
+# End Source File
+# Begin Source File
+
+SOURCE=.\libnurbs\interface\bezierPatch.cc
+# End Source File
+# Begin Source File
+
+SOURCE=.\libnurbs\interface\bezierPatchMesh.cc
+# End Source File
+# Begin Source File
+
+SOURCE=.\libnurbs\internals\bin.cc
+# End Source File
+# Begin Source File
+
+SOURCE=.\libnurbs\internals\bufpool.cc
+# End Source File
+# Begin Source File
+
+SOURCE=.\libnurbs\internals\cachingeval.cc
+# End Source File
+# Begin Source File
+
+SOURCE=.\libnurbs\internals\ccw.cc
+# End Source File
+# Begin Source File
+
+SOURCE=.\libnurbs\internals\coveandtiler.cc
+# End Source File
+# Begin Source File
+
+SOURCE=.\libnurbs\internals\curve.cc
+# End Source File
+# Begin Source File
+
+SOURCE=.\libnurbs\internals\curvelist.cc
+# End Source File
+# Begin Source File
+
+SOURCE=.\libnurbs\internals\curvesub.cc
+# End Source File
+# Begin Source File
+
+SOURCE=.\libnurbs\internals\dataTransform.cc
+# End Source File
+# Begin Source File
+
+SOURCE=.\libtess\dict.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\libnurbs\nurbtess\directedLine.cc
+# End Source File
+# Begin Source File
+
+SOURCE=.\libnurbs\internals\displaylist.cc
+# End Source File
+# Begin Source File
+
+SOURCE=.\libutil\error.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\libnurbs\internals\flist.cc
+# End Source File
+# Begin Source File
+
+SOURCE=.\libnurbs\internals\flistsorter.cc
+# End Source File
+# Begin Source File
+
+SOURCE=.\libtess\geom.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\libnurbs\interface\glcurveval.cc
+# End Source File
+# Begin Source File
+
+SOURCE=.\libnurbs\interface\glinterface.cc
+# End Source File
+# Begin Source File
+
+SOURCE=.\libnurbs\interface\glrenderer.cc
+# End Source File
+# Begin Source File
+
+SOURCE=.\libnurbs\interface\glsurfeval.cc
+# End Source File
+# Begin Source File
+
+SOURCE=.\glu.def
+# End Source File
+# Begin Source File
+
+SOURCE=.\libutil\glue.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\libnurbs\nurbtess\gridWrap.cc
+# End Source File
+# Begin Source File
+
+SOURCE=.\libnurbs\internals\hull.cc
+# End Source File
+# Begin Source File
+
+SOURCE=.\libnurbs\interface\incurveeval.cc
+# End Source File
+# Begin Source File
+
+SOURCE=.\libnurbs\interface\insurfeval.cc
+# End Source File
+# Begin Source File
+
+SOURCE=.\libnurbs\internals\intersect.cc
+# End Source File
+# Begin Source File
+
+SOURCE=.\libnurbs\internals\knotvector.cc
+# End Source File
+# Begin Source File
+
+SOURCE=.\libnurbs\internals\mapdesc.cc
+# End Source File
+# Begin Source File
+
+SOURCE=.\libnurbs\internals\mapdescv.cc
+# End Source File
+# Begin Source File
+
+SOURCE=.\libnurbs\internals\maplist.cc
+# End Source File
+# Begin Source File
+
+SOURCE=.\libtess\memalloc.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\libtess\mesh.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\libnurbs\internals\mesher.cc
+# End Source File
+# Begin Source File
+
+SOURCE=.\libutil\mipmap.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\libnurbs\nurbtess\monoChain.cc
+# End Source File
+# Begin Source File
+
+SOURCE=.\libnurbs\nurbtess\monoPolyPart.cc
+# End Source File
+# Begin Source File
+
+SOURCE=.\libnurbs\internals\monotonizer.cc
+# End Source File
+# Begin Source File
+
+SOURCE=.\libnurbs\nurbtess\monoTriangulation.cc
+# End Source File
+# Begin Source File
+
+SOURCE=.\libnurbs\internals\monoTriangulationBackend.cc
+# End Source File
+# Begin Source File
+
+SOURCE=.\libnurbs\internals\mycode.cc
+# End Source File
+# Begin Source File
+
+SOURCE=.\libtess\normal.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\libnurbs\internals\nurbsinterfac.cc
+# End Source File
+# Begin Source File
+
+SOURCE=.\libnurbs\internals\nurbstess.cc
+# End Source File
+# Begin Source File
+
+SOURCE=.\libnurbs\nurbtess\partitionX.cc
+# End Source File
+# Begin Source File
+
+SOURCE=.\libnurbs\nurbtess\partitionY.cc
+# End Source File
+# Begin Source File
+
+SOURCE=.\libnurbs\internals\patch.cc
+# End Source File
+# Begin Source File
+
+SOURCE=.\libnurbs\internals\patchlist.cc
+# End Source File
+# Begin Source File
+
+SOURCE=.\libnurbs\nurbtess\polyDBG.cc
+# End Source File
+# Begin Source File
+
+SOURCE=.\libnurbs\nurbtess\polyUtil.cc
+# End Source File
+# Begin Source File
+
+SOURCE=.\libnurbs\nurbtess\primitiveStream.cc
+# End Source File
+# Begin Source File
+
+SOURCE=.\libtess\priorityq.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\libutil\project.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\libutil\quad.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\libnurbs\nurbtess\quicksort.cc
+# End Source File
+# Begin Source File
+
+SOURCE=.\libnurbs\internals\quilt.cc
+# End Source File
+# Begin Source File
+
+SOURCE=.\libnurbs\internals\reader.cc
+# End Source File
+# Begin Source File
+
+SOURCE=.\libnurbs\nurbtess\rectBlock.cc
+# End Source File
+# Begin Source File
+
+SOURCE=.\libutil\registry.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\libtess\render.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\libnurbs\internals\renderhints.cc
+# End Source File
+# Begin Source File
+
+SOURCE=.\libnurbs\nurbtess\sampleComp.cc
+# End Source File
+# Begin Source File
+
+SOURCE=.\libnurbs\nurbtess\sampleCompBot.cc
+# End Source File
+# Begin Source File
+
+SOURCE=.\libnurbs\nurbtess\sampleCompRight.cc
+# End Source File
+# Begin Source File
+
+SOURCE=.\libnurbs\nurbtess\sampleCompTop.cc
+# End Source File
+# Begin Source File
+
+SOURCE=.\libnurbs\nurbtess\sampledLine.cc
+# End Source File
+# Begin Source File
+
+SOURCE=.\libnurbs\nurbtess\sampleMonoPoly.cc
+# End Source File
+# Begin Source File
+
+SOURCE=.\libnurbs\nurbtess\searchTree.cc
+# End Source File
+# Begin Source File
+
+SOURCE=.\libnurbs\internals\slicer.cc
+# End Source File
+# Begin Source File
+
+SOURCE=.\libnurbs\internals\sorter.cc
+# End Source File
+# Begin Source File
+
+SOURCE=.\libnurbs\internals\splitarcs.cc
+# End Source File
+# Begin Source File
+
+SOURCE=.\libnurbs\internals\subdivider.cc
+# End Source File
+# Begin Source File
+
+SOURCE=.\libtess\sweep.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\libtess\tess.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\libtess\tessmono.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\libnurbs\internals\tobezier.cc
+# End Source File
+# Begin Source File
+
+SOURCE=.\libnurbs\internals\trimline.cc
+# End Source File
+# Begin Source File
+
+SOURCE=.\libnurbs\internals\trimregion.cc
+# End Source File
+# Begin Source File
+
+SOURCE=.\libnurbs\internals\trimvertpool.cc
+# End Source File
+# Begin Source File
+
+SOURCE=.\libnurbs\internals\uarray.cc
+# End Source File
+# Begin Source File
+
+SOURCE=.\libnurbs\internals\varray.cc
+# End Source File
+# End Group
+# Begin Group "Header Files"
+
+# PROP Default_Filter "h;hpp;hxx;hm;inl"
+# Begin Source File
+
+SOURCE=.\libnurbs\internals\arc.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\libnurbs\internals\arcsorter.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\libnurbs\internals\arctess.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\libnurbs\internals\backend.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\libnurbs\internals\basiccrveval.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\libnurbs\internals\basicsurfeval.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\libnurbs\internals\bezierarc.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\libnurbs\interface\bezierEval.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\libnurbs\interface\bezierPatch.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\libnurbs\interface\bezierPatchMesh.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\libnurbs\internals\bin.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\libnurbs\internals\bufpool.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\libnurbs\internals\cachingeval.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\libnurbs\internals\coveandtiler.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\libnurbs\internals\curve.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\libnurbs\internals\curvelist.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\libnurbs\internals\dataTransform.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\libnurbs\internals\defines.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\libnurbs\nurbtess\definitions.h
+# End Source File
+# Begin Source File
+
+SOURCE=".\libtess\dict-list.h"
+# End Source File
+# Begin Source File
+
+SOURCE=.\libtess\dict.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\libnurbs\nurbtess\directedLine.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\libnurbs\internals\displaylist.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\libnurbs\internals\displaymode.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\libnurbs\internals\flist.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\libnurbs\internals\flistsorter.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\libtess\geom.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\libnurbs\interface\glcurveval.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\libnurbs\interface\glimports.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\libnurbs\nurbtess\glimports.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\libnurbs\interface\glrenderer.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\libnurbs\interface\glsurfeval.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\libutil\gluint.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\include\gluos.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\libnurbs\internals\gridline.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\libnurbs\internals\gridtrimvertex.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\libnurbs\internals\gridvertex.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\libnurbs\nurbtess\gridWrap.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\libnurbs\internals\hull.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\libnurbs\internals\jarcloc.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\libnurbs\internals\knotvector.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\libnurbs\internals\mapdesc.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\libnurbs\internals\maplist.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\libtess\memalloc.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\libtess\mesh.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\libnurbs\internals\mesher.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\libnurbs\nurbtess\monoChain.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\libnurbs\nurbtess\monoPolyPart.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\libnurbs\internals\monotonizer.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\libnurbs\nurbtess\monoTriangulation.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\libnurbs\internals\myassert.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\libnurbs\internals\mymath.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\libnurbs\internals\mysetjmp.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\libnurbs\interface\mystdio.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\libnurbs\nurbtess\mystdio.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\libnurbs\interface\mystdlib.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\libnurbs\nurbtess\mystdlib.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\libnurbs\internals\mystring.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\libtess\normal.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\libnurbs\internals\nurbsconsts.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\libnurbs\internals\nurbstess.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\libnurbs\nurbtess\partitionX.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\libnurbs\nurbtess\partitionY.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\libnurbs\internals\patch.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\libnurbs\internals\patchlist.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\libnurbs\nurbtess\polyDBG.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\libnurbs\nurbtess\polyUtil.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\libnurbs\nurbtess\primitiveStream.h
+# End Source File
+# Begin Source File
+
+SOURCE=".\libtess\priorityq-sort.h"
+# End Source File
+# Begin Source File
+
+SOURCE=.\libtess\priorityq.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\libnurbs\internals\pwlarc.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\libnurbs\nurbtess\quicksort.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\libnurbs\internals\quilt.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\libnurbs\internals\reader.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\libnurbs\nurbtess\rectBlock.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\libtess\render.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\libnurbs\internals\renderhints.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\libnurbs\nurbtess\sampleComp.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\libnurbs\nurbtess\sampleCompBot.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\libnurbs\nurbtess\sampleCompRight.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\libnurbs\nurbtess\sampleCompTop.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\libnurbs\nurbtess\sampledLine.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\libnurbs\nurbtess\sampleMonoPoly.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\libnurbs\nurbtess\searchTree.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\libnurbs\internals\simplemath.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\libnurbs\internals\slicer.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\libnurbs\internals\sorter.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\libnurbs\internals\subdivider.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\libtess\sweep.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\libtess\tess.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\libtess\tessmono.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\libnurbs\internals\trimline.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\libnurbs\internals\trimregion.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\libnurbs\internals\trimvertex.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\libnurbs\internals\trimvertpool.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\libnurbs\internals\types.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\libnurbs\internals\uarray.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\libnurbs\internals\varray.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\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 Source File
+
+SOURCE=.\ccDebug.txt
+# End Source File
+# Begin Source File
+
+SOURCE=.\ccDebugObj.txt
+# End Source File
+# Begin Source File
+
+SOURCE=.\ccRelease.txt
+# End Source File
+# Begin Source File
+
+SOURCE=.\ccReleaseObj.txt
+# End Source File
+# End Target
+# End Project
diff --git a/src/glut/glx/glut.dsp b/src/glut/glx/glut.dsp
index ce22885c1f..d3c3e25bb4 100644
--- a/src/glut/glx/glut.dsp
+++ b/src/glut/glx/glut.dsp
@@ -1,338 +1,338 @@
-# 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" /YX /FD /c
-# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
-# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
-# ADD BASE RSC /l 0x409 /d "NDEBUG"
-# 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 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 ../../../lib/GLU32.lib ../../../lib/OPENGL32.LIB /nologo /dll /machine:I386 /nodefaultlib /out:"Release/GLUT32.DLL"
-# Begin Special Build Tool
-SOURCE="$(InputPath)"
-PostBuild_Desc=Copy import lib and dll
-PostBuild_Cmds=if not exist ..\..\..\lib md ..\..\..\lib copy Release\GLUT32.LIB ..\..\..\lib copy Release\GLUT32.DLL ..\..\..\lib
-# 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" /FR /YX /FD /GZ /c
-# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
-# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
-# ADD BASE RSC /l 0x409 /d "_DEBUG"
-# 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 ../../../lib/GLU32.lib ../../../lib/OPENGL32.LIB /nologo /dll /pdb:none /machine:I386 /nodefaultlib /out:"Debug/GLUT32.DLL"
-# SUBTRACT LINK32 /verbose /map /debug
-# Begin Special Build Tool
-SOURCE="$(InputPath)"
-PostBuild_Desc=Copy import lib and dll
-PostBuild_Cmds=if not exist ..\..\..\lib md ..\..\..\lib copy Debug\GLUT32.LIB ..\..\..\lib copy Debug\GLUT32.DLL ..\..\..\lib
-# 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=.\glut_8x13.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\glut_9x15.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\glut_bitmap.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\glut_bwidth.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\glut_cindex.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\glut_cmap.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\glut_cursor.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\glut_dials.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\glut_dstr.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\glut_event.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\glut_ext.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\glut_fbc.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\glut_fullscrn.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\glut_gamemode.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\glut_get.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\glut_hel10.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\glut_hel12.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\glut_hel18.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\glut_init.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\glut_input.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\glut_joy.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\glut_key.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\glut_keyctrl.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\glut_keyup.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\glut_mesa.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\glut_modifier.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\glut_mroman.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\glut_overlay.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\glut_roman.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\glut_shapes.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\glut_space.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\glut_stroke.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\glut_swap.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\glut_swidth.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\glut_tablet.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\glut_teapot.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\glut_tr10.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\glut_tr24.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\glut_util.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\glut_vidresize.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\glut_warp.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\glut_win.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\glut_winmisc.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\win32_glx.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\win32_menu.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\win32_util.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\win32_winproc.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\win32_x11.c
-# End Source File
-# End Group
-# Begin Group "Header Files"
-
-# PROP Default_Filter "h;hpp;hxx;hm;inl"
-# Begin Source File
-
-SOURCE=.\glutbitmap.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\glutint.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\glutstroke.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\glutwin32.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\layerutil.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\stroke.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\win32_glx.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\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
+# 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" /YX /FD /c
+# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
+# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
+# ADD BASE RSC /l 0x409 /d "NDEBUG"
+# 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 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 ../../../lib/GLU32.lib ../../../lib/OPENGL32.LIB /nologo /dll /machine:I386 /nodefaultlib /out:"Release/GLUT32.DLL"
+# Begin Special Build Tool
+SOURCE="$(InputPath)"
+PostBuild_Desc=Copy import lib and dll
+PostBuild_Cmds=if not exist ..\..\..\lib md ..\..\..\lib copy Release\GLUT32.LIB ..\..\..\lib copy Release\GLUT32.DLL ..\..\..\lib
+# 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" /FR /YX /FD /GZ /c
+# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
+# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
+# ADD BASE RSC /l 0x409 /d "_DEBUG"
+# 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 ../../../lib/GLU32.lib ../../../lib/OPENGL32.LIB /nologo /dll /pdb:none /machine:I386 /nodefaultlib /out:"Debug/GLUT32.DLL"
+# SUBTRACT LINK32 /verbose /map /debug
+# Begin Special Build Tool
+SOURCE="$(InputPath)"
+PostBuild_Desc=Copy import lib and dll
+PostBuild_Cmds=if not exist ..\..\..\lib md ..\..\..\lib copy Debug\GLUT32.LIB ..\..\..\lib copy Debug\GLUT32.DLL ..\..\..\lib
+# 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=.\glut_8x13.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\glut_9x15.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\glut_bitmap.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\glut_bwidth.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\glut_cindex.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\glut_cmap.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\glut_cursor.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\glut_dials.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\glut_dstr.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\glut_event.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\glut_ext.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\glut_fbc.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\glut_fullscrn.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\glut_gamemode.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\glut_get.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\glut_hel10.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\glut_hel12.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\glut_hel18.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\glut_init.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\glut_input.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\glut_joy.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\glut_key.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\glut_keyctrl.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\glut_keyup.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\glut_mesa.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\glut_modifier.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\glut_mroman.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\glut_overlay.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\glut_roman.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\glut_shapes.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\glut_space.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\glut_stroke.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\glut_swap.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\glut_swidth.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\glut_tablet.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\glut_teapot.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\glut_tr10.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\glut_tr24.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\glut_util.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\glut_vidresize.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\glut_warp.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\glut_win.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\glut_winmisc.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\win32_glx.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\win32_menu.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\win32_util.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\win32_winproc.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\win32_x11.c
+# End Source File
+# End Group
+# Begin Group "Header Files"
+
+# PROP Default_Filter "h;hpp;hxx;hm;inl"
+# Begin Source File
+
+SOURCE=.\glutbitmap.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\glutint.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\glutstroke.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\glutwin32.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\layerutil.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\stroke.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\win32_glx.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\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/src/mesa/array_cache/array_cache.dsp b/src/mesa/array_cache/array_cache.dsp
index 5f1138dab5..d2afc485b6 100644
--- a/src/mesa/array_cache/array_cache.dsp
+++ b/src/mesa/array_cache/array_cache.dsp
@@ -1,108 +1,108 @@
-# Microsoft Developer Studio Project File - Name="array_cache" - Package Owner=<4>
-# Microsoft Developer Studio Generated Build File, Format Version 6.00
-# ** DO NOT EDIT **
-
-# TARGTYPE "Win32 (x86) Static Library" 0x0104
-
-CFG=array_cache - 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 "array_cache.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 "array_cache.mak" CFG="array_cache - Win32 Debug"
-!MESSAGE
-!MESSAGE Possible choices for configuration are:
-!MESSAGE
-!MESSAGE "array_cache - Win32 Release" (based on "Win32 (x86) Static Library")
-!MESSAGE "array_cache - 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)" == "array_cache - 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 "../" /I "../main" /I "../glapi" /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c
-# ADD BASE RSC /l 0x409 /d "NDEBUG"
-# ADD RSC /l 0x409 /d "NDEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LIB32=link.exe -lib
-# ADD BASE LIB32 /nologo
-# ADD LIB32 /nologo
-
-!ELSEIF "$(CFG)" == "array_cache - 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 "../" /I "../main" /I "../glapi" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /FR /YX /FD /GZ /c
-# ADD BASE RSC /l 0x409 /d "_DEBUG"
-# ADD RSC /l 0x409 /d "_DEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LIB32=link.exe -lib
-# ADD BASE LIB32 /nologo
-# ADD LIB32 /nologo
-
-!ENDIF
-
-# Begin Target
-
-# Name "array_cache - Win32 Release"
-# Name "array_cache - Win32 Debug"
-# Begin Group "Source Files"
-
-# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
-# Begin Source File
-
-SOURCE=.\ac_context.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\ac_import.c
-# End Source File
-# End Group
-# Begin Group "Header Files"
-
-# PROP Default_Filter "h;hpp;hxx;hm;inl"
-# Begin Source File
-
-SOURCE=.\ac_context.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\acache.h
-# End Source File
-# End Group
-# End Target
-# End Project
+# Microsoft Developer Studio Project File - Name="array_cache" - Package Owner=<4>
+# Microsoft Developer Studio Generated Build File, Format Version 6.00
+# ** DO NOT EDIT **
+
+# TARGTYPE "Win32 (x86) Static Library" 0x0104
+
+CFG=array_cache - 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 "array_cache.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 "array_cache.mak" CFG="array_cache - Win32 Debug"
+!MESSAGE
+!MESSAGE Possible choices for configuration are:
+!MESSAGE
+!MESSAGE "array_cache - Win32 Release" (based on "Win32 (x86) Static Library")
+!MESSAGE "array_cache - 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)" == "array_cache - 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 "../" /I "../main" /I "../glapi" /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c
+# ADD BASE RSC /l 0x409 /d "NDEBUG"
+# ADD RSC /l 0x409 /d "NDEBUG"
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LIB32=link.exe -lib
+# ADD BASE LIB32 /nologo
+# ADD LIB32 /nologo
+
+!ELSEIF "$(CFG)" == "array_cache - 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 "../" /I "../main" /I "../glapi" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /FR /YX /FD /GZ /c
+# ADD BASE RSC /l 0x409 /d "_DEBUG"
+# ADD RSC /l 0x409 /d "_DEBUG"
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LIB32=link.exe -lib
+# ADD BASE LIB32 /nologo
+# ADD LIB32 /nologo
+
+!ENDIF
+
+# Begin Target
+
+# Name "array_cache - Win32 Release"
+# Name "array_cache - Win32 Debug"
+# Begin Group "Source Files"
+
+# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
+# Begin Source File
+
+SOURCE=.\ac_context.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\ac_import.c
+# End Source File
+# End Group
+# Begin Group "Header Files"
+
+# PROP Default_Filter "h;hpp;hxx;hm;inl"
+# Begin Source File
+
+SOURCE=.\ac_context.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\acache.h
+# End Source File
+# End Group
+# End Target
+# End Project
diff --git a/src/mesa/drivers/osmesa/osmesa.dsp b/src/mesa/drivers/osmesa/osmesa.dsp
index 59d9daaeda..c818185c8e 100644
--- a/src/mesa/drivers/osmesa/osmesa.dsp
+++ b/src/mesa/drivers/osmesa/osmesa.dsp
@@ -1,119 +1,119 @@
-# 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 "../../" /I "../../main" /I "../../glapi" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "OSMESA_EXPORTS" /YX /FD /c
-# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
-# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
-# ADD BASE RSC /l 0x409 /d "NDEBUG"
-# 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 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"
-# Begin Special Build Tool
-SOURCE="$(InputPath)"
-PostBuild_Cmds=copy Release\OSMESA32.LIB ..\..\..\..\lib copy Release\OSMESA32.DLL ..\..\..\..\lib
-# 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 "../../" /I "../../../../include" /I "../../main" /I "../../glapi" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "OSMESA_EXPORTS" /FR /YX /FD /GZ /c
-# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
-# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
-# ADD BASE RSC /l 0x409 /d "_DEBUG"
-# 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 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 /nodefaultlib /out:"Debug/OSMESA32.DLL" /pdbtype:sept
-# Begin Special Build Tool
-SOURCE="$(InputPath)"
-PostBuild_Cmds=copy Debug\OSMESA32.LIB ..\..\..\..\lib copy Debug\OSMESA32.DLL ..\..\..\..\lib
-# 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=.\osmesa.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\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
+# 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 "../../" /I "../../main" /I "../../glapi" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "OSMESA_EXPORTS" /YX /FD /c
+# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
+# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
+# ADD BASE RSC /l 0x409 /d "NDEBUG"
+# 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 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"
+# Begin Special Build Tool
+SOURCE="$(InputPath)"
+PostBuild_Cmds=copy Release\OSMESA32.LIB ..\..\..\..\lib copy Release\OSMESA32.DLL ..\..\..\..\lib
+# 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 "../../" /I "../../../../include" /I "../../main" /I "../../glapi" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "OSMESA_EXPORTS" /FR /YX /FD /GZ /c
+# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
+# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
+# ADD BASE RSC /l 0x409 /d "_DEBUG"
+# 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 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 /nodefaultlib /out:"Debug/OSMESA32.DLL" /pdbtype:sept
+# Begin Special Build Tool
+SOURCE="$(InputPath)"
+PostBuild_Cmds=copy Debug\OSMESA32.LIB ..\..\..\..\lib copy Debug\OSMESA32.DLL ..\..\..\..\lib
+# 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=.\osmesa.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\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/src/mesa/drivers/windows/gdi/gdi.dsp b/src/mesa/drivers/windows/gdi/gdi.dsp
index a7802bb300..ab21ebe007 100644
--- a/src/mesa/drivers/windows/gdi/gdi.dsp
+++ b/src/mesa/drivers/windows/gdi/gdi.dsp
@@ -1,129 +1,129 @@
-# 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 "../../../../../src/mesa/main" /I "../../../../../src/mesa/glapi" /I "../../../../../src/mesa/math" /I "../../../../../src/mesa/transform" /I "../../../../../src/mesa/swrast" /I "../../../../../src/mesa/swrast_setup" /I "../../../../../include" /I "../../../../../src/mesa" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "GDI_EXPORTS" /D "BUILD_GL32" /YX /FD /c
-# ADD 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 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"
-# Begin Special Build Tool
-SOURCE="$(InputPath)"
-PostBuild_Desc=Copy import lib and dll
-PostBuild_Cmds=if not exist ..\..\..\..\..\lib md ..\..\..\..\..\lib copy Release\OPENGL32.LIB ..\..\..\..\..\lib copy Release\OPENGL32.DLL ..\..\..\..\..\lib
-# 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 "../../../../../src/mesa/main" /I "../../../../../src/mesa/glapi" /I "../../../../../src/mesa/math" /I "../../../../../src/mesa/transform" /I "../../../../../src/mesa/swrast" /I "../../../../../src/mesa/swrast_setup" /I "../../../../../include" /I "../../../../../src/mesa" /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "GDI_EXPORTS" /D "BUILD_GL32" /FR /YX /FD /GZ /c
-# ADD 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 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 /nodefaultlib /out:"Debug/OPENGL32.DLL" /pdbtype:sept
-# Begin Special Build Tool
-SOURCE="$(InputPath)"
-PostBuild_Desc=Copy import lib and dll
-PostBuild_Cmds=if not exist ..\..\..\..\..\lib md ..\..\..\..\..\lib copy Debug\OPENGL32.LIB ..\..\..\..\..\lib copy Debug\OPENGL32.DLL ..\..\..\..\..\lib
-# 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=.\mesa.def
-# End Source File
-# Begin Source File
-
-SOURCE=.\wgl.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\wmesa.c
-# End Source File
-# End Group
-# Begin Group "Header Files"
-
-# PROP Default_Filter "h;hpp;hxx;hm;inl"
-# Begin Source File
-
-SOURCE=.\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
+# 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 "../../../../../src/mesa/main" /I "../../../../../src/mesa/glapi" /I "../../../../../src/mesa/math" /I "../../../../../src/mesa/transform" /I "../../../../../src/mesa/swrast" /I "../../../../../src/mesa/swrast_setup" /I "../../../../../include" /I "../../../../../src/mesa" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "GDI_EXPORTS" /D "BUILD_GL32" /YX /FD /c
+# ADD 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 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"
+# Begin Special Build Tool
+SOURCE="$(InputPath)"
+PostBuild_Desc=Copy import lib and dll
+PostBuild_Cmds=if not exist ..\..\..\..\..\lib md ..\..\..\..\..\lib copy Release\OPENGL32.LIB ..\..\..\..\..\lib copy Release\OPENGL32.DLL ..\..\..\..\..\lib
+# 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 "../../../../../src/mesa/main" /I "../../../../../src/mesa/glapi" /I "../../../../../src/mesa/math" /I "../../../../../src/mesa/transform" /I "../../../../../src/mesa/swrast" /I "../../../../../src/mesa/swrast_setup" /I "../../../../../include" /I "../../../../../src/mesa" /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "GDI_EXPORTS" /D "BUILD_GL32" /FR /YX /FD /GZ /c
+# ADD 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 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 /nodefaultlib /out:"Debug/OPENGL32.DLL" /pdbtype:sept
+# Begin Special Build Tool
+SOURCE="$(InputPath)"
+PostBuild_Desc=Copy import lib and dll
+PostBuild_Cmds=if not exist ..\..\..\..\..\lib md ..\..\..\..\..\lib copy Debug\OPENGL32.LIB ..\..\..\..\..\lib copy Debug\OPENGL32.DLL ..\..\..\..\..\lib
+# 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=.\mesa.def
+# End Source File
+# Begin Source File
+
+SOURCE=.\wgl.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\wmesa.c
+# End Source File
+# End Group
+# Begin Group "Header Files"
+
+# PROP Default_Filter "h;hpp;hxx;hm;inl"
+# Begin Source File
+
+SOURCE=.\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/src/mesa/glapi/glapi.dsp b/src/mesa/glapi/glapi.dsp
index b7b1795df5..6dd8b6142a 100644
--- a/src/mesa/glapi/glapi.dsp
+++ b/src/mesa/glapi/glapi.dsp
@@ -1,124 +1,124 @@
-# Microsoft Developer Studio Project File - Name="glapi" - Package Owner=<4>
-# Microsoft Developer Studio Generated Build File, Format Version 6.00
-# ** DO NOT EDIT **
-
-# TARGTYPE "Win32 (x86) Static Library" 0x0104
-
-CFG=glapi - 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 "glapi.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 "glapi.mak" CFG="glapi - Win32 Debug"
-!MESSAGE
-!MESSAGE Possible choices for configuration are:
-!MESSAGE
-!MESSAGE "glapi - Win32 Release" (based on "Win32 (x86) Static Library")
-!MESSAGE "glapi - 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)" == "glapi - 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 "../" /I "../main" /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c
-# ADD BASE RSC /l 0x409 /d "NDEBUG"
-# ADD RSC /l 0x409 /d "NDEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LIB32=link.exe -lib
-# ADD BASE LIB32 /nologo
-# ADD LIB32 /nologo
-
-!ELSEIF "$(CFG)" == "glapi - 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 "../" /I "../main" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /FR /YX /FD /GZ /c
-# ADD BASE RSC /l 0x409 /d "_DEBUG"
-# ADD RSC /l 0x409 /d "_DEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LIB32=link.exe -lib
-# ADD BASE LIB32 /nologo
-# ADD LIB32 /nologo
-
-!ENDIF
-
-# Begin Target
-
-# Name "glapi - Win32 Release"
-# Name "glapi - Win32 Debug"
-# Begin Group "Source Files"
-
-# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
-# Begin Source File
-
-SOURCE=.\glapi.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\glthread.c
-# End Source File
-# End Group
-# Begin Group "Header Files"
-
-# PROP Default_Filter "h;hpp;hxx;hm;inl"
-# Begin Source File
-
-SOURCE=.\glapi.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\glapioffsets.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\glapitable.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\glapitemp.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\glprocs.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\glthread.h
-# End Source File
-# End Group
-# End Target
-# End Project
+# Microsoft Developer Studio Project File - Name="glapi" - Package Owner=<4>
+# Microsoft Developer Studio Generated Build File, Format Version 6.00
+# ** DO NOT EDIT **
+
+# TARGTYPE "Win32 (x86) Static Library" 0x0104
+
+CFG=glapi - 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 "glapi.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 "glapi.mak" CFG="glapi - Win32 Debug"
+!MESSAGE
+!MESSAGE Possible choices for configuration are:
+!MESSAGE
+!MESSAGE "glapi - Win32 Release" (based on "Win32 (x86) Static Library")
+!MESSAGE "glapi - 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)" == "glapi - 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 "../" /I "../main" /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c
+# ADD BASE RSC /l 0x409 /d "NDEBUG"
+# ADD RSC /l 0x409 /d "NDEBUG"
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LIB32=link.exe -lib
+# ADD BASE LIB32 /nologo
+# ADD LIB32 /nologo
+
+!ELSEIF "$(CFG)" == "glapi - 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 "../" /I "../main" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /FR /YX /FD /GZ /c
+# ADD BASE RSC /l 0x409 /d "_DEBUG"
+# ADD RSC /l 0x409 /d "_DEBUG"
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LIB32=link.exe -lib
+# ADD BASE LIB32 /nologo
+# ADD LIB32 /nologo
+
+!ENDIF
+
+# Begin Target
+
+# Name "glapi - Win32 Release"
+# Name "glapi - Win32 Debug"
+# Begin Group "Source Files"
+
+# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
+# Begin Source File
+
+SOURCE=.\glapi.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\glthread.c
+# End Source File
+# End Group
+# Begin Group "Header Files"
+
+# PROP Default_Filter "h;hpp;hxx;hm;inl"
+# Begin Source File
+
+SOURCE=.\glapi.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\glapioffsets.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\glapitable.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\glapitemp.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\glprocs.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\glthread.h
+# End Source File
+# End Group
+# End Target
+# End Project
diff --git a/src/mesa/main/main.dsp b/src/mesa/main/main.dsp
index 9f1537fd53..24d7326101 100644
--- a/src/mesa/main/main.dsp
+++ b/src/mesa/main/main.dsp
@@ -1,604 +1,604 @@
-# Microsoft Developer Studio Project File - Name="main" - Package Owner=<4>
-# Microsoft Developer Studio Generated Build File, Format Version 6.00
-# ** DO NOT EDIT **
-
-# TARGTYPE "Win32 (x86) Static Library" 0x0104
-
-CFG=main - 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 "main.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 "main.mak" CFG="main - Win32 Debug"
-!MESSAGE
-!MESSAGE Possible choices for configuration are:
-!MESSAGE
-!MESSAGE "main - Win32 Release" (based on "Win32 (x86) Static Library")
-!MESSAGE "main - 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)" == "main - 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 "../" /I "../glapi" /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c
-# ADD BASE RSC /l 0x409 /d "NDEBUG"
-# ADD RSC /l 0x409 /d "NDEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LIB32=link.exe -lib
-# ADD BASE LIB32 /nologo
-# ADD LIB32 /nologo
-
-!ELSEIF "$(CFG)" == "main - 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 "../" /I "../glapi" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /FR /YX /FD /GZ /c
-# ADD BASE RSC /l 0x409 /d "_DEBUG"
-# ADD RSC /l 0x409 /d "_DEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LIB32=link.exe -lib
-# ADD BASE LIB32 /nologo
-# ADD LIB32 /nologo
-
-!ENDIF
-
-# Begin Target
-
-# Name "main - Win32 Release"
-# Name "main - Win32 Debug"
-# Begin Group "Source Files"
-
-# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
-# Begin Source File
-
-SOURCE=.\accum.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\api_arrayelt.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\api_eval.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\api_loopback.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\api_noop.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\api_validate.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\arbfragparse.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\arbprogram.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\arbvertparse.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\attrib.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\blend.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\bufferobj.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\buffers.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\clip.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\colortab.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\context.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\convolve.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\debug.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\depth.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\dispatch.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\dlist.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\drawpix.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\enable.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\enums.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\eval.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\extensions.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\feedback.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\fog.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\get.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\hash.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\hint.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\histogram.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\image.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\imports.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\light.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\lines.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\matrix.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\nvfragparse.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\nvprogram.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\nvvertexec.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\nvvertparse.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\occlude.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\pixel.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\points.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\polygon.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\program.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\rastpos.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\state.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\stencil.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\texcompress.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\texformat.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\teximage.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\texobj.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\texstate.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\texstore.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\texutil.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\varray.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\vtxfmt.c
-# End Source File
-# End Group
-# Begin Group "Header Files"
-
-# PROP Default_Filter "h;hpp;hxx;hm;inl"
-# Begin Source File
-
-SOURCE=.\accum.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\api_arrayelt.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\api_eval.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\api_loopback.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\api_noop.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\api_validate.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\arbfragparse.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\arbprogram.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\arbvertparse.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\attrib.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\blend.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\bufferobj.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\buffers.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\clip.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\colormac.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\colortab.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\config.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\context.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\convolve.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\dd.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\debug.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\depth.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\dlist.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\drawpix.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\enable.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\enums.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\eval.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\extensions.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\feedback.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\fog.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\get.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\glheader.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\hash.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\hint.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\histogram.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\image.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\imports.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\light.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\lines.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\macros.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\matrix.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\mtypes.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\nvfragparse.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\nvfragprog.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\nvprogram.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\nvvertexec.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\nvvertparse.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\nvvertprog.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\occlude.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\pixel.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\points.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\polygon.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\program.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\rastpos.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\simple_list.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\state.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\stencil.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\texcompress.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\texformat.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\texformat_tmp.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\teximage.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\texobj.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\texstate.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\texstore.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\texutil.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\texutil_tmp.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\varray.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\version.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\vtxfmt.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\vtxfmt_tmp.h
-# End Source File
-# End Group
-# End Target
-# End Project
+# Microsoft Developer Studio Project File - Name="main" - Package Owner=<4>
+# Microsoft Developer Studio Generated Build File, Format Version 6.00
+# ** DO NOT EDIT **
+
+# TARGTYPE "Win32 (x86) Static Library" 0x0104
+
+CFG=main - 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 "main.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 "main.mak" CFG="main - Win32 Debug"
+!MESSAGE
+!MESSAGE Possible choices for configuration are:
+!MESSAGE
+!MESSAGE "main - Win32 Release" (based on "Win32 (x86) Static Library")
+!MESSAGE "main - 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)" == "main - 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 "../" /I "../glapi" /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c
+# ADD BASE RSC /l 0x409 /d "NDEBUG"
+# ADD RSC /l 0x409 /d "NDEBUG"
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LIB32=link.exe -lib
+# ADD BASE LIB32 /nologo
+# ADD LIB32 /nologo
+
+!ELSEIF "$(CFG)" == "main - 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 "../" /I "../glapi" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /FR /YX /FD /GZ /c
+# ADD BASE RSC /l 0x409 /d "_DEBUG"
+# ADD RSC /l 0x409 /d "_DEBUG"
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LIB32=link.exe -lib
+# ADD BASE LIB32 /nologo
+# ADD LIB32 /nologo
+
+!ENDIF
+
+# Begin Target
+
+# Name "main - Win32 Release"
+# Name "main - Win32 Debug"
+# Begin Group "Source Files"
+
+# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
+# Begin Source File
+
+SOURCE=.\accum.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\api_arrayelt.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\api_eval.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\api_loopback.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\api_noop.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\api_validate.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\arbfragparse.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\arbprogram.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\arbvertparse.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\attrib.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\blend.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\bufferobj.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\buffers.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\clip.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\colortab.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\context.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\convolve.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\debug.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\depth.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\dispatch.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\dlist.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\drawpix.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\enable.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\enums.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\eval.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\extensions.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\feedback.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\fog.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\get.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\hash.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\hint.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\histogram.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\image.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\imports.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\light.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\lines.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\matrix.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\nvfragparse.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\nvprogram.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\nvvertexec.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\nvvertparse.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\occlude.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\pixel.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\points.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\polygon.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\program.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\rastpos.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\state.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\stencil.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\texcompress.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\texformat.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\teximage.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\texobj.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\texstate.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\texstore.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\texutil.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\varray.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\vtxfmt.c
+# End Source File
+# End Group
+# Begin Group "Header Files"
+
+# PROP Default_Filter "h;hpp;hxx;hm;inl"
+# Begin Source File
+
+SOURCE=.\accum.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\api_arrayelt.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\api_eval.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\api_loopback.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\api_noop.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\api_validate.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\arbfragparse.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\arbprogram.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\arbvertparse.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\attrib.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\blend.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\bufferobj.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\buffers.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\clip.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\colormac.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\colortab.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\config.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\context.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\convolve.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\dd.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\debug.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\depth.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\dlist.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\drawpix.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\enable.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\enums.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\eval.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\extensions.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\feedback.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\fog.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\get.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\glheader.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\hash.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\hint.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\histogram.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\image.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\imports.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\light.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\lines.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\macros.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\matrix.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\mtypes.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\nvfragparse.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\nvfragprog.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\nvprogram.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\nvvertexec.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\nvvertparse.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\nvvertprog.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\occlude.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\pixel.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\points.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\polygon.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\program.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\rastpos.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\simple_list.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\state.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\stencil.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\texcompress.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\texformat.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\texformat_tmp.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\teximage.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\texobj.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\texstate.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\texstore.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\texutil.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\texutil_tmp.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\varray.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\version.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\vtxfmt.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\vtxfmt_tmp.h
+# End Source File
+# End Group
+# End Target
+# End Project