wwutil.dsp 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135
  1. # Microsoft Developer Studio Project File - Name="wwutil" - Package Owner=<4>
  2. # Microsoft Developer Studio Generated Build File, Format Version 6.00
  3. # ** DO NOT EDIT **
  4. # TARGTYPE "Win32 (x86) Static Library" 0x0104
  5. CFG=wwutil - 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 "wwutil.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 "wwutil.mak" CFG="wwutil - Win32 Debug"
  15. !MESSAGE
  16. !MESSAGE Possible choices for configuration are:
  17. !MESSAGE
  18. !MESSAGE "wwutil - Win32 Release" (based on "Win32 (x86) Static Library")
  19. !MESSAGE "wwutil - Win32 Debug" (based on "Win32 (x86) Static Library")
  20. !MESSAGE "wwutil - Win32 Profile" (based on "Win32 (x86) Static Library")
  21. !MESSAGE
  22. # Begin Project
  23. # PROP AllowPerConfigDependencies 0
  24. # PROP Scc_ProjName ""$/Commando/Code/wwutil", ACDBAAAA"
  25. # PROP Scc_LocalPath "."
  26. CPP=cl.exe
  27. RSC=rc.exe
  28. !IF "$(CFG)" == "wwutil - 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 Target_Dir ""
  39. # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c
  40. # ADD CPP /nologo /MT /W4 /Zi /O2 /Ob2 /I "..\wwlib" /I "..\wwdebug" /I "..\wwmath" /D "NDEBUG" /D "_MBCS" /D "_LIB" /D "WIN32" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /FD /c
  41. # SUBTRACT CPP /WX /YX
  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. LIB32=link.exe -lib
  48. # ADD BASE LIB32 /nologo
  49. # ADD LIB32 /nologo /out:"..\libs\release\wwutil.lib"
  50. !ELSEIF "$(CFG)" == "wwutil - Win32 Debug"
  51. # PROP BASE Use_MFC 0
  52. # PROP BASE Use_Debug_Libraries 1
  53. # PROP BASE Output_Dir "Debug"
  54. # PROP BASE Intermediate_Dir "Debug"
  55. # PROP BASE Target_Dir ""
  56. # PROP Use_MFC 0
  57. # PROP Use_Debug_Libraries 1
  58. # PROP Output_Dir "Debug"
  59. # PROP Intermediate_Dir "Debug"
  60. # PROP Target_Dir ""
  61. # ADD BASE CPP /nologo /W3 /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c
  62. # ADD CPP /nologo /MTd /W4 /WX /Gm /Gi /ZI /Od /I "..\wwlib" /I "..\wwdebug" /I "..\wwmath" /D "_DEBUG" /D "WWDEBUG" /D "_MBCS" /D "_LIB" /D "WIN32" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /YX /FD /GZ /c
  63. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  64. # ADD RSC /l 0x409 /d "_DEBUG"
  65. BSC32=bscmake.exe
  66. # ADD BASE BSC32 /nologo
  67. # ADD BSC32 /nologo
  68. LIB32=link.exe -lib
  69. # ADD BASE LIB32 /nologo
  70. # ADD LIB32 /nologo /out:"..\Libs\Debug\wwutil.lib"
  71. !ELSEIF "$(CFG)" == "wwutil - Win32 Profile"
  72. # PROP BASE Use_MFC 0
  73. # PROP BASE Use_Debug_Libraries 0
  74. # PROP BASE Output_Dir "Profile"
  75. # PROP BASE Intermediate_Dir "Profile"
  76. # PROP BASE Target_Dir ""
  77. # PROP Use_MFC 0
  78. # PROP Use_Debug_Libraries 0
  79. # PROP Output_Dir "Profile"
  80. # PROP Intermediate_Dir "Profile"
  81. # PROP Target_Dir ""
  82. # ADD BASE CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c
  83. # ADD CPP /nologo /MT /W4 /Zi /O2 /Op /Ob2 /I "..\wwlib" /I "..\wwdebug" /I "..\wwmath" /D "NDEBUG" /D "WWDEBUG" /D "_MBCS" /D "_LIB" /D "WIN32" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /FD /c
  84. # SUBTRACT CPP /WX /Fr /YX
  85. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  86. # ADD RSC /l 0x409 /d "NDEBUG"
  87. BSC32=bscmake.exe
  88. # ADD BASE BSC32 /nologo
  89. # ADD BSC32 /nologo
  90. LIB32=link.exe -lib
  91. # ADD BASE LIB32 /nologo
  92. # ADD LIB32 /nologo /out:"..\libs\profile\wwutil.lib"
  93. !ENDIF
  94. # Begin Target
  95. # Name "wwutil - Win32 Release"
  96. # Name "wwutil - Win32 Debug"
  97. # Name "wwutil - Win32 Profile"
  98. # Begin Source File
  99. SOURCE=.\mathutil.cpp
  100. # End Source File
  101. # Begin Source File
  102. SOURCE=.\mathutil.h
  103. # End Source File
  104. # Begin Source File
  105. SOURCE=.\miscutil.cpp
  106. # End Source File
  107. # Begin Source File
  108. SOURCE=.\miscutil.h
  109. # End Source File
  110. # Begin Source File
  111. SOURCE=.\stackdump.cpp
  112. # End Source File
  113. # Begin Source File
  114. SOURCE=.\stackdump.h
  115. # End Source File
  116. # End Target
  117. # End Project