wwsaveload.dsp 9.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331
  1. # Microsoft Developer Studio Project File - Name="wwsaveload" - 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=wwsaveload - Win32 DebugW3D
  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 "wwsaveload.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 "wwsaveload.mak" CFG="wwsaveload - Win32 DebugW3D"
  15. !MESSAGE
  16. !MESSAGE Possible choices for configuration are:
  17. !MESSAGE
  18. !MESSAGE "wwsaveload - Win32 Release" (based on "Win32 (x86) Static Library")
  19. !MESSAGE "wwsaveload - Win32 Debug" (based on "Win32 (x86) Static Library")
  20. !MESSAGE "wwsaveload - Win32 Profile" (based on "Win32 (x86) Static Library")
  21. !MESSAGE "wwsaveload - Win32 ProfileE" (based on "Win32 (x86) Static Library")
  22. !MESSAGE "wwsaveload - Win32 DebugE" (based on "Win32 (x86) Static Library")
  23. !MESSAGE "wwsaveload - Win32 Internal" (based on "Win32 (x86) Static Library")
  24. !MESSAGE
  25. # Begin Project
  26. # PROP AllowPerConfigDependencies 0
  27. # PROP Scc_ProjName ""$/Commando/Code/wwsaveload", RPFCAAAA"
  28. # PROP Scc_LocalPath "."
  29. CPP=cl.exe
  30. RSC=rc.exe
  31. !IF "$(CFG)" == "wwsaveload - Win32 Release"
  32. # PROP BASE Use_MFC 0
  33. # PROP BASE Use_Debug_Libraries 0
  34. # PROP BASE Output_Dir "Release"
  35. # PROP BASE Intermediate_Dir "Release"
  36. # PROP BASE Target_Dir ""
  37. # PROP Use_MFC 0
  38. # PROP Use_Debug_Libraries 0
  39. # PROP Output_Dir "Release"
  40. # PROP Intermediate_Dir "Release"
  41. # PROP Target_Dir ""
  42. # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c
  43. # ADD CPP /nologo /G6 /MD /W3 /WX /GX /O2 /Ob2 /I "..\wwlib" /I "..\wwdebug" /I "..\wwmath" /D WINVER=0x400 /D "_WINDOWS" /D "NDEBUG" /D "WIN32" /D "IG_DEBUG_STACKTRACE" /Fr /YX /FD /c
  44. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  45. # ADD RSC /l 0x409 /d "NDEBUG"
  46. BSC32=bscmake.exe
  47. # ADD BASE BSC32 /nologo
  48. # ADD BSC32 /nologo
  49. LIB32=link.exe -lib
  50. # ADD BASE LIB32 /nologo
  51. # ADD LIB32 /nologo /out:"..\..\..\Lib\WWSaveLoad.lib"
  52. !ELSEIF "$(CFG)" == "wwsaveload - Win32 Debug"
  53. # PROP BASE Use_MFC 0
  54. # PROP BASE Use_Debug_Libraries 1
  55. # PROP BASE Output_Dir "Debug"
  56. # PROP BASE Intermediate_Dir "Debug"
  57. # PROP BASE Target_Dir ""
  58. # PROP Use_MFC 0
  59. # PROP Use_Debug_Libraries 1
  60. # PROP Output_Dir "Debug"
  61. # PROP Intermediate_Dir "Debug"
  62. # PROP Target_Dir ""
  63. # ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c
  64. # ADD CPP /nologo /G6 /MDd /W3 /WX /GX /Zi /O2 /Ob2 /I "..\wwlib" /I "..\wwdebug" /I "..\wwmath" /D "_DEBUG" /D WINVER=0x400 /D "_WINDOWS" /D "WIN32" /Fr /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. LIB32=link.exe -lib
  71. # ADD BASE LIB32 /nologo
  72. # ADD LIB32 /nologo /out:"..\..\..\Lib\WWSaveLoadDebug.lib"
  73. !ELSEIF "$(CFG)" == "wwsaveload - Win32 Profile"
  74. # PROP BASE Use_MFC 0
  75. # PROP BASE Use_Debug_Libraries 1
  76. # PROP BASE Output_Dir "Profile"
  77. # PROP BASE Intermediate_Dir "Profile"
  78. # PROP BASE Target_Dir ""
  79. # PROP Use_MFC 0
  80. # PROP Use_Debug_Libraries 1
  81. # PROP Output_Dir "Profile"
  82. # PROP Intermediate_Dir "Profile"
  83. # PROP Target_Dir ""
  84. # ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c
  85. # ADD CPP /nologo /MD /W3 /WX /Gm /GX /Zi /O2 /Op /Ob2 /I "..\wwlib" /I "..\wwdebug" /I "..\wwmath" /D "NDEBUG" /D "WWDEBUG" /D WINVER=0x400 /D "_WINDOWS" /D "WIN32" /YX /FD /c
  86. # SUBTRACT CPP /Fr
  87. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  88. # ADD RSC /l 0x409 /d "_DEBUG"
  89. BSC32=bscmake.exe
  90. # ADD BASE BSC32 /nologo
  91. # ADD BSC32 /nologo
  92. LIB32=link.exe -lib
  93. # ADD BASE LIB32 /nologo
  94. # ADD LIB32 /nologo /out:"..\..\..\Lib\WWSaveLoadProfile.lib"
  95. !ELSEIF "$(CFG)" == "wwsaveload - Win32 ProfileE"
  96. # PROP BASE Use_MFC 0
  97. # PROP BASE Use_Debug_Libraries 1
  98. # PROP BASE Output_Dir "ProfileE"
  99. # PROP BASE Intermediate_Dir "ProfileE"
  100. # PROP BASE Target_Dir ""
  101. # PROP Use_MFC 0
  102. # PROP Use_Debug_Libraries 1
  103. # PROP Output_Dir "ProfileE"
  104. # PROP Intermediate_Dir "ProfileE"
  105. # PROP Target_Dir ""
  106. # ADD BASE CPP /nologo /MD /W3 /Gm /GX /Zi /Od /I "..\wwlib" /I "..\wwdebug" /I "..\wwmath" /D "NDEBUG" /D "WWDEBUG" /D WINVER=0x400 /D "_WINDOWS" /D "WIN32" /YX /FD /GZ /c
  107. # ADD CPP /nologo /MD /W3 /WX /Gm /GX /Zi /Od /I "..\wwlib" /I "..\wwdebug" /I "..\wwmath" /D "NDEBUG" /D "WWDEBUG" /D WINVER=0x400 /D "_WINDOWS" /D "WIN32" /D "PARAM_EDITING_ON" /YX /FD /GZ /c
  108. # SUBTRACT CPP /Fr
  109. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  110. # ADD RSC /l 0x409 /d "_DEBUG"
  111. BSC32=bscmake.exe
  112. # ADD BASE BSC32 /nologo
  113. # ADD BSC32 /nologo
  114. LIB32=link.exe -lib
  115. # ADD BASE LIB32 /nologo /out:"..\Libs\profile\wwsaveload.lib"
  116. # ADD LIB32 /nologo /out:"..\..\..\Lib\WWSaveLoadProfileE.lib"
  117. !ELSEIF "$(CFG)" == "wwsaveload - Win32 DebugE"
  118. # PROP BASE Use_MFC 0
  119. # PROP BASE Use_Debug_Libraries 1
  120. # PROP BASE Output_Dir "DebugE"
  121. # PROP BASE Intermediate_Dir "DebugE"
  122. # PROP BASE Target_Dir ""
  123. # PROP Use_MFC 0
  124. # PROP Use_Debug_Libraries 1
  125. # PROP Output_Dir "DebugE"
  126. # PROP Intermediate_Dir "DebugE"
  127. # PROP Target_Dir ""
  128. # ADD BASE CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\wwlib" /I "..\wwdebug" /I "..\wwmath" /D "_DEBUG" /D "WWDEBUG" /D WINVER=0x400 /D "_WINDOWS" /D "WIN32" /YX /FD /GZ /c
  129. # ADD CPP /nologo /MDd /W3 /WX /Gm /GX /ZI /Od /I "..\wwlib" /I "..\wwdebug" /I "..\wwmath" /D "_DEBUG" /D "WWDEBUG" /D WINVER=0x400 /D "_WINDOWS" /D "WIN32" /D "PARAM_EDITING_ON" /YX /FD /GZ /c
  130. # SUBTRACT CPP /Fr
  131. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  132. # ADD RSC /l 0x409 /d "_DEBUG"
  133. BSC32=bscmake.exe
  134. # ADD BASE BSC32 /nologo
  135. # ADD BSC32 /nologo
  136. LIB32=link.exe -lib
  137. # ADD BASE LIB32 /nologo /out:"..\Libs\debug\wwsaveload.lib"
  138. # ADD LIB32 /nologo /out:"..\..\..\Lib\WWSaveLoadDebugE.lib"
  139. !ELSEIF "$(CFG)" == "wwsaveload - Win32 Internal"
  140. # PROP BASE Use_MFC 0
  141. # PROP BASE Use_Debug_Libraries 0
  142. # PROP BASE Output_Dir "Internal"
  143. # PROP BASE Intermediate_Dir "Internal"
  144. # PROP BASE Target_Dir ""
  145. # PROP Use_MFC 0
  146. # PROP Use_Debug_Libraries 0
  147. # PROP Output_Dir "Internal"
  148. # PROP Intermediate_Dir "Internal"
  149. # PROP Target_Dir ""
  150. # ADD BASE CPP /nologo /MD /W3 /GX /O2 /Ob2 /I "..\wwlib" /I "..\wwdebug" /I "..\wwmath" /D "NDEBUG" /D WINVER=0x400 /D "_WINDOWS" /D "WIN32" /YX /FD /c
  151. # ADD CPP /nologo /G6 /MD /W3 /WX /GX /Zi /O2 /I "..\wwlib" /I "..\wwdebug" /I "..\wwmath" /D "NDEBUG" /D WINVER=0x400 /D "_WINDOWS" /D "WIN32" /D "_INTERNAL" /Fr /YX /FD /c
  152. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  153. # ADD RSC /l 0x409 /d "NDEBUG"
  154. BSC32=bscmake.exe
  155. # ADD BASE BSC32 /nologo
  156. # ADD BSC32 /nologo
  157. LIB32=link.exe -lib
  158. # ADD BASE LIB32 /nologo /out:"..\..\..\Lib\WWSaveLoad.lib"
  159. # ADD LIB32 /nologo /out:"..\..\..\Lib\WWSaveLoadInternal.lib"
  160. !ENDIF
  161. # Begin Target
  162. # Name "wwsaveload - Win32 Release"
  163. # Name "wwsaveload - Win32 Debug"
  164. # Name "wwsaveload - Win32 Profile"
  165. # Name "wwsaveload - Win32 ProfileE"
  166. # Name "wwsaveload - Win32 DebugE"
  167. # Name "wwsaveload - Win32 Internal"
  168. # Begin Group "Source Files"
  169. # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
  170. # Begin Source File
  171. SOURCE=.\definition.cpp
  172. # End Source File
  173. # Begin Source File
  174. SOURCE=.\definitionfactory.cpp
  175. # End Source File
  176. # Begin Source File
  177. SOURCE=.\definitionfactorymgr.cpp
  178. # End Source File
  179. # Begin Source File
  180. SOURCE=.\definitionmgr.cpp
  181. # End Source File
  182. # Begin Source File
  183. SOURCE=.\parameter.cpp
  184. # End Source File
  185. # Begin Source File
  186. SOURCE=.\persistfactory.cpp
  187. # End Source File
  188. # Begin Source File
  189. SOURCE=.\pointerremap.cpp
  190. # End Source File
  191. # Begin Source File
  192. SOURCE=.\saveload.cpp
  193. # End Source File
  194. # Begin Source File
  195. SOURCE=.\saveloadstatus.cpp
  196. # End Source File
  197. # Begin Source File
  198. SOURCE=.\saveloadsubsystem.cpp
  199. # End Source File
  200. # Begin Source File
  201. SOURCE=.\twiddler.cpp
  202. # End Source File
  203. # Begin Source File
  204. SOURCE=.\wwsaveload.cpp
  205. # End Source File
  206. # End Group
  207. # Begin Group "Header Files"
  208. # PROP Default_Filter "h;hpp;hxx;hm;inl"
  209. # Begin Source File
  210. SOURCE=.\definition.h
  211. # End Source File
  212. # Begin Source File
  213. SOURCE=.\definitionclassids.h
  214. # End Source File
  215. # Begin Source File
  216. SOURCE=.\definitionfactory.h
  217. # End Source File
  218. # Begin Source File
  219. SOURCE=.\definitionfactorymgr.h
  220. # End Source File
  221. # Begin Source File
  222. SOURCE=.\definitionmgr.h
  223. # End Source File
  224. # Begin Source File
  225. SOURCE=.\editable.h
  226. # End Source File
  227. # Begin Source File
  228. SOURCE=.\parameter.h
  229. # End Source File
  230. # Begin Source File
  231. SOURCE=.\parameterlist.h
  232. # End Source File
  233. # Begin Source File
  234. SOURCE=.\parametertypes.h
  235. # End Source File
  236. # Begin Source File
  237. SOURCE=.\persist.h
  238. # End Source File
  239. # Begin Source File
  240. SOURCE=.\persistfactory.h
  241. # End Source File
  242. # Begin Source File
  243. SOURCE=.\pointerremap.h
  244. # End Source File
  245. # Begin Source File
  246. SOURCE=.\postloadable.h
  247. # End Source File
  248. # Begin Source File
  249. SOURCE=.\saveload.h
  250. # End Source File
  251. # Begin Source File
  252. SOURCE=.\saveloadids.h
  253. # End Source File
  254. # Begin Source File
  255. SOURCE=.\saveloadstatus.h
  256. # End Source File
  257. # Begin Source File
  258. SOURCE=.\saveloadstatus.h
  259. # End Source File
  260. # Begin Source File
  261. SOURCE=.\saveloadsubsystem.h
  262. # End Source File
  263. # Begin Source File
  264. SOURCE=.\simpledefinitionfactory.h
  265. # End Source File
  266. # Begin Source File
  267. SOURCE=.\simpleparameter.h
  268. # End Source File
  269. # Begin Source File
  270. SOURCE=.\twiddler.h
  271. # End Source File
  272. # Begin Source File
  273. SOURCE=.\wwsaveload.h
  274. # End Source File
  275. # End Group
  276. # End Target
  277. # End Project