123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161 |
- # Microsoft Developer Studio Project File - Name="gt_xdag" - Package Owner=<4>
- # Microsoft Developer Studio Generated Build File, Format Version 5.00
- # ** DO NOT EDIT **
- # TARGTYPE "Win32 (x86) Static Library" 0x0104
- CFG=gt_xdag - 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 "gt_xdag.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 "gt_xdag.mak" CFG="gt_xdag - Win32 Debug"
- !MESSAGE
- !MESSAGE Possible choices for configuration are:
- !MESSAGE
- !MESSAGE "gt_xdag - Win32 Release" (based on "Win32 (x86) Static Library")
- !MESSAGE "gt_xdag - Win32 Debug" (based on "Win32 (x86) Static Library")
- !MESSAGE
- # Begin Project
- # PROP Scc_ProjName ""
- # PROP Scc_LocalPath ""
- CPP=cl.exe
- !IF "$(CFG)" == "gt_xdag - 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 "_WINDOWS" /YX /FD /c
- # ADD CPP /nologo /W3 /GR- /GX /O2 /I "..\..\..\GTL\include" /I "..\..\src" /I "e:\Programs\Tcl\include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c
- # SUBTRACT CPP /Fr
- BSC32=bscmake.exe
- # ADD BASE BSC32 /nologo
- # ADD BSC32 /nologo
- LIB32=link.exe -lib
- # ADD BASE LIB32 /nologo
- # ADD LIB32 /nologo /out:"..\Release\gt_xdag.lib"
- !ELSEIF "$(CFG)" == "gt_xdag - 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 /GX /Z7 /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c
- # ADD CPP /nologo /W3 /GR- /GX /Z7 /Od /I "..\..\..\GTL\include" /I "..\..\src" /I "e:\Programs\Tcl\include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c
- # SUBTRACT CPP /Fr
- BSC32=bscmake.exe
- # ADD BASE BSC32 /nologo
- # ADD BSC32 /nologo
- LIB32=link.exe -lib
- # ADD BASE LIB32 /nologo
- # ADD LIB32 /nologo /out:"..\Debug\gt_xdag.lib"
- !ENDIF
- # Begin Target
- # Name "gt_xdag - Win32 Release"
- # Name "gt_xdag - Win32 Debug"
- # Begin Source File
- SOURCE=..\..\src\gt_xdag\dag.cpp
- # End Source File
- # Begin Source File
- SOURCE=..\..\src\gt_xdag\dag.h
- # End Source File
- # Begin Source File
- SOURCE=..\..\src\gt_xdag\dag_node.cpp
- # End Source File
- # Begin Source File
- SOURCE=..\..\src\gt_xdag\dag_node.h
- # End Source File
- # Begin Source File
- SOURCE=..\..\src\gt_xdag\debug.cpp
- # End Source File
- # Begin Source File
- SOURCE=..\..\src\gt_xdag\debug.h
- # End Source File
- # Begin Source File
- SOURCE=..\..\src\gt_xdag\gt_xdag.cpp
- # End Source File
- # Begin Source File
- SOURCE=..\..\src\gt_xdag\gt_xdag.h
- # End Source File
- # Begin Source File
- SOURCE=..\..\src\gt_xdag\level.cpp
- # End Source File
- # Begin Source File
- SOURCE=..\..\src\gt_xdag\level.h
- # End Source File
- # Begin Source File
- SOURCE=..\..\src\gt_xdag\ordergraph.cpp
- # End Source File
- # Begin Source File
- SOURCE=..\..\src\gt_xdag\ordergraph.h
- # End Source File
- # Begin Source File
- SOURCE=..\..\src\gt_xdag\region.cpp
- # End Source File
- # Begin Source File
- SOURCE=..\..\src\gt_xdag\region.h
- # End Source File
- # Begin Source File
- SOURCE=..\..\src\gt_xdag\scanline.cpp
- # End Source File
- # Begin Source File
- SOURCE=..\..\src\gt_xdag\scanline.h
- # End Source File
- # Begin Source File
- SOURCE=..\..\src\gt_xdag\working.cpp
- # End Source File
- # Begin Source File
- SOURCE=..\..\src\gt_xdag\working.h
- # End Source File
- # Begin Source File
- SOURCE=..\..\src\gt_xdag\xdag_algorithm.cpp
- # End Source File
- # Begin Source File
- SOURCE=..\..\src\gt_xdag\xdag_algorithm.h
- # End Source File
- # End Target
- # End Project
|