wdump.dsp 6.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251
  1. # Microsoft Developer Studio Project File - Name="wdump" - Package Owner=<4>
  2. # Microsoft Developer Studio Generated Build File, Format Version 6.00
  3. # ** DO NOT EDIT **
  4. # TARGTYPE "Win32 (x86) Application" 0x0101
  5. CFG=wdump - 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 "wdump.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 "wdump.mak" CFG="wdump - Win32 Debug"
  15. !MESSAGE
  16. !MESSAGE Possible choices for configuration are:
  17. !MESSAGE
  18. !MESSAGE "wdump - Win32 Release" (based on "Win32 (x86) Application")
  19. !MESSAGE "wdump - Win32 Debug" (based on "Win32 (x86) Application")
  20. !MESSAGE "wdump - Win32 Profile" (based on "Win32 (x86) Application")
  21. !MESSAGE
  22. # Begin Project
  23. # PROP AllowPerConfigDependencies 0
  24. # PROP Scc_ProjName ""$/G/wdump", JDKAAAAA"
  25. # PROP Scc_LocalPath "."
  26. CPP=cl.exe
  27. MTL=midl.exe
  28. RSC=rc.exe
  29. !IF "$(CFG)" == "wdump - Win32 Release"
  30. # PROP BASE Use_MFC 6
  31. # PROP BASE Use_Debug_Libraries 0
  32. # PROP BASE Output_Dir "Release"
  33. # PROP BASE Intermediate_Dir "Release"
  34. # PROP BASE Target_Dir ""
  35. # PROP Use_MFC 6
  36. # PROP Use_Debug_Libraries 0
  37. # PROP Output_Dir "Release"
  38. # PROP Intermediate_Dir "Release"
  39. # PROP Ignore_Export_Lib 0
  40. # PROP Target_Dir ""
  41. # ADD BASE CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /Yu"stdafx.h" /FD /c
  42. # ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\ww3d2" /I "..\..\wwlib" /I "..\..\wwmath" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "_AFXDLL" /D "G_CODE_BASE" /FR /YX /FD /c
  43. # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
  44. # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
  45. # ADD BASE RSC /l 0x409 /d "NDEBUG" /d "_AFXDLL"
  46. # ADD RSC /l 0x409 /d "NDEBUG" /d "_AFXDLL"
  47. BSC32=bscmake.exe
  48. # ADD BASE BSC32 /nologo
  49. # ADD BSC32 /nologo
  50. LINK32=link.exe
  51. # ADD BASE LINK32 /nologo /subsystem:windows /machine:I386
  52. # ADD LINK32 wwlib.lib /nologo /subsystem:windows /machine:I386 /nodefaultlib:"libcd.lib" /libpath:"..\libs\release" /libpath:"..\..\libs\release"
  53. !ELSEIF "$(CFG)" == "wdump - Win32 Debug"
  54. # PROP BASE Use_MFC 6
  55. # PROP BASE Use_Debug_Libraries 1
  56. # PROP BASE Output_Dir "Debug"
  57. # PROP BASE Intermediate_Dir "Debug"
  58. # PROP BASE Target_Dir ""
  59. # PROP Use_MFC 6
  60. # PROP Use_Debug_Libraries 1
  61. # PROP Output_Dir "Debug"
  62. # PROP Intermediate_Dir "Debug"
  63. # PROP Ignore_Export_Lib 0
  64. # PROP Target_Dir ""
  65. # ADD BASE CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /Yu"stdafx.h" /FD /c
  66. # ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\ww3d2" /I "..\..\wwlib" /I "..\..\wwmath" /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "_AFXDLL" /D "G_CODE_BASE" /FR /YX /FD /c
  67. # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
  68. # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
  69. # ADD BASE RSC /l 0x409 /d "_DEBUG" /d "_AFXDLL"
  70. # ADD RSC /l 0x409 /d "_DEBUG" /d "_AFXDLL"
  71. BSC32=bscmake.exe
  72. # ADD BASE BSC32 /nologo
  73. # ADD BSC32 /nologo
  74. LINK32=link.exe
  75. # ADD BASE LINK32 /nologo /subsystem:windows /debug /machine:I386
  76. # ADD LINK32 wwlib.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd.lib" /libpath:"..\libs\debug" /libpath:"..\..\libs\debug"
  77. # SUBTRACT LINK32 /incremental:no
  78. !ELSEIF "$(CFG)" == "wdump - Win32 Profile"
  79. # PROP BASE Use_MFC 6
  80. # PROP BASE Use_Debug_Libraries 0
  81. # PROP BASE Output_Dir "wdump___"
  82. # PROP BASE Intermediate_Dir "wdump___"
  83. # PROP BASE Ignore_Export_Lib 0
  84. # PROP BASE Target_Dir ""
  85. # PROP Use_MFC 6
  86. # PROP Use_Debug_Libraries 0
  87. # PROP Output_Dir "Profile"
  88. # PROP Intermediate_Dir "Profile"
  89. # PROP Ignore_Export_Lib 0
  90. # PROP Target_Dir ""
  91. # ADD BASE CPP /nologo /MD /W3 /GX /O2 /I "..\..\ww3d" /I "..\..\library" /I "..\ww3d" /I "..\library" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "_AFXDLL" /D "G_CODE_BASE" /FR /YX /FD /c
  92. # ADD CPP /nologo /MD /W3 /GX /Zi /O2 /I "..\..\ww3d2" /I "..\..\wwlib" /I "..\..\wwmath" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "_AFXDLL" /D "G_CODE_BASE" /FR /YX /FD /c
  93. # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
  94. # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
  95. # ADD BASE RSC /l 0x409 /d "NDEBUG" /d "_AFXDLL"
  96. # ADD RSC /l 0x409 /d "NDEBUG" /d "_AFXDLL"
  97. BSC32=bscmake.exe
  98. # ADD BASE BSC32 /nologo
  99. # ADD BSC32 /nologo
  100. LINK32=link.exe
  101. # ADD BASE LINK32 library.lib ww3d.lib /nologo /subsystem:windows /machine:I386 /nodefaultlib:"libcd.lib" /libpath:"..\libs\release" /libpath:"..\..\libs\release"
  102. # ADD LINK32 wwlib.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd.lib" /libpath:"..\libs\profile" /libpath:"..\..\libs\profile"
  103. !ENDIF
  104. # Begin Target
  105. # Name "wdump - Win32 Release"
  106. # Name "wdump - Win32 Debug"
  107. # Name "wdump - Win32 Profile"
  108. # Begin Group "Source Files"
  109. # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
  110. # Begin Source File
  111. SOURCE=.\Chunk_D.cpp
  112. # End Source File
  113. # Begin Source File
  114. SOURCE=.\FindDialog.cpp
  115. # End Source File
  116. # Begin Source File
  117. SOURCE=.\MainFrm.cpp
  118. # End Source File
  119. # Begin Source File
  120. SOURCE=.\RawfileM.cpp
  121. # SUBTRACT CPP /YX /Yc /Yu
  122. # End Source File
  123. # Begin Source File
  124. SOURCE=.\StdAfx.cpp
  125. # ADD CPP /Yc"stdafx.h"
  126. # End Source File
  127. # Begin Source File
  128. SOURCE=.\WDEView.cpp
  129. # End Source File
  130. # Begin Source File
  131. SOURCE=.\WDLView.cpp
  132. # End Source File
  133. # Begin Source File
  134. SOURCE=.\WDTView.cpp
  135. # End Source File
  136. # Begin Source File
  137. SOURCE=.\wdump.cpp
  138. # End Source File
  139. # Begin Source File
  140. SOURCE=.\wdump.rc
  141. # End Source File
  142. # Begin Source File
  143. SOURCE=.\wdumpDoc.cpp
  144. # End Source File
  145. # Begin Source File
  146. SOURCE=.\wdView.cpp
  147. # End Source File
  148. # End Group
  149. # Begin Group "Header Files"
  150. # PROP Default_Filter "h;hpp;hxx;hm;inl"
  151. # Begin Source File
  152. SOURCE=.\Chunk_D.h
  153. # End Source File
  154. # Begin Source File
  155. SOURCE=.\FindDialog.h
  156. # End Source File
  157. # Begin Source File
  158. SOURCE=.\MainFrm.h
  159. # End Source File
  160. # Begin Source File
  161. SOURCE=.\RawfileM.h
  162. # End Source File
  163. # Begin Source File
  164. SOURCE=.\Resource.h
  165. # End Source File
  166. # Begin Source File
  167. SOURCE=.\StdAfx.h
  168. # End Source File
  169. # Begin Source File
  170. SOURCE=.\WDEView.h
  171. # End Source File
  172. # Begin Source File
  173. SOURCE=.\WDLView.h
  174. # End Source File
  175. # Begin Source File
  176. SOURCE=.\WDTView.h
  177. # End Source File
  178. # Begin Source File
  179. SOURCE=.\wdump.h
  180. # End Source File
  181. # Begin Source File
  182. SOURCE=.\wdumpDoc.h
  183. # End Source File
  184. # Begin Source File
  185. SOURCE=.\wdView.h
  186. # End Source File
  187. # End Group
  188. # Begin Group "Resource Files"
  189. # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;cnt;rtf;gif;jpg;jpeg;jpe"
  190. # Begin Source File
  191. SOURCE=.\res\Toolbar.bmp
  192. # End Source File
  193. # Begin Source File
  194. SOURCE=.\res\wdump.ico
  195. # End Source File
  196. # Begin Source File
  197. SOURCE=.\res\wdump.rc2
  198. # End Source File
  199. # Begin Source File
  200. SOURCE=.\res\wdumpDoc.ico
  201. # End Source File
  202. # End Group
  203. # Begin Source File
  204. SOURCE=.\ReadMe.txt
  205. # End Source File
  206. # End Target
  207. # End Project