gt_xdag.dsp 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161
  1. # Microsoft Developer Studio Project File - Name="gt_xdag" - Package Owner=<4>
  2. # Microsoft Developer Studio Generated Build File, Format Version 5.00
  3. # ** DO NOT EDIT **
  4. # TARGTYPE "Win32 (x86) Static Library" 0x0104
  5. CFG=gt_xdag - Win32 Debug
  6. !MESSAGE This is not a valid makefile. To build this project using NMAKE,
  7. !MESSAGE use the Export Makefile command and run
  8. !MESSAGE
  9. !MESSAGE NMAKE /f "gt_xdag.mak".
  10. !MESSAGE
  11. !MESSAGE You can specify a configuration when running NMAKE
  12. !MESSAGE by defining the macro CFG on the command line. For example:
  13. !MESSAGE
  14. !MESSAGE NMAKE /f "gt_xdag.mak" CFG="gt_xdag - Win32 Debug"
  15. !MESSAGE
  16. !MESSAGE Possible choices for configuration are:
  17. !MESSAGE
  18. !MESSAGE "gt_xdag - Win32 Release" (based on "Win32 (x86) Static Library")
  19. !MESSAGE "gt_xdag - Win32 Debug" (based on "Win32 (x86) Static Library")
  20. !MESSAGE
  21. # Begin Project
  22. # PROP Scc_ProjName ""
  23. # PROP Scc_LocalPath ""
  24. CPP=cl.exe
  25. !IF "$(CFG)" == "gt_xdag - Win32 Release"
  26. # PROP BASE Use_MFC 0
  27. # PROP BASE Use_Debug_Libraries 0
  28. # PROP BASE Output_Dir "Release"
  29. # PROP BASE Intermediate_Dir "Release"
  30. # PROP BASE Target_Dir ""
  31. # PROP Use_MFC 0
  32. # PROP Use_Debug_Libraries 0
  33. # PROP Output_Dir "Release"
  34. # PROP Intermediate_Dir "Release"
  35. # PROP Target_Dir ""
  36. # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c
  37. # 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
  38. # SUBTRACT CPP /Fr
  39. BSC32=bscmake.exe
  40. # ADD BASE BSC32 /nologo
  41. # ADD BSC32 /nologo
  42. LIB32=link.exe -lib
  43. # ADD BASE LIB32 /nologo
  44. # ADD LIB32 /nologo /out:"..\Release\gt_xdag.lib"
  45. !ELSEIF "$(CFG)" == "gt_xdag - Win32 Debug"
  46. # PROP BASE Use_MFC 0
  47. # PROP BASE Use_Debug_Libraries 1
  48. # PROP BASE Output_Dir "Debug"
  49. # PROP BASE Intermediate_Dir "Debug"
  50. # PROP BASE Target_Dir ""
  51. # PROP Use_MFC 0
  52. # PROP Use_Debug_Libraries 1
  53. # PROP Output_Dir "Debug"
  54. # PROP Intermediate_Dir "Debug"
  55. # PROP Target_Dir ""
  56. # ADD BASE CPP /nologo /W3 /GX /Z7 /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c
  57. # 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
  58. # SUBTRACT CPP /Fr
  59. BSC32=bscmake.exe
  60. # ADD BASE BSC32 /nologo
  61. # ADD BSC32 /nologo
  62. LIB32=link.exe -lib
  63. # ADD BASE LIB32 /nologo
  64. # ADD LIB32 /nologo /out:"..\Debug\gt_xdag.lib"
  65. !ENDIF
  66. # Begin Target
  67. # Name "gt_xdag - Win32 Release"
  68. # Name "gt_xdag - Win32 Debug"
  69. # Begin Source File
  70. SOURCE=..\..\src\gt_xdag\dag.cpp
  71. # End Source File
  72. # Begin Source File
  73. SOURCE=..\..\src\gt_xdag\dag.h
  74. # End Source File
  75. # Begin Source File
  76. SOURCE=..\..\src\gt_xdag\dag_node.cpp
  77. # End Source File
  78. # Begin Source File
  79. SOURCE=..\..\src\gt_xdag\dag_node.h
  80. # End Source File
  81. # Begin Source File
  82. SOURCE=..\..\src\gt_xdag\debug.cpp
  83. # End Source File
  84. # Begin Source File
  85. SOURCE=..\..\src\gt_xdag\debug.h
  86. # End Source File
  87. # Begin Source File
  88. SOURCE=..\..\src\gt_xdag\gt_xdag.cpp
  89. # End Source File
  90. # Begin Source File
  91. SOURCE=..\..\src\gt_xdag\gt_xdag.h
  92. # End Source File
  93. # Begin Source File
  94. SOURCE=..\..\src\gt_xdag\level.cpp
  95. # End Source File
  96. # Begin Source File
  97. SOURCE=..\..\src\gt_xdag\level.h
  98. # End Source File
  99. # Begin Source File
  100. SOURCE=..\..\src\gt_xdag\ordergraph.cpp
  101. # End Source File
  102. # Begin Source File
  103. SOURCE=..\..\src\gt_xdag\ordergraph.h
  104. # End Source File
  105. # Begin Source File
  106. SOURCE=..\..\src\gt_xdag\region.cpp
  107. # End Source File
  108. # Begin Source File
  109. SOURCE=..\..\src\gt_xdag\region.h
  110. # End Source File
  111. # Begin Source File
  112. SOURCE=..\..\src\gt_xdag\scanline.cpp
  113. # End Source File
  114. # Begin Source File
  115. SOURCE=..\..\src\gt_xdag\scanline.h
  116. # End Source File
  117. # Begin Source File
  118. SOURCE=..\..\src\gt_xdag\working.cpp
  119. # End Source File
  120. # Begin Source File
  121. SOURCE=..\..\src\gt_xdag\working.h
  122. # End Source File
  123. # Begin Source File
  124. SOURCE=..\..\src\gt_xdag\xdag_algorithm.cpp
  125. # End Source File
  126. # Begin Source File
  127. SOURCE=..\..\src\gt_xdag\xdag_algorithm.h
  128. # End Source File
  129. # End Target
  130. # End Project