sdlpal.dsp 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576
  1. # Microsoft Developer Studio Project File - Name="sdlpal" - 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=sdlpal - Win32 Release
  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 "sdlpal.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 "sdlpal.mak" CFG="sdlpal - Win32 Release"
  15. !MESSAGE
  16. !MESSAGE Possible choices for configuration are:
  17. !MESSAGE
  18. !MESSAGE "sdlpal - Win32 Release" (based on "Win32 (x86) Application")
  19. !MESSAGE "sdlpal - Win32 Debug" (based on "Win32 (x86) Application")
  20. !MESSAGE
  21. # Begin Project
  22. # PROP AllowPerConfigDependencies 0
  23. # PROP Scc_ProjName ""
  24. # PROP Scc_LocalPath ""
  25. CPP=cl.exe
  26. MTL=midl.exe
  27. RSC=rc.exe
  28. !IF "$(CFG)" == "sdlpal - 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 /MD /W3 /GX /Zi /O2 /Op /I "d:\sdl\include" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /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 0x804 /d "NDEBUG"
  45. # ADD RSC /l 0x804 /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 winmm.lib sdl.lib sdlmain.lib /nologo /subsystem:windows /machine:I386 /libpath:"d:\sdl\lib"
  52. # SUBTRACT LINK32 /pdb:none
  53. !ELSEIF "$(CFG)" == "sdlpal - Win32 Debug"
  54. # PROP BASE Use_MFC 0
  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 0
  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 /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /YX /FD /GZ /c
  66. # ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "d:\sdl\include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /FR /YX /FD /GZ /c
  67. # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
  68. # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
  69. # ADD BASE RSC /l 0x804 /d "_DEBUG"
  70. # ADD RSC /l 0x804 /d "_DEBUG"
  71. BSC32=bscmake.exe
  72. # ADD BASE BSC32 /nologo
  73. # ADD BSC32 /nologo
  74. LINK32=link.exe
  75. # 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 /pdbtype:sept
  76. # 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 sdl.lib sdlmain.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept /libpath:"d:\sdl\lib"
  77. !ENDIF
  78. # Begin Target
  79. # Name "sdlpal - Win32 Release"
  80. # Name "sdlpal - Win32 Debug"
  81. # Begin Group "Source Files"
  82. # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
  83. # Begin Source File
  84. SOURCE=.\battle.c
  85. # End Source File
  86. # Begin Source File
  87. SOURCE=.\ending.c
  88. # End Source File
  89. # Begin Source File
  90. SOURCE=.\fight.c
  91. # End Source File
  92. # Begin Source File
  93. SOURCE=.\font.c
  94. # End Source File
  95. # Begin Source File
  96. SOURCE=.\game.c
  97. # End Source File
  98. # Begin Source File
  99. SOURCE=.\getopt.c
  100. # End Source File
  101. # Begin Source File
  102. SOURCE=.\global.c
  103. # End Source File
  104. # Begin Source File
  105. SOURCE=.\input.c
  106. # End Source File
  107. # Begin Source File
  108. SOURCE=.\itemmenu.c
  109. # End Source File
  110. # Begin Source File
  111. SOURCE=.\magicmenu.c
  112. # End Source File
  113. # Begin Source File
  114. SOURCE=.\main.c
  115. # End Source File
  116. # Begin Source File
  117. SOURCE=.\map.c
  118. # End Source File
  119. # Begin Source File
  120. SOURCE=.\midi.c
  121. # End Source File
  122. # Begin Source File
  123. SOURCE=.\palcommon.c
  124. # End Source File
  125. # Begin Source File
  126. SOURCE=.\palette.c
  127. # End Source File
  128. # Begin Source File
  129. SOURCE=.\play.c
  130. # End Source File
  131. # Begin Source File
  132. SOURCE=.\res.c
  133. # End Source File
  134. # Begin Source File
  135. SOURCE=.\rixplay.cpp
  136. # End Source File
  137. # Begin Source File
  138. SOURCE=.\rngplay.c
  139. # End Source File
  140. # Begin Source File
  141. SOURCE=.\scene.c
  142. # End Source File
  143. # Begin Source File
  144. SOURCE=.\script.c
  145. # End Source File
  146. # Begin Source File
  147. SOURCE=.\sound.c
  148. # End Source File
  149. # Begin Source File
  150. SOURCE=.\text.c
  151. # End Source File
  152. # Begin Source File
  153. SOURCE=.\ui.c
  154. # End Source File
  155. # Begin Source File
  156. SOURCE=.\uibattle.c
  157. # End Source File
  158. # Begin Source File
  159. SOURCE=.\uigame.c
  160. # End Source File
  161. # Begin Source File
  162. SOURCE=.\util.c
  163. # End Source File
  164. # Begin Source File
  165. SOURCE=.\video.c
  166. # End Source File
  167. # Begin Source File
  168. SOURCE=.\yj1.c
  169. # End Source File
  170. # End Group
  171. # Begin Group "Header Files"
  172. # PROP Default_Filter "h;hpp;hxx;hm;inl"
  173. # Begin Source File
  174. SOURCE=.\ascii.h
  175. # End Source File
  176. # Begin Source File
  177. SOURCE=.\battle.h
  178. # End Source File
  179. # Begin Source File
  180. SOURCE=.\common.h
  181. # End Source File
  182. # Begin Source File
  183. SOURCE=.\ending.h
  184. # End Source File
  185. # Begin Source File
  186. SOURCE=.\fight.h
  187. # End Source File
  188. # Begin Source File
  189. SOURCE=.\font.h
  190. # End Source File
  191. # Begin Source File
  192. SOURCE=.\game.h
  193. # End Source File
  194. # Begin Source File
  195. SOURCE=.\getopt.h
  196. # End Source File
  197. # Begin Source File
  198. SOURCE=.\global.h
  199. # End Source File
  200. # Begin Source File
  201. SOURCE=.\input.h
  202. # End Source File
  203. # Begin Source File
  204. SOURCE=.\itemmenu.h
  205. # End Source File
  206. # Begin Source File
  207. SOURCE=.\magicmenu.h
  208. # End Source File
  209. # Begin Source File
  210. SOURCE=.\main.h
  211. # End Source File
  212. # Begin Source File
  213. SOURCE=.\map.h
  214. # End Source File
  215. # Begin Source File
  216. SOURCE=.\midi.h
  217. # End Source File
  218. # Begin Source File
  219. SOURCE=.\palcommon.h
  220. # End Source File
  221. # Begin Source File
  222. SOURCE=.\palette.h
  223. # End Source File
  224. # Begin Source File
  225. SOURCE=.\play.h
  226. # End Source File
  227. # Begin Source File
  228. SOURCE=.\res.h
  229. # End Source File
  230. # Begin Source File
  231. SOURCE=.\rixplay.h
  232. # End Source File
  233. # Begin Source File
  234. SOURCE=.\rngplay.h
  235. # End Source File
  236. # Begin Source File
  237. SOURCE=.\scene.h
  238. # End Source File
  239. # Begin Source File
  240. SOURCE=.\script.h
  241. # End Source File
  242. # Begin Source File
  243. SOURCE=.\sound.h
  244. # End Source File
  245. # Begin Source File
  246. SOURCE=.\text.h
  247. # End Source File
  248. # Begin Source File
  249. SOURCE=.\ui.h
  250. # End Source File
  251. # Begin Source File
  252. SOURCE=.\uibattle.h
  253. # End Source File
  254. # Begin Source File
  255. SOURCE=.\uigame.h
  256. # End Source File
  257. # Begin Source File
  258. SOURCE=.\util.h
  259. # End Source File
  260. # Begin Source File
  261. SOURCE=.\video.h
  262. # End Source File
  263. # End Group
  264. # Begin Group "adplug"
  265. # PROP Default_Filter ""
  266. # Begin Source File
  267. SOURCE=.\adplug\binfile.cpp
  268. # End Source File
  269. # Begin Source File
  270. SOURCE=.\adplug\binfile.h
  271. # End Source File
  272. # Begin Source File
  273. SOURCE=.\adplug\binio.cpp
  274. # End Source File
  275. # Begin Source File
  276. SOURCE=.\adplug\binio.h
  277. # End Source File
  278. # Begin Source File
  279. SOURCE=.\adplug\demuopl.h
  280. # End Source File
  281. # Begin Source File
  282. SOURCE=.\adplug\dosbox_opl.cpp
  283. # End Source File
  284. # Begin Source File
  285. SOURCE=.\adplug\dosbox_opl.h
  286. # End Source File
  287. # Begin Source File
  288. SOURCE=.\adplug\emuopl.cpp
  289. # End Source File
  290. # Begin Source File
  291. SOURCE=.\adplug\emuopl.h
  292. # End Source File
  293. # Begin Source File
  294. SOURCE=.\adplug\fmopl.c
  295. # End Source File
  296. # Begin Source File
  297. SOURCE=.\adplug\fmopl.h
  298. # End Source File
  299. # Begin Source File
  300. SOURCE=.\adplug\fprovide.cpp
  301. # End Source File
  302. # Begin Source File
  303. SOURCE=.\adplug\fprovide.h
  304. # End Source File
  305. # Begin Source File
  306. SOURCE=.\adplug\opl.h
  307. # End Source File
  308. # Begin Source File
  309. SOURCE=.\adplug\player.cpp
  310. # End Source File
  311. # Begin Source File
  312. SOURCE=.\adplug\player.h
  313. # End Source File
  314. # Begin Source File
  315. SOURCE=.\adplug\rix.cpp
  316. # End Source File
  317. # Begin Source File
  318. SOURCE=.\adplug\rix.h
  319. # End Source File
  320. # Begin Source File
  321. SOURCE=.\adplug\surroundopl.cpp
  322. # End Source File
  323. # Begin Source File
  324. SOURCE=.\adplug\surroundopl.h
  325. # End Source File
  326. # End Group
  327. # Begin Group "Resource Files"
  328. # PROP Default_Filter ""
  329. # Begin Source File
  330. SOURCE=.\sdlpal.ico
  331. # End Source File
  332. # Begin Source File
  333. SOURCE=.\sdlpal.rc
  334. # End Source File
  335. # End Group
  336. # Begin Group "native_midi"
  337. # PROP Default_Filter ""
  338. # Begin Source File
  339. SOURCE=.\native_midi\native_midi.h
  340. # End Source File
  341. # Begin Source File
  342. SOURCE=.\native_midi\native_midi_common.c
  343. # End Source File
  344. # Begin Source File
  345. SOURCE=.\native_midi\native_midi_common.h
  346. # End Source File
  347. # Begin Source File
  348. SOURCE=.\native_midi\native_midi_win32.c
  349. # End Source File
  350. # End Group
  351. # Begin Group "libmad"
  352. # PROP Default_Filter ""
  353. # Begin Source File
  354. SOURCE=.\libmad\bit.c
  355. # End Source File
  356. # Begin Source File
  357. SOURCE=.\libmad\bit.h
  358. # End Source File
  359. # Begin Source File
  360. SOURCE=.\libmad\D.dat
  361. # End Source File
  362. # Begin Source File
  363. SOURCE=.\libmad\decoder.c
  364. # End Source File
  365. # Begin Source File
  366. SOURCE=.\libmad\decoder.h
  367. # End Source File
  368. # Begin Source File
  369. SOURCE=.\libmad\fixed.c
  370. # End Source File
  371. # Begin Source File
  372. SOURCE=.\libmad\fixed.h
  373. # End Source File
  374. # Begin Source File
  375. SOURCE=.\libmad\frame.c
  376. # End Source File
  377. # Begin Source File
  378. SOURCE=.\libmad\frame.h
  379. # End Source File
  380. # Begin Source File
  381. SOURCE=.\libmad\huffman.c
  382. # End Source File
  383. # Begin Source File
  384. SOURCE=.\libmad\huffman.h
  385. # End Source File
  386. # Begin Source File
  387. SOURCE=.\libmad\imdct_s.dat
  388. # End Source File
  389. # Begin Source File
  390. SOURCE=.\libmad\layer12.c
  391. # End Source File
  392. # Begin Source File
  393. SOURCE=.\libmad\layer12.h
  394. # End Source File
  395. # Begin Source File
  396. SOURCE=.\libmad\layer3.c
  397. # End Source File
  398. # Begin Source File
  399. SOURCE=.\libmad\layer3.h
  400. # End Source File
  401. # Begin Source File
  402. SOURCE=.\libmad\libmad_config.h
  403. # End Source File
  404. # Begin Source File
  405. SOURCE=.\libmad\libmad_global.h
  406. # End Source File
  407. # Begin Source File
  408. SOURCE=.\libmad\mad.h
  409. # End Source File
  410. # Begin Source File
  411. SOURCE=.\libmad\music_mad.c
  412. # End Source File
  413. # Begin Source File
  414. SOURCE=.\libmad\music_mad.h
  415. # End Source File
  416. # Begin Source File
  417. SOURCE=.\libmad\qc_table.dat
  418. # End Source File
  419. # Begin Source File
  420. SOURCE=.\libmad\rq_table.dat
  421. # End Source File
  422. # Begin Source File
  423. SOURCE=.\libmad\sf_table.dat
  424. # End Source File
  425. # Begin Source File
  426. SOURCE=.\libmad\stream.c
  427. # End Source File
  428. # Begin Source File
  429. SOURCE=.\libmad\stream.h
  430. # End Source File
  431. # Begin Source File
  432. SOURCE=.\libmad\synth.c
  433. # End Source File
  434. # Begin Source File
  435. SOURCE=.\libmad\synth.h
  436. # End Source File
  437. # Begin Source File
  438. SOURCE=.\libmad\timer.c
  439. # End Source File
  440. # Begin Source File
  441. SOURCE=.\libmad\timer.h
  442. # End Source File
  443. # End Group
  444. # End Target
  445. # End Project