Sketch of codegen templates for t_vtx_api.c, not complete
[mesa.git] / src / glu / sgi / glu.dsp
index 7d497310058a122992ed1a1d63208ed5ffe0bd68..37eae7b63af87cf31990f0920f8fb943f6e0f3db 100644 (file)
-# 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       if not exist ..\..\..\libexec md ..\..\..\libexec       copy Release\GLU32.LIB ..\..\..\lib     copy Release\GLU32.DLL ..\..\..\libexec
-# 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       if not exist ..\..\..\libexec md ..\..\..\libexec       copy Debug\GLU32.LIB ..\..\..\lib       copy Debug\GLU32.DLL ..\..\..\libexec
-# 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>\r
+# Microsoft Developer Studio Generated Build File, Format Version 6.00\r
+# ** DO NOT EDIT **\r
+\r
+# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102\r
+\r
+CFG=glu - Win32 Debug\r
+!MESSAGE This is not a valid makefile. To build this project using NMAKE,\r
+!MESSAGE use the Export Makefile command and run\r
+!MESSAGE \r
+!MESSAGE NMAKE /f "glu.mak".\r
+!MESSAGE \r
+!MESSAGE You can specify a configuration when running NMAKE\r
+!MESSAGE by defining the macro CFG on the command line. For example:\r
+!MESSAGE \r
+!MESSAGE NMAKE /f "glu.mak" CFG="glu - Win32 Debug"\r
+!MESSAGE \r
+!MESSAGE Possible choices for configuration are:\r
+!MESSAGE \r
+!MESSAGE "glu - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")\r
+!MESSAGE "glu - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")\r
+!MESSAGE \r
+\r
+# Begin Project\r
+# PROP AllowPerConfigDependencies 0\r
+# PROP Scc_ProjName ""\r
+# PROP Scc_LocalPath ""\r
+CPP=cl.exe\r
+MTL=midl.exe\r
+RSC=rc.exe\r
+\r
+!IF  "$(CFG)" == "glu - Win32 Release"\r
+\r
+# PROP BASE Use_MFC 0\r
+# PROP BASE Use_Debug_Libraries 0\r
+# PROP BASE Output_Dir "Release"\r
+# PROP BASE Intermediate_Dir "Release"\r
+# PROP BASE Target_Dir ""\r
+# PROP Use_MFC 0\r
+# PROP Use_Debug_Libraries 0\r
+# PROP Output_Dir "Release"\r
+# PROP Intermediate_Dir "Release"\r
+# PROP Ignore_Export_Lib 0\r
+# PROP Target_Dir ""\r
+# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "GLU_EXPORTS" /YX /FD /c\r
+# 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\r
+# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32\r
+# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32\r
+# ADD BASE RSC /l 0x409 /d "NDEBUG"\r
+# ADD RSC /l 0x409 /d "NDEBUG"\r
+BSC32=bscmake.exe\r
+# ADD BASE BSC32 /nologo\r
+# ADD BSC32 /nologo\r
+LINK32=link.exe\r
+# 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\r
+# 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"\r
+# Begin Special Build Tool\r
+SOURCE="$(InputPath)"\r
+PreLink_Cmds=cl @ccRelease.txt LIB /OUT:Release/GLUCC.LIB @ccReleaseObj.txt\r
+PostBuild_Desc=Copy import lib and dll\r
+PostBuild_Cmds=if not exist ..\..\..\lib md ..\..\..\lib       copy Release\GLU32.LIB ..\..\..\lib     copy Release\GLU32.DLL ..\..\..\lib\r
+# End Special Build Tool\r
+\r
+!ELSEIF  "$(CFG)" == "glu - Win32 Debug"\r
+\r
+# PROP BASE Use_MFC 0\r
+# PROP BASE Use_Debug_Libraries 1\r
+# PROP BASE Output_Dir "Debug"\r
+# PROP BASE Intermediate_Dir "Debug"\r
+# PROP BASE Target_Dir ""\r
+# PROP Use_MFC 0\r
+# PROP Use_Debug_Libraries 1\r
+# PROP Output_Dir "Debug"\r
+# PROP Intermediate_Dir "Debug"\r
+# PROP Ignore_Export_Lib 0\r
+# PROP Target_Dir ""\r
+# 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\r
+# 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\r
+# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32\r
+# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32\r
+# ADD BASE RSC /l 0x409 /d "_DEBUG"\r
+# ADD RSC /l 0x409 /d "_DEBUG"\r
+BSC32=bscmake.exe\r
+# ADD BASE BSC32 /nologo\r
+# ADD BSC32 /nologo\r
+LINK32=link.exe\r
+# 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\r
+# 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\r
+# Begin Special Build Tool\r
+SOURCE="$(InputPath)"\r
+PreLink_Desc=C++ compilations\r
+PreLink_Cmds=cl @ccDebug.txt   LIB /OUT:Debug/GLUCC.LIB @ccDebugObj.txt\r
+PostBuild_Desc=Copy import lib and dll\r
+PostBuild_Cmds=if not exist ..\..\..\lib md ..\..\..\lib       copy Debug\GLU32.LIB ..\..\..\lib       copy Debug\GLU32.DLL ..\..\..\lib\r
+# End Special Build Tool\r
+\r
+!ENDIF \r
+\r
+# Begin Target\r
+\r
+# Name "glu - Win32 Release"\r
+# Name "glu - Win32 Debug"\r
+# Begin Group "Source Files"\r
+\r
+# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"\r
+# Begin Source File\r
+\r
+SOURCE=.\libnurbs\internals\arc.cc\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libnurbs\internals\arcsorter.cc\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libnurbs\internals\arctess.cc\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libnurbs\internals\backend.cc\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libnurbs\internals\basiccrveval.cc\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libnurbs\internals\basicsurfeval.cc\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libnurbs\interface\bezierEval.cc\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libnurbs\interface\bezierPatch.cc\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libnurbs\interface\bezierPatchMesh.cc\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libnurbs\internals\bin.cc\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libnurbs\internals\bufpool.cc\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libnurbs\internals\cachingeval.cc\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libnurbs\internals\ccw.cc\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libnurbs\internals\coveandtiler.cc\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libnurbs\internals\curve.cc\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libnurbs\internals\curvelist.cc\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libnurbs\internals\curvesub.cc\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libnurbs\internals\dataTransform.cc\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libtess\dict.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libnurbs\nurbtess\directedLine.cc\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libnurbs\internals\displaylist.cc\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libutil\error.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libnurbs\internals\flist.cc\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libnurbs\internals\flistsorter.cc\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libtess\geom.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libnurbs\interface\glcurveval.cc\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libnurbs\interface\glinterface.cc\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libnurbs\interface\glrenderer.cc\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libnurbs\interface\glsurfeval.cc\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\glu.def\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libutil\glue.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libnurbs\nurbtess\gridWrap.cc\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libnurbs\internals\hull.cc\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libnurbs\interface\incurveeval.cc\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libnurbs\interface\insurfeval.cc\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libnurbs\internals\intersect.cc\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libnurbs\internals\knotvector.cc\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libnurbs\internals\mapdesc.cc\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libnurbs\internals\mapdescv.cc\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libnurbs\internals\maplist.cc\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libtess\memalloc.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libtess\mesh.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libnurbs\internals\mesher.cc\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libutil\mipmap.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libnurbs\nurbtess\monoChain.cc\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libnurbs\nurbtess\monoPolyPart.cc\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libnurbs\internals\monotonizer.cc\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libnurbs\nurbtess\monoTriangulation.cc\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libnurbs\internals\monoTriangulationBackend.cc\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libnurbs\internals\mycode.cc\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libtess\normal.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libnurbs\internals\nurbsinterfac.cc\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libnurbs\internals\nurbstess.cc\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libnurbs\nurbtess\partitionX.cc\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libnurbs\nurbtess\partitionY.cc\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libnurbs\internals\patch.cc\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libnurbs\internals\patchlist.cc\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libnurbs\nurbtess\polyDBG.cc\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libnurbs\nurbtess\polyUtil.cc\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libnurbs\nurbtess\primitiveStream.cc\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libtess\priorityq.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libutil\project.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libutil\quad.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libnurbs\nurbtess\quicksort.cc\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libnurbs\internals\quilt.cc\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libnurbs\internals\reader.cc\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libnurbs\nurbtess\rectBlock.cc\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libutil\registry.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libtess\render.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libnurbs\internals\renderhints.cc\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libnurbs\nurbtess\sampleComp.cc\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libnurbs\nurbtess\sampleCompBot.cc\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libnurbs\nurbtess\sampleCompRight.cc\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libnurbs\nurbtess\sampleCompTop.cc\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libnurbs\nurbtess\sampledLine.cc\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libnurbs\nurbtess\sampleMonoPoly.cc\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libnurbs\nurbtess\searchTree.cc\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libnurbs\internals\slicer.cc\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libnurbs\internals\sorter.cc\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libnurbs\internals\splitarcs.cc\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libnurbs\internals\subdivider.cc\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libtess\sweep.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libtess\tess.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libtess\tessmono.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libnurbs\internals\tobezier.cc\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libnurbs\internals\trimline.cc\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libnurbs\internals\trimregion.cc\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libnurbs\internals\trimvertpool.cc\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libnurbs\internals\uarray.cc\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libnurbs\internals\varray.cc\r
+# End Source File\r
+# End Group\r
+# Begin Group "Header Files"\r
+\r
+# PROP Default_Filter "h;hpp;hxx;hm;inl"\r
+# Begin Source File\r
+\r
+SOURCE=.\libnurbs\internals\arc.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libnurbs\internals\arcsorter.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libnurbs\internals\arctess.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libnurbs\internals\backend.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libnurbs\internals\basiccrveval.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libnurbs\internals\basicsurfeval.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libnurbs\internals\bezierarc.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libnurbs\interface\bezierEval.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libnurbs\interface\bezierPatch.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libnurbs\interface\bezierPatchMesh.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libnurbs\internals\bin.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libnurbs\internals\bufpool.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libnurbs\internals\cachingeval.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libnurbs\internals\coveandtiler.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libnurbs\internals\curve.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libnurbs\internals\curvelist.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libnurbs\internals\dataTransform.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libnurbs\internals\defines.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libnurbs\nurbtess\definitions.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=".\libtess\dict-list.h"\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libtess\dict.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libnurbs\nurbtess\directedLine.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libnurbs\internals\displaylist.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libnurbs\internals\displaymode.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libnurbs\internals\flist.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libnurbs\internals\flistsorter.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libtess\geom.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libnurbs\interface\glcurveval.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libnurbs\interface\glimports.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libnurbs\nurbtess\glimports.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libnurbs\interface\glrenderer.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libnurbs\interface\glsurfeval.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libutil\gluint.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\include\gluos.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libnurbs\internals\gridline.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libnurbs\internals\gridtrimvertex.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libnurbs\internals\gridvertex.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libnurbs\nurbtess\gridWrap.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libnurbs\internals\hull.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libnurbs\internals\jarcloc.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libnurbs\internals\knotvector.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libnurbs\internals\mapdesc.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libnurbs\internals\maplist.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libtess\memalloc.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libtess\mesh.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libnurbs\internals\mesher.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libnurbs\nurbtess\monoChain.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libnurbs\nurbtess\monoPolyPart.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libnurbs\internals\monotonizer.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libnurbs\nurbtess\monoTriangulation.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libnurbs\internals\myassert.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libnurbs\internals\mymath.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libnurbs\internals\mysetjmp.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libnurbs\interface\mystdio.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libnurbs\nurbtess\mystdio.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libnurbs\interface\mystdlib.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libnurbs\nurbtess\mystdlib.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libnurbs\internals\mystring.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libtess\normal.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libnurbs\internals\nurbsconsts.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libnurbs\internals\nurbstess.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libnurbs\nurbtess\partitionX.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libnurbs\nurbtess\partitionY.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libnurbs\internals\patch.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libnurbs\internals\patchlist.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libnurbs\nurbtess\polyDBG.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libnurbs\nurbtess\polyUtil.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libnurbs\nurbtess\primitiveStream.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=".\libtess\priorityq-sort.h"\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libtess\priorityq.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libnurbs\internals\pwlarc.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libnurbs\nurbtess\quicksort.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libnurbs\internals\quilt.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libnurbs\internals\reader.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libnurbs\nurbtess\rectBlock.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libtess\render.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libnurbs\internals\renderhints.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libnurbs\nurbtess\sampleComp.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libnurbs\nurbtess\sampleCompBot.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libnurbs\nurbtess\sampleCompRight.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libnurbs\nurbtess\sampleCompTop.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libnurbs\nurbtess\sampledLine.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libnurbs\nurbtess\sampleMonoPoly.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libnurbs\nurbtess\searchTree.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libnurbs\internals\simplemath.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libnurbs\internals\slicer.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libnurbs\internals\sorter.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libnurbs\internals\subdivider.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libtess\sweep.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libtess\tess.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libtess\tessmono.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libnurbs\internals\trimline.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libnurbs\internals\trimregion.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libnurbs\internals\trimvertex.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libnurbs\internals\trimvertpool.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libnurbs\internals\types.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libnurbs\internals\uarray.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libnurbs\internals\varray.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\libnurbs\nurbtess\zlassert.h\r
+# End Source File\r
+# End Group\r
+# Begin Group "Resource Files"\r
+\r
+# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"\r
+# End Group\r
+# Begin Source File\r
+\r
+SOURCE=.\ccDebug.txt\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\ccDebugObj.txt\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\ccRelease.txt\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\ccReleaseObj.txt\r
+# End Source File\r
+# End Target\r
+# End Project\r