Installer.dsp 9.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333
  1. # Microsoft Developer Studio Project File - Name="Installer" - 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=Installer - 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 "Installer.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 "Installer.mak" CFG="Installer - Win32 Debug"
  15. !MESSAGE
  16. !MESSAGE Possible choices for configuration are:
  17. !MESSAGE
  18. !MESSAGE "Installer - Win32 Release" (based on "Win32 (x86) Application")
  19. !MESSAGE "Installer - Win32 Debug" (based on "Win32 (x86) Application")
  20. !MESSAGE
  21. # Begin Project
  22. # PROP AllowPerConfigDependencies 0
  23. # PROP Scc_ProjName ""$/Commando/Code/Installer", KQFEAAAA"
  24. # PROP Scc_LocalPath "."
  25. CPP=cl.exe
  26. MTL=midl.exe
  27. RSC=rc.exe
  28. !IF "$(CFG)" == "Installer - 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 "_WINDOWS" /D "_MBCS" /YX /FD /c
  41. # ADD CPP /nologo /MT /W3 /GX /O2 /I "..\WwSaveLoad" /I "..\Wwui" /I "..\Ww3d2" /I "..\Wwmath" /I "..\Wwlib" /I "..\BinkMovie" /I "..\Wwdebug" /I "..\WWAudio" /I "..\Miles6\Include" /I "Cab\Include" /I "..\Wwtranslatedb" /I "..\DirectX\Include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D _WIN32_WINNT=0x400 /YX /FD /c
  42. # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  43. # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  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. LINK32=link.exe
  50. # 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:windows /machine:I386
  51. # ADD 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 vfw32.lib winmm.lib d3dx8.lib d3d8.lib wwui.lib ww3d2.lib wwmath.lib wwlib.lib wwsaveload.lib wwdebug.lib binkmovie.lib binkw32.lib wwaudio.lib ..\miles6\lib\win\mss32.lib cab\lib\fdi.lib version.lib wwtranslatedb.lib /nologo /subsystem:windows /machine:I386 /out:"Run\Setup.exe" /libpath:"..\Libs\Release" /libpath:"..\BinkMovie" /libpath:"..\DirectX\Lib"
  52. # SUBTRACT LINK32 /debug
  53. # Begin Special Build Tool
  54. SOURCE="$(InputPath)"
  55. PostBuild_Cmds=Copy Run\Setup.exe Run\Chinese\Setup.exe Copy Run\Setup.exe Run\English\Setup.exe Copy Run\Setup.exe Run\French\Setup.exe Copy Run\Setup.exe Run\German\Setup.exe Copy Run\Setup.exe Run\Korean\Setup.exe Copy Run\Setup.exe Run\Japanese\Setup.exe Copy Run\Setup.exe Run\Beta\Setup.exe
  56. # End Special Build Tool
  57. !ELSEIF "$(CFG)" == "Installer - Win32 Debug"
  58. # PROP BASE Use_MFC 0
  59. # PROP BASE Use_Debug_Libraries 1
  60. # PROP BASE Output_Dir "Debug"
  61. # PROP BASE Intermediate_Dir "Debug"
  62. # PROP BASE Target_Dir ""
  63. # PROP Use_MFC 0
  64. # PROP Use_Debug_Libraries 1
  65. # PROP Output_Dir "Debug"
  66. # PROP Intermediate_Dir "Debug"
  67. # PROP Ignore_Export_Lib 0
  68. # PROP Target_Dir ""
  69. # ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /YX /FD /GZ /c
  70. # ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /I "..\WwSaveLoad" /I "..\Wwui" /I "..\Ww3d2" /I "..\Wwmath" /I "..\Wwlib" /I "..\BinkMovie" /I "..\Wwdebug" /I "..\WWAudio" /I "..\Miles6\Include" /I "Cab\Include" /I "..\Wwtranslatedb" /I "..\DirectX\Include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D _WIN32_WINNT=0x400 /D "WWDEBUG" /YX /FD /GZ /c
  71. # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
  72. # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
  73. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  74. # ADD RSC /l 0x409 /d "_DEBUG"
  75. BSC32=bscmake.exe
  76. # ADD BASE BSC32 /nologo
  77. # ADD BSC32 /nologo
  78. LINK32=link.exe
  79. # 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:windows /debug /machine:I386
  80. # ADD 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 vfw32.lib winmm.lib d3dx8.lib d3d8.lib wwui.lib ww3d2.lib wwmath.lib wwlib.lib wwsaveload.lib wwdebug.lib binkmovie.lib binkw32.lib wwaudio.lib ..\miles6\lib\win\mss32.lib cab\lib\fdi.lib version.lib wwtranslatedb.lib /nologo /subsystem:windows /incremental:no /debug /machine:I386 /out:"Run\SetupD.exe" /libpath:"..\Libs\Debug" /libpath:"..\BinkMovie" /libpath:"..\DirectX\Lib"
  81. # Begin Special Build Tool
  82. SOURCE="$(InputPath)"
  83. PostBuild_Cmds=Copy Run\SetupD.exe Run\Chinese\SetupD.exe Copy Run\SetupD.exe Run\English\SetupD.exe Copy Run\SetupD.exe Run\French\SetupD.exe Copy Run\SetupD.exe Run\German\SetupD.exe Copy Run\SetupD.exe Run\Korean\SetupD.exe Copy Run\SetupD.exe Run\Japanese\SetupD.exe Copy Run\SetupD.exe Run\Beta\SetupD.exe
  84. # End Special Build Tool
  85. !ENDIF
  86. # Begin Target
  87. # Name "Installer - Win32 Release"
  88. # Name "Installer - Win32 Debug"
  89. # Begin Group "Source Files"
  90. # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
  91. # Begin Source File
  92. SOURCE=.\CardSelectionDialog.cpp
  93. !IF "$(CFG)" == "Installer - Win32 Release"
  94. !ELSEIF "$(CFG)" == "Installer - Win32 Debug"
  95. # ADD CPP /MTd
  96. !ENDIF
  97. # End Source File
  98. # Begin Source File
  99. SOURCE=.\CopyDialog.cpp
  100. # End Source File
  101. # Begin Source File
  102. SOURCE=.\CopyThread.cpp
  103. # End Source File
  104. # Begin Source File
  105. SOURCE=.\DirectoryBrowser.cpp
  106. # End Source File
  107. # Begin Source File
  108. SOURCE=.\DirectoryDialog.cpp
  109. # End Source File
  110. # Begin Source File
  111. SOURCE=.\ErrorHandler.cpp
  112. # End Source File
  113. # Begin Source File
  114. SOURCE=.\FinalDialog.cpp
  115. # End Source File
  116. # Begin Source File
  117. SOURCE=.\FolderDialog.cpp
  118. # End Source File
  119. # Begin Source File
  120. SOURCE=.\Installer.cpp
  121. # End Source File
  122. # Begin Source File
  123. SOURCE=.\Installer.rc
  124. # End Source File
  125. # Begin Source File
  126. SOURCE=.\InstallMenuDialog.cpp
  127. # End Source File
  128. # Begin Source File
  129. SOURCE=.\LicenseDialog.cpp
  130. # End Source File
  131. # Begin Source File
  132. SOURCE=.\MessageBox.cpp
  133. # End Source File
  134. # Begin Source File
  135. SOURCE=.\RAMFileFactory.cpp
  136. # End Source File
  137. # Begin Source File
  138. SOURCE=.\RegistryManager.cpp
  139. # End Source File
  140. # Begin Source File
  141. SOURCE=.\ReviewDialog.cpp
  142. # End Source File
  143. # Begin Source File
  144. SOURCE=.\SafeTimer.cpp
  145. # End Source File
  146. # Begin Source File
  147. SOURCE=.\SerialDialog.cpp
  148. # End Source File
  149. # Begin Source File
  150. SOURCE=.\TransitionDialog.cpp
  151. # End Source File
  152. # Begin Source File
  153. SOURCE=.\Translator.cpp
  154. # End Source File
  155. # Begin Source File
  156. SOURCE=.\Utilities.cpp
  157. # End Source File
  158. # Begin Source File
  159. SOURCE=.\WelcomeDialog.cpp
  160. # End Source File
  161. # Begin Source File
  162. SOURCE=.\WhatToInstallDialog.cpp
  163. # End Source File
  164. # Begin Source File
  165. SOURCE=.\WinMain.cpp
  166. # End Source File
  167. # Begin Source File
  168. SOURCE=.\WOL1Dialog.cpp
  169. # End Source File
  170. # Begin Source File
  171. SOURCE=.\WOL2Dialog.cpp
  172. # End Source File
  173. # End Group
  174. # Begin Group "Header Files"
  175. # PROP Default_Filter "h;hpp;hxx;hm;inl"
  176. # Begin Source File
  177. SOURCE=.\CardSelectionDialog.h
  178. # End Source File
  179. # Begin Source File
  180. SOURCE=.\CodeControl.h
  181. # End Source File
  182. # Begin Source File
  183. SOURCE=.\CopyDialog.h
  184. # End Source File
  185. # Begin Source File
  186. SOURCE=.\CopyThread.h
  187. # End Source File
  188. # Begin Source File
  189. SOURCE=.\DirectoryBrowser.h
  190. # End Source File
  191. # Begin Source File
  192. SOURCE=.\DirectoryDialog.h
  193. # End Source File
  194. # Begin Source File
  195. SOURCE=.\ErrorHandler.h
  196. # End Source File
  197. # Begin Source File
  198. SOURCE=.\FinalDialog.h
  199. # End Source File
  200. # Begin Source File
  201. SOURCE=.\FolderDialog.h
  202. # End Source File
  203. # Begin Source File
  204. SOURCE=.\Installer.h
  205. # End Source File
  206. # Begin Source File
  207. SOURCE=.\InstallMenuDialog.h
  208. # End Source File
  209. # Begin Source File
  210. SOURCE=.\LicenseDialog.h
  211. # End Source File
  212. # Begin Source File
  213. SOURCE=.\MessageBox.h
  214. # End Source File
  215. # Begin Source File
  216. SOURCE=.\RAMFileFactory.h
  217. # End Source File
  218. # Begin Source File
  219. SOURCE=.\RegistryManager.h
  220. # End Source File
  221. # Begin Source File
  222. SOURCE=.\Resource.h
  223. # End Source File
  224. # Begin Source File
  225. SOURCE=.\ReviewDialog.h
  226. # End Source File
  227. # Begin Source File
  228. SOURCE=.\SafeTimer.h
  229. # End Source File
  230. # Begin Source File
  231. SOURCE=.\SerialDialog.h
  232. # End Source File
  233. # Begin Source File
  234. SOURCE=.\TransitionDialog.h
  235. # End Source File
  236. # Begin Source File
  237. SOURCE=.\Translator.h
  238. # End Source File
  239. # Begin Source File
  240. SOURCE=.\Utilities.h
  241. # End Source File
  242. # Begin Source File
  243. SOURCE=.\WelcomeDialog.h
  244. # End Source File
  245. # Begin Source File
  246. SOURCE=.\WhatToInstallDialog.h
  247. # End Source File
  248. # Begin Source File
  249. SOURCE=.\WOL1Dialog.h
  250. # End Source File
  251. # Begin Source File
  252. SOURCE=.\WOL2Dialog.h
  253. # End Source File
  254. # End Group
  255. # Begin Group "Resource Files"
  256. # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
  257. # Begin Source File
  258. SOURCE=.\Renegade.ico
  259. # End Source File
  260. # End Group
  261. # End Target
  262. # End Project