mathtest.dsp 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194
  1. # Microsoft Developer Studio Project File - Name="mathtest" - Package Owner=<4>
  2. # Microsoft Developer Studio Generated Build File, Format Version 6.00
  3. # ** DO NOT EDIT **
  4. # TARGTYPE "Win32 (x86) Console Application" 0x0103
  5. CFG=mathtest - 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 "mathtest.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 "mathtest.mak" CFG="mathtest - Win32 Debug"
  15. !MESSAGE
  16. !MESSAGE Possible choices for configuration are:
  17. !MESSAGE
  18. !MESSAGE "mathtest - Win32 Release" (based on "Win32 (x86) Console Application")
  19. !MESSAGE "mathtest - Win32 Debug" (based on "Win32 (x86) Console Application")
  20. !MESSAGE "mathtest - Win32 Profile" (based on "Win32 (x86) Console Application")
  21. !MESSAGE
  22. # Begin Project
  23. # PROP AllowPerConfigDependencies 0
  24. # PROP Scc_ProjName ""$/Commando/Code/Tests/mathtest", ZOGAAAAA"
  25. # PROP Scc_LocalPath "."
  26. CPP=cl.exe
  27. RSC=rc.exe
  28. !IF "$(CFG)" == "mathtest - Win32 Release"
  29. # PROP BASE Use_MFC 0
  30. # PROP BASE Use_Debug_Libraries 0
  31. # PROP BASE Output_Dir "Release"
  32. # PROP BASE Intermediate_Dir "Release"
  33. # PROP BASE Target_Dir ""
  34. # PROP Use_MFC 0
  35. # PROP Use_Debug_Libraries 0
  36. # PROP Output_Dir "Release"
  37. # PROP Intermediate_Dir "Release"
  38. # PROP Ignore_Export_Lib 0
  39. # PROP Target_Dir ""
  40. # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
  41. # ADD CPP /nologo /MD /W3 /GX /O2 /Ob2 /I "..\..\library" /I "..\..\wwmath" /I "..\..\wwdebug" /I "..\..\wwlib" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
  42. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  43. # ADD RSC /l 0x409 /d "NDEBUG"
  44. BSC32=bscmake.exe
  45. # ADD BASE BSC32 /nologo
  46. # ADD BSC32 /nologo
  47. LINK32=link.exe
  48. # 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 /subsystem:console /machine:I386
  49. # ADD LINK32 winmm.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib wwmath.lib wwdebug.lib wwsaveload.lib wwlib.lib /nologo /subsystem:console /machine:I386 /out:"run/mathtest_r.exe" /libpath:"..\..\libs\release"
  50. # SUBTRACT LINK32 /debug
  51. !ELSEIF "$(CFG)" == "mathtest - Win32 Debug"
  52. # PROP BASE Use_MFC 0
  53. # PROP BASE Use_Debug_Libraries 1
  54. # PROP BASE Output_Dir "Debug"
  55. # PROP BASE Intermediate_Dir "Debug"
  56. # PROP BASE Target_Dir ""
  57. # PROP Use_MFC 0
  58. # PROP Use_Debug_Libraries 1
  59. # PROP Output_Dir "Debug"
  60. # PROP Intermediate_Dir "Debug"
  61. # PROP Ignore_Export_Lib 0
  62. # PROP Target_Dir ""
  63. # ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
  64. # ADD CPP /nologo /MDd /W3 /GX /Z7 /Od /I "..\..\library" /I "..\..\wwmath" /I "..\..\wwdebug" /I "..\..\wwlib" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
  65. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  66. # ADD RSC /l 0x409 /d "_DEBUG"
  67. BSC32=bscmake.exe
  68. # ADD BASE BSC32 /nologo
  69. # ADD BSC32 /nologo
  70. LINK32=link.exe
  71. # 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 /subsystem:console /debug /machine:I386
  72. # ADD LINK32 winmm.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib wwmath.lib wwdebug.lib wwsaveload.lib wwlib.lib /nologo /subsystem:console /debug /machine:I386 /out:"run/mathtest_d.exe" /libpath:"..\..\libs\Debug"
  73. !ELSEIF "$(CFG)" == "mathtest - Win32 Profile"
  74. # PROP BASE Use_MFC 0
  75. # PROP BASE Use_Debug_Libraries 0
  76. # PROP BASE Output_Dir "mathtest"
  77. # PROP BASE Intermediate_Dir "mathtest"
  78. # PROP BASE Ignore_Export_Lib 0
  79. # PROP BASE Target_Dir ""
  80. # PROP Use_MFC 0
  81. # PROP Use_Debug_Libraries 0
  82. # PROP Output_Dir "Profile"
  83. # PROP Intermediate_Dir "Profile"
  84. # PROP Ignore_Export_Lib 0
  85. # PROP Target_Dir ""
  86. # ADD BASE CPP /nologo /MT /W3 /GX /Zd /O2 /I "..\..\library" /I "..\..\wwmath" /I "..\..\wwdebug" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
  87. # ADD CPP /nologo /MD /W3 /GX /Zi /O2 /Op /Ob2 /I "..\..\library" /I "..\..\wwmath" /I "..\..\wwdebug" /I "..\..\wwlib" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
  88. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  89. # ADD RSC /l 0x409 /d "NDEBUG"
  90. BSC32=bscmake.exe
  91. # ADD BASE BSC32 /nologo
  92. # ADD BSC32 /nologo
  93. LINK32=link.exe
  94. # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib wwmath.lib wwdebug.lib /nologo /subsystem:console /debug /machine:I386 /out:"run/mathtest_r.exe" /libpath:"..\..\libs\Release"
  95. # ADD LINK32 winmm.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib wwmath.lib wwdebug.lib wwsaveload.lib wwlib.lib /nologo /subsystem:console /profile /debug /machine:I386 /out:"run/mathtest_p.exe" /libpath:"..\..\libs\Profile"
  96. !ENDIF
  97. # Begin Target
  98. # Name "mathtest - Win32 Release"
  99. # Name "mathtest - Win32 Debug"
  100. # Name "mathtest - Win32 Profile"
  101. # Begin Group "Source Files"
  102. # PROP Default_Filter "cpp;c"
  103. # Begin Source File
  104. SOURCE=.\aaboxtest.cpp
  105. # End Source File
  106. # Begin Source File
  107. SOURCE=.\jan_math.cpp
  108. # End Source File
  109. # Begin Source File
  110. SOURCE=.\main.cpp
  111. # End Source File
  112. # Begin Source File
  113. SOURCE=.\mempooltest.cpp
  114. # End Source File
  115. # Begin Source File
  116. SOURCE=.\obboxtest.cpp
  117. # End Source File
  118. # Begin Source File
  119. SOURCE=.\output.cpp
  120. # End Source File
  121. # Begin Source File
  122. SOURCE=.\P_timer.cpp
  123. # End Source File
  124. # Begin Source File
  125. SOURCE=.\raytest.cpp
  126. # End Source File
  127. # Begin Source File
  128. SOURCE=.\uarraytest.cpp
  129. # End Source File
  130. # End Group
  131. # Begin Group "Header Files"
  132. # PROP Default_Filter "h"
  133. # Begin Source File
  134. SOURCE=.\aaboxtest.h
  135. # End Source File
  136. # Begin Source File
  137. SOURCE=.\jan_math.h
  138. # End Source File
  139. # Begin Source File
  140. SOURCE=.\mempooltest.h
  141. # End Source File
  142. # Begin Source File
  143. SOURCE=.\obboxtest.h
  144. # End Source File
  145. # Begin Source File
  146. SOURCE=.\odetest.h
  147. # End Source File
  148. # Begin Source File
  149. SOURCE=.\output.h
  150. # End Source File
  151. # Begin Source File
  152. SOURCE=.\P_timer.h
  153. # End Source File
  154. # Begin Source File
  155. SOURCE=.\raytest.h
  156. # End Source File
  157. # Begin Source File
  158. SOURCE=.\uarraytest.h
  159. # End Source File
  160. # End Group
  161. # End Target
  162. # End Project