Autorun.dsp 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440
  1. # Microsoft Developer Studio Project File - Name="Autorun English" - 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=Autorun English - 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 "Autorun.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 "Autorun.mak" CFG="Autorun English - Win32 Debug"
  15. !MESSAGE
  16. !MESSAGE Possible choices for configuration are:
  17. !MESSAGE
  18. !MESSAGE "Autorun English - Win32 Debug" (based on "Win32 (x86) Application")
  19. !MESSAGE "Autorun English - Win32 German" (based on "Win32 (x86) Application")
  20. !MESSAGE "Autorun English - Win32 French" (based on "Win32 (x86) Application")
  21. !MESSAGE "Autorun English - Win32 English" (based on "Win32 (x86) Application")
  22. !MESSAGE
  23. # Begin Project
  24. # PROP AllowPerConfigDependencies 0
  25. # PROP Scc_ProjName ""$/Renegade Setup/Autorun", SJEEAAAA"
  26. # PROP Scc_LocalPath "."
  27. CPP=cl.exe
  28. MTL=midl.exe
  29. RSC=rc.exe
  30. !IF "$(CFG)" == "Autorun English - Win32 Debug"
  31. # PROP BASE Use_MFC 0
  32. # PROP BASE Use_Debug_Libraries 1
  33. # PROP BASE Output_Dir "Debug"
  34. # PROP BASE Intermediate_Dir "Debug"
  35. # PROP BASE Target_Dir ""
  36. # PROP Use_MFC 0
  37. # PROP Use_Debug_Libraries 1
  38. # PROP Output_Dir "Debug"
  39. # PROP Intermediate_Dir "Debug"
  40. # PROP Ignore_Export_Lib 0
  41. # PROP Target_Dir ""
  42. # ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /YX /FD /GZ /c
  43. # ADD CPP /nologo /Zp1 /W3 /Gm /GX /ZI /Od /I "../../Libraries/Include/" /D "WIN32" /D "_WINDOWS" /D "_DEBUG" /FR /FD /GZ /c
  44. # SUBTRACT CPP /YX
  45. # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
  46. # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
  47. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  48. # ADD RSC /l 0x417 /fo"Debug/Autorun English.res" /d "_DEBUG" /d "_GERMAN"
  49. BSC32=bscmake.exe
  50. # ADD BASE BSC32 /nologo
  51. # ADD BSC32 /nologo
  52. LINK32=link.exe
  53. # 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
  54. # ADD LINK32 dxguid.lib dinput8.lib d3dx8.lib d3d8.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib winmm.lib wsock32.lib imm32.lib wininet.lib vfw32.lib /nologo /subsystem:windows /map /debug /machine:I386
  55. # SUBTRACT LINK32
  56. !ELSEIF "$(CFG)" == "Autorun English - Win32 German"
  57. # PROP BASE Use_MFC 0
  58. # PROP BASE Use_Debug_Libraries 0
  59. # PROP BASE Output_Dir "German"
  60. # PROP BASE Intermediate_Dir "German"
  61. # PROP BASE Ignore_Export_Lib 0
  62. # PROP BASE Target_Dir ""
  63. # PROP Use_MFC 0
  64. # PROP Use_Debug_Libraries 0
  65. # PROP Output_Dir "German"
  66. # PROP Intermediate_Dir "German"
  67. # PROP Ignore_Export_Lib 0
  68. # PROP Target_Dir ""
  69. # ADD BASE CPP /nologo /Zp1 /W3 /GX /O2 /I "../../Libraries/Include/" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_ENGLISH" /FD /c
  70. # SUBTRACT BASE CPP /Fr /YX
  71. # ADD CPP /nologo /Zp1 /W3 /GX /O2 /I "../../Libraries/Include/" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_ENGLISH" /FD /c
  72. # SUBTRACT CPP /Fr /YX
  73. # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  74. # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  75. # ADD BASE RSC /l 0x409 /fo"Release/Autorun English.res" /d "NDEBUG" /d "_GERMAN"
  76. # ADD RSC /l 0x409 /fo"Release/Autorun English.res" /d "NDEBUG" /d "_GERMAN"
  77. BSC32=bscmake.exe
  78. # ADD BASE BSC32 /nologo
  79. # ADD BSC32 /nologo
  80. LINK32=link.exe
  81. # 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 winmm.lib dxguid.lib dinput8.lib d3dx8.lib d3d8.lib wsock32.lib imm32.lib wininet.lib vfw32.lib /nologo /subsystem:windows /machine:I386 /out:".\Release\Autorun.exe"
  82. # SUBTRACT BASE LINK32 /debug
  83. # 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 winmm.lib dxguid.lib dinput8.lib d3dx8.lib d3d8.lib wsock32.lib imm32.lib wininet.lib vfw32.lib /nologo /subsystem:windows /machine:I386 /out:".\German\Autorun.exe"
  84. # SUBTRACT LINK32 /debug
  85. !ELSEIF "$(CFG)" == "Autorun English - Win32 French"
  86. # PROP BASE Use_MFC 0
  87. # PROP BASE Use_Debug_Libraries 0
  88. # PROP BASE Output_Dir "French"
  89. # PROP BASE Intermediate_Dir "French"
  90. # PROP BASE Ignore_Export_Lib 0
  91. # PROP BASE Target_Dir ""
  92. # PROP Use_MFC 0
  93. # PROP Use_Debug_Libraries 0
  94. # PROP Output_Dir "French"
  95. # PROP Intermediate_Dir "French"
  96. # PROP Ignore_Export_Lib 0
  97. # PROP Target_Dir ""
  98. # ADD BASE CPP /nologo /Zp1 /W3 /GX /O2 /I "../../Libraries/Include/" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_ENGLISH" /FD /c
  99. # SUBTRACT BASE CPP /Fr /YX
  100. # ADD CPP /nologo /Zp1 /W3 /GX /O2 /I "../../Libraries/Include/" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_ENGLISH" /FD /c
  101. # SUBTRACT CPP /Fr /YX
  102. # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  103. # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  104. # ADD BASE RSC /l 0x409 /fo"Release/Autorun English.res" /d "NDEBUG" /d "_GERMAN"
  105. # ADD RSC /l 0x409 /fo"Release/Autorun English.res" /d "NDEBUG" /d "_FRENCH"
  106. BSC32=bscmake.exe
  107. # ADD BASE BSC32 /nologo
  108. # ADD BSC32 /nologo
  109. LINK32=link.exe
  110. # 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 winmm.lib dxguid.lib dinput8.lib d3dx8.lib d3d8.lib wsock32.lib imm32.lib wininet.lib vfw32.lib /nologo /subsystem:windows /machine:I386 /out:".\Release\Autorun.exe"
  111. # SUBTRACT BASE LINK32 /debug
  112. # 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 winmm.lib dxguid.lib dinput8.lib d3dx8.lib d3d8.lib wsock32.lib imm32.lib wininet.lib vfw32.lib /nologo /subsystem:windows /machine:I386 /out:".\French\Autorun.exe"
  113. # SUBTRACT LINK32 /debug
  114. !ELSEIF "$(CFG)" == "Autorun English - Win32 English"
  115. # PROP BASE Use_MFC 0
  116. # PROP BASE Use_Debug_Libraries 0
  117. # PROP BASE Output_Dir "English"
  118. # PROP BASE Intermediate_Dir "English"
  119. # PROP BASE Ignore_Export_Lib 0
  120. # PROP BASE Target_Dir ""
  121. # PROP Use_MFC 0
  122. # PROP Use_Debug_Libraries 0
  123. # PROP Output_Dir "English"
  124. # PROP Intermediate_Dir "English"
  125. # PROP Ignore_Export_Lib 0
  126. # PROP Target_Dir ""
  127. # ADD BASE CPP /nologo /Zp1 /W3 /GX /O2 /I "../../Libraries/Include/" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_ENGLISH" /FD /c
  128. # SUBTRACT BASE CPP /Fr /YX
  129. # ADD CPP /nologo /Zp1 /W3 /GX /O2 /I "../../Libraries/Include/" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /FD /c
  130. # SUBTRACT CPP /Fr /YX
  131. # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  132. # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  133. # ADD BASE RSC /l 0x409 /fo"Release/Autorun English.res" /d "NDEBUG" /d "_GERMAN"
  134. # ADD RSC /l 0x409 /fo"Release/Autorun English.res" /d "NDEBUG" /d "_ENGLISH"
  135. BSC32=bscmake.exe
  136. # ADD BASE BSC32 /nologo
  137. # ADD BSC32 /nologo
  138. LINK32=link.exe
  139. # 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 winmm.lib dxguid.lib dinput8.lib d3dx8.lib d3d8.lib wsock32.lib imm32.lib wininet.lib vfw32.lib /nologo /subsystem:windows /machine:I386 /out:".\Release\Autorun.exe"
  140. # SUBTRACT BASE LINK32 /debug
  141. # 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 winmm.lib dxguid.lib dinput8.lib d3dx8.lib d3d8.lib wsock32.lib imm32.lib wininet.lib vfw32.lib /nologo /subsystem:windows /machine:I386 /out:".\English\Autorun.exe"
  142. # SUBTRACT LINK32 /debug
  143. !ENDIF
  144. # Begin Target
  145. # Name "Autorun English - Win32 Debug"
  146. # Name "Autorun English - Win32 German"
  147. # Name "Autorun English - Win32 French"
  148. # Name "Autorun English - Win32 English"
  149. # Begin Group "Source Files"
  150. # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
  151. # Begin Source File
  152. SOURCE=.\ARGS.CPP
  153. # End Source File
  154. # Begin Source File
  155. SOURCE=.\ARGS.H
  156. # End Source File
  157. # Begin Source File
  158. SOURCE=.\autorun.cpp
  159. # End Source File
  160. # Begin Source File
  161. SOURCE=.\autorun.h
  162. # End Source File
  163. # Begin Source File
  164. SOURCE=.\CallbackHook.h
  165. # End Source File
  166. # Begin Source File
  167. SOURCE=.\CDCNTRL.CPP
  168. # End Source File
  169. # Begin Source File
  170. SOURCE=.\CDCNTRL.H
  171. # End Source File
  172. # Begin Source File
  173. SOURCE=.\DrawButton.cpp
  174. # End Source File
  175. # Begin Source File
  176. SOURCE=.\DrawButton.h
  177. # End Source File
  178. # Begin Source File
  179. SOURCE=.\EZGIMEX.cpp
  180. # End Source File
  181. # Begin Source File
  182. SOURCE=.\GameText.cpp
  183. # End Source File
  184. # Begin Source File
  185. SOURCE=.\GameText.h
  186. # End Source File
  187. # Begin Source File
  188. SOURCE=.\GETCD.CPP
  189. # End Source File
  190. # Begin Source File
  191. SOURCE=.\GetCD.h
  192. # End Source File
  193. # Begin Source File
  194. SOURCE=.\gimex.h
  195. # End Source File
  196. # Begin Source File
  197. SOURCE=.\IGR.cpp
  198. # End Source File
  199. # Begin Source File
  200. SOURCE=.\IGR.h
  201. # End Source File
  202. # Begin Source File
  203. SOURCE=.\Jsupport.cpp
  204. # End Source File
  205. # Begin Source File
  206. SOURCE=.\JSUPPORT.H
  207. # End Source File
  208. # Begin Source File
  209. SOURCE=.\leanAndMeanAutorun.h
  210. # End Source File
  211. # Begin Source File
  212. SOURCE=.\locale.cpp
  213. # End Source File
  214. # Begin Source File
  215. SOURCE=.\locale.h
  216. # End Source File
  217. # Begin Source File
  218. SOURCE=.\Locale_API.cpp
  219. # End Source File
  220. # Begin Source File
  221. SOURCE=.\Locale_API.h
  222. # End Source File
  223. # Begin Source File
  224. SOURCE=.\POINT.h
  225. # End Source File
  226. # Begin Source File
  227. SOURCE=.\RECT.h
  228. # End Source File
  229. # Begin Source File
  230. SOURCE=.\resource.h
  231. # End Source File
  232. # Begin Source File
  233. SOURCE=.\TTFont.cpp
  234. # End Source File
  235. # Begin Source File
  236. SOURCE=.\TTFont.h
  237. # End Source File
  238. # Begin Source File
  239. SOURCE=.\Utils.cpp
  240. # End Source File
  241. # Begin Source File
  242. SOURCE=.\Utils.h
  243. # End Source File
  244. # Begin Source File
  245. SOURCE=.\ViewHTML.cpp
  246. # End Source File
  247. # Begin Source File
  248. SOURCE=.\ViewHTML.h
  249. # End Source File
  250. # Begin Source File
  251. SOURCE=.\WinFix.CPP
  252. # End Source File
  253. # Begin Source File
  254. SOURCE=.\WinFix.H
  255. # End Source File
  256. # Begin Source File
  257. SOURCE=.\wnd_file.cpp
  258. # End Source File
  259. # Begin Source File
  260. SOURCE=.\Wnd_File.h
  261. # End Source File
  262. # Begin Source File
  263. SOURCE=.\WSYS_File.cpp
  264. # End Source File
  265. # Begin Source File
  266. SOURCE=.\WSYS_file.h
  267. # End Source File
  268. # Begin Source File
  269. SOURCE=.\WSYS_FileSystem.cpp
  270. # End Source File
  271. # Begin Source File
  272. SOURCE=.\WSYS_FileSystem.h
  273. # End Source File
  274. # Begin Source File
  275. SOURCE=.\WSYS_RAMFile.cpp
  276. # End Source File
  277. # Begin Source File
  278. SOURCE=.\WSYS_RAMFile.h
  279. # End Source File
  280. # Begin Source File
  281. SOURCE=.\WSYS_StdFile.cpp
  282. # End Source File
  283. # Begin Source File
  284. SOURCE=.\WSYS_StdFile.h
  285. # End Source File
  286. # Begin Source File
  287. SOURCE=.\WSYS_StdFileSystem.cpp
  288. # End Source File
  289. # Begin Source File
  290. SOURCE=.\WSYS_StdFileSystem.h
  291. # End Source File
  292. # End Group
  293. # Begin Group "Resources"
  294. # PROP Default_Filter ""
  295. # Begin Source File
  296. SOURCE=.\arrow.cur
  297. # End Source File
  298. # Begin Source File
  299. SOURCE=.\Autorun.ICO
  300. # End Source File
  301. # Begin Source File
  302. SOURCE=.\AUTORUN.RC
  303. # End Source File
  304. # Begin Source File
  305. SOURCE=.\AutoRun_Frn.bmp
  306. # End Source File
  307. # End Group
  308. # Begin Source File
  309. SOURCE=.\ARButton_Reg.bmp
  310. # End Source File
  311. # Begin Source File
  312. SOURCE=.\ARButton_Sel.bmp
  313. # End Source File
  314. # Begin Source File
  315. SOURCE=..\arrow.cur
  316. # End Source File
  317. # Begin Source File
  318. SOURCE=..\autorun.ico
  319. # End Source File
  320. # Begin Source File
  321. SOURCE=.\Autorun_BG.bmp
  322. # End Source File
  323. # Begin Source File
  324. SOURCE=.\AutoRun_Ger.bmp
  325. # End Source File
  326. # Begin Source File
  327. SOURCE=.\Bullet.bmp
  328. # End Source File
  329. # Begin Source File
  330. SOURCE=".\License French.bmp"
  331. # End Source File
  332. # Begin Source File
  333. SOURCE=".\License French2.bmp"
  334. # End Source File
  335. # Begin Source File
  336. SOURCE=".\License German.bmp"
  337. # End Source File
  338. # Begin Source File
  339. SOURCE=".\License German2.bmp"
  340. # End Source File
  341. # Begin Source File
  342. SOURCE=".\License USA.bmp"
  343. # End Source File
  344. # Begin Source File
  345. SOURCE=".\License USA2.bmp"
  346. # End Source File
  347. # Begin Source File
  348. SOURCE=.\mouse.wav
  349. # End Source File
  350. # Begin Source File
  351. SOURCE=.\English\Present.wav
  352. # End Source File
  353. # Begin Source File
  354. SOURCE=".\English\Rock-n-Roll.wav"
  355. # End Source File
  356. # End Target
  357. # End Project