MMage.dsp 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620
  1. # Microsoft Developer Studio Project File - Name="MMage" - Package Owner=<4>
  2. # Microsoft Developer Studio Generated Build File, Format Version 6.00
  3. # ** 編集しないでください **
  4. # TARGTYPE "Win32 (x86) Application" 0x0101
  5. CFG=MMage - Win32 Debug
  6. !MESSAGE これは有効なメイクファイルではありません。 このプロジェクトをビルドするためには NMAKE を使用してください。
  7. !MESSAGE [メイクファイルのエクスポート] コマンドを使用して実行してください
  8. !MESSAGE
  9. !MESSAGE NMAKE /f "MMage.mak".
  10. !MESSAGE
  11. !MESSAGE NMAKE の実行時に構成を指定できます
  12. !MESSAGE コマンド ライン上でマクロの設定を定義します。例:
  13. !MESSAGE
  14. !MESSAGE NMAKE /f "MMage.mak" CFG="MMage - Win32 Debug"
  15. !MESSAGE
  16. !MESSAGE 選択可能なビルド モード:
  17. !MESSAGE
  18. !MESSAGE "MMage - Win32 Release" ("Win32 (x86) Application" 用)
  19. !MESSAGE "MMage - Win32 Debug" ("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)" == "MMage - 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 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /FR /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 0x411 /d "NDEBUG"
  45. # ADD RSC /l 0x411 /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 comdlg32.lib shell32.lib comctl32.lib ole32.lib winmm.lib dxguid.lib dinput.lib /nologo /subsystem:windows /machine:I386
  52. !ELSEIF "$(CFG)" == "MMage - 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 Ignore_Export_Lib 0
  63. # PROP Target_Dir ""
  64. # ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /YX /FD /GZ /c
  65. # ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /FR /YX /FD /GZ /c
  66. # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
  67. # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
  68. # ADD BASE RSC /l 0x411 /d "_DEBUG"
  69. # ADD RSC /l 0x411 /d "_DEBUG"
  70. BSC32=bscmake.exe
  71. # ADD BASE BSC32 /nologo
  72. # ADD BSC32 /nologo
  73. LINK32=link.exe
  74. # 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
  75. # ADD LINK32 kernel32.lib user32.lib gdi32.lib comdlg32.lib shell32.lib comctl32.lib ole32.lib winmm.lib dxguid.lib dinput.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept
  76. # SUBTRACT LINK32 /pdb:none
  77. !ENDIF
  78. # Begin Target
  79. # Name "MMage - Win32 Release"
  80. # Name "MMage - Win32 Debug"
  81. # Begin Group "wonx"
  82. # PROP Default_Filter ""
  83. # Begin Group "wonx_include"
  84. # PROP Default_Filter ""
  85. # Begin Source File
  86. SOURCE=.\wonx\wonx_include\bank.h
  87. # End Source File
  88. # Begin Source File
  89. SOURCE=.\wonx\wonx_include\bios.h
  90. # End Source File
  91. # Begin Source File
  92. SOURCE=.\wonx\wonx_include\comm.h
  93. # End Source File
  94. # Begin Source File
  95. SOURCE=.\wonx\wonx_include\disp.h
  96. # End Source File
  97. # Begin Source File
  98. SOURCE=.\wonx\wonx_include\key.h
  99. # End Source File
  100. # Begin Source File
  101. SOURCE=.\wonx\wonx_include\service.h
  102. # End Source File
  103. # Begin Source File
  104. SOURCE=.\wonx\wonx_include\sound.h
  105. # End Source File
  106. # Begin Source File
  107. SOURCE=.\wonx\wonx_include\system.h
  108. # End Source File
  109. # Begin Source File
  110. SOURCE=.\wonx\wonx_include\system_configure.h
  111. # End Source File
  112. # Begin Source File
  113. SOURCE=.\wonx\wonx_include\text.h
  114. # End Source File
  115. # Begin Source File
  116. SOURCE=.\wonx\wonx_include\timer.h
  117. # End Source File
  118. # Begin Source File
  119. SOURCE=.\wonx\wonx_include\types.h
  120. # End Source File
  121. # End Group
  122. # Begin Source File
  123. SOURCE=.\wonx\bank.c
  124. # End Source File
  125. # Begin Source File
  126. SOURCE=.\wonx\comm.c
  127. # End Source File
  128. # Begin Source File
  129. SOURCE=.\wonx\disp.c
  130. # End Source File
  131. # Begin Source File
  132. SOURCE=.\wonx\etc.c
  133. # End Source File
  134. # Begin Source File
  135. SOURCE=.\wonx\etc.h
  136. # End Source File
  137. # Begin Source File
  138. SOURCE=.\wonx\key.c
  139. # End Source File
  140. # Begin Source File
  141. SOURCE=.\wonx\sound.c
  142. # End Source File
  143. # Begin Source File
  144. SOURCE=.\wonx\system.c
  145. # End Source File
  146. # Begin Source File
  147. SOURCE=.\wonx\text.c
  148. # End Source File
  149. # Begin Source File
  150. SOURCE=.\wonx\timer.c
  151. # End Source File
  152. # Begin Source File
  153. SOURCE=.\wonx\UNIXTimer.c
  154. # End Source File
  155. # Begin Source File
  156. SOURCE=.\wonx\UNIXTimer.h
  157. # End Source File
  158. # Begin Source File
  159. SOURCE=.\wonx\UNIXTimerP.h
  160. # End Source File
  161. # Begin Source File
  162. SOURCE=.\wonx\WonX.c
  163. # End Source File
  164. # Begin Source File
  165. SOURCE=.\wonx\WonX.h
  166. # End Source File
  167. # Begin Source File
  168. SOURCE=.\wonx\wonx_configure.h
  169. # End Source File
  170. # Begin Source File
  171. SOURCE=.\wonx\WonXDisplay.c
  172. # End Source File
  173. # Begin Source File
  174. SOURCE=.\wonx\WonXDisplay.h
  175. # End Source File
  176. # Begin Source File
  177. SOURCE=.\wonx\WonXDisplayP.h
  178. # End Source File
  179. # Begin Source File
  180. SOURCE=.\wonx\WonXP.h
  181. # End Source File
  182. # Begin Source File
  183. SOURCE=.\wonx\WonXSerialPort.c
  184. # End Source File
  185. # Begin Source File
  186. SOURCE=.\wonx\WonXSerialPort.h
  187. # End Source File
  188. # Begin Source File
  189. SOURCE=.\wonx\WonXSerialPortP.h
  190. # End Source File
  191. # Begin Source File
  192. SOURCE=.\wonx\WonXSystem.c
  193. # End Source File
  194. # Begin Source File
  195. SOURCE=.\wonx\WonXSystem.h
  196. # End Source File
  197. # Begin Source File
  198. SOURCE=.\wonx\WonXSystemP.h
  199. # End Source File
  200. # Begin Source File
  201. SOURCE=.\wonx\WonXText.c
  202. # End Source File
  203. # Begin Source File
  204. SOURCE=.\wonx\WonXText.h
  205. # End Source File
  206. # Begin Source File
  207. SOURCE=.\wonx\WonXTextP.h
  208. # End Source File
  209. # Begin Source File
  210. SOURCE=.\wonx\WWCharacter.c
  211. # End Source File
  212. # Begin Source File
  213. SOURCE=.\wonx\WWCharacter.h
  214. # End Source File
  215. # Begin Source File
  216. SOURCE=.\wonx\WWCharacterP.h
  217. # End Source File
  218. # Begin Source File
  219. SOURCE=.\wonx\WWColorMap.c
  220. # End Source File
  221. # Begin Source File
  222. SOURCE=.\wonx\WWColorMap.h
  223. # End Source File
  224. # Begin Source File
  225. SOURCE=.\wonx\WWColorMapP.h
  226. # End Source File
  227. # Begin Source File
  228. SOURCE=.\wonx\WWDisplay.c
  229. # End Source File
  230. # Begin Source File
  231. SOURCE=.\wonx\WWDisplay.h
  232. # End Source File
  233. # Begin Source File
  234. SOURCE=.\wonx\WWDisplayP.h
  235. # End Source File
  236. # Begin Source File
  237. SOURCE=.\wonx\WWInterrupt.c
  238. # End Source File
  239. # Begin Source File
  240. SOURCE=.\wonx\WWInterrupt.h
  241. # End Source File
  242. # Begin Source File
  243. SOURCE=.\wonx\WWInterruptP.h
  244. # End Source File
  245. # Begin Source File
  246. SOURCE=.\wonx\WWLCDPanel.c
  247. # End Source File
  248. # Begin Source File
  249. SOURCE=.\wonx\WWLCDPanel.h
  250. # End Source File
  251. # Begin Source File
  252. SOURCE=.\wonx\WWLCDPanelP.h
  253. # End Source File
  254. # Begin Source File
  255. SOURCE=.\wonx\WWPalette.c
  256. # End Source File
  257. # Begin Source File
  258. SOURCE=.\wonx\WWPalette.h
  259. # End Source File
  260. # Begin Source File
  261. SOURCE=.\wonx\WWPaletteP.h
  262. # End Source File
  263. # Begin Source File
  264. SOURCE=.\wonx\WWScreen.c
  265. # End Source File
  266. # Begin Source File
  267. SOURCE=.\wonx\WWScreen.h
  268. # End Source File
  269. # Begin Source File
  270. SOURCE=.\wonx\WWScreenP.h
  271. # End Source File
  272. # Begin Source File
  273. SOURCE=.\wonx\WWSerialPort.c
  274. # End Source File
  275. # Begin Source File
  276. SOURCE=.\wonx\WWSerialPort.h
  277. # End Source File
  278. # Begin Source File
  279. SOURCE=.\wonx\WWSerialPortP.h
  280. # End Source File
  281. # Begin Source File
  282. SOURCE=.\wonx\WWSprite.c
  283. # End Source File
  284. # Begin Source File
  285. SOURCE=.\wonx\WWSprite.h
  286. # End Source File
  287. # Begin Source File
  288. SOURCE=.\wonx\WWSpriteP.h
  289. # End Source File
  290. # Begin Source File
  291. SOURCE=.\wonx\WWText.c
  292. # End Source File
  293. # Begin Source File
  294. SOURCE=.\wonx\WWText.h
  295. # End Source File
  296. # Begin Source File
  297. SOURCE=.\wonx\WWTextFonts.c
  298. # End Source File
  299. # Begin Source File
  300. SOURCE=.\wonx\WWTextP.h
  301. # End Source File
  302. # Begin Source File
  303. SOURCE=.\wonx\WWTimer.c
  304. # End Source File
  305. # Begin Source File
  306. SOURCE=.\wonx\WWTimer.h
  307. # End Source File
  308. # Begin Source File
  309. SOURCE=.\wonx\WWTimerP.h
  310. # End Source File
  311. # Begin Source File
  312. SOURCE=.\wonx\XDisplay.c
  313. # End Source File
  314. # Begin Source File
  315. SOURCE=.\wonx\XDisplay.h
  316. # End Source File
  317. # Begin Source File
  318. SOURCE=.\wonx\XDisplayP.h
  319. # End Source File
  320. # End Group
  321. # Begin Group "cpu"
  322. # PROP Default_Filter ""
  323. # Begin Source File
  324. SOURCE=.\cpu\cpu.c
  325. # End Source File
  326. # Begin Source File
  327. SOURCE=.\cpu\cpu.h
  328. # End Source File
  329. # Begin Source File
  330. SOURCE=.\cpu\global.h
  331. # End Source File
  332. # Begin Source File
  333. SOURCE=.\cpu\hardware.c
  334. # End Source File
  335. # Begin Source File
  336. SOURCE=.\cpu\hardware.h
  337. # End Source File
  338. # Begin Source File
  339. SOURCE=.\cpu\i186.h
  340. # End Source File
  341. # Begin Source File
  342. SOURCE=.\cpu\instr.h
  343. # End Source File
  344. # Begin Source File
  345. SOURCE=.\cpu\mytypes.h
  346. # End Source File
  347. # End Group
  348. # Begin Group "resource"
  349. # PROP Default_Filter ""
  350. # Begin Source File
  351. SOURCE=.\resource\aux1.ico
  352. # End Source File
  353. # Begin Source File
  354. SOURCE=.\resource\aux1off.ico
  355. # End Source File
  356. # Begin Source File
  357. SOURCE=.\resource\aux2.ico
  358. # End Source File
  359. # Begin Source File
  360. SOURCE=.\resource\aux2off.ico
  361. # End Source File
  362. # Begin Source File
  363. SOURCE=.\resource\aux3.ico
  364. # End Source File
  365. # Begin Source File
  366. SOURCE=.\resource\aux3off.ico
  367. # End Source File
  368. # Begin Source File
  369. SOURCE=.\resource\aux4.ico
  370. # End Source File
  371. # Begin Source File
  372. SOURCE=.\resource\horizontal.ico
  373. # End Source File
  374. # Begin Source File
  375. SOURCE=.\resource\horizontaloff.ico
  376. # End Source File
  377. # Begin Source File
  378. SOURCE=.\resource\license.bin
  379. # End Source File
  380. # Begin Source File
  381. SOURCE=.\resource\MMAGE.ICO
  382. # End Source File
  383. # Begin Source File
  384. SOURCE=.\resource\MMage.rc
  385. # End Source File
  386. # Begin Source File
  387. SOURCE=.\resource\resource.h
  388. # End Source File
  389. # Begin Source File
  390. SOURCE=.\resource\sleep.ico
  391. # End Source File
  392. # Begin Source File
  393. SOURCE=.\resource\sleepoff.ico
  394. # End Source File
  395. # Begin Source File
  396. SOURCE=.\resource\SMALL.ICO
  397. # End Source File
  398. # Begin Source File
  399. SOURCE=.\resource\title.bmp
  400. # End Source File
  401. # Begin Source File
  402. SOURCE=.\resource\vertical.ico
  403. # End Source File
  404. # Begin Source File
  405. SOURCE=.\resource\verticaloff.ico
  406. # End Source File
  407. # End Group
  408. # Begin Group "mmage"
  409. # PROP Default_Filter ""
  410. # Begin Source File
  411. SOURCE=.\mmage\mmage.cpp
  412. # End Source File
  413. # Begin Source File
  414. SOURCE=.\mmage\mmage.h
  415. # End Source File
  416. # Begin Source File
  417. SOURCE=.\mmage\preference.cpp
  418. # End Source File
  419. # Begin Source File
  420. SOURCE=.\mmage\preference.h
  421. # End Source File
  422. # Begin Source File
  423. SOURCE=.\mmage\UNIXcompat.cpp
  424. # End Source File
  425. # End Group
  426. # Begin Group "mmvm"
  427. # PROP Default_Filter ""
  428. # Begin Source File
  429. SOURCE=.\mmvm\dispbios.cpp
  430. # End Source File
  431. # Begin Source File
  432. SOURCE=.\mmvm\filesys.cpp
  433. # End Source File
  434. # Begin Source File
  435. SOURCE=.\mmvm\filesys.h
  436. # End Source File
  437. # Begin Source File
  438. SOURCE=.\mmvm\kanjifont.cpp
  439. # End Source File
  440. # Begin Source File
  441. SOURCE=.\mmvm\kanjifont.h
  442. # End Source File
  443. # Begin Source File
  444. SOURCE=.\mmvm\keybios.cpp
  445. # End Source File
  446. # Begin Source File
  447. SOURCE=.\mmvm\mmvm.cpp
  448. # End Source File
  449. # Begin Source File
  450. SOURCE=.\mmvm\mmvm.h
  451. # End Source File
  452. # Begin Source File
  453. SOURCE=.\mmvm\systembios.cpp
  454. # End Source File
  455. # Begin Source File
  456. SOURCE=.\mmvm\textbios.cpp
  457. # End Source File
  458. # Begin Source File
  459. SOURCE=.\mmvm\timerbios.cpp
  460. # End Source File
  461. # Begin Source File
  462. SOURCE=.\mmvm\wwbios.cpp
  463. # End Source File
  464. # Begin Source File
  465. SOURCE=.\mmvm\wwbios.h
  466. # End Source File
  467. # Begin Source File
  468. SOURCE=.\mmvm\wwstruct.h
  469. # End Source File
  470. # End Group
  471. # Begin Source File
  472. SOURCE=.\HISTORY.txt
  473. # End Source File
  474. # Begin Source File
  475. SOURCE=.\Readme.txt
  476. # End Source File
  477. # End Target
  478. # End Project