wwlib.dsp 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952
  1. # Microsoft Developer Studio Project File - Name="wwlib" - Package Owner=<4>
  2. # Microsoft Developer Studio Generated Build File, Format Version 6.00
  3. # ** DO NOT EDIT **
  4. # TARGTYPE "Win32 (x86) Static Library" 0x0104
  5. CFG=wwlib - Win32 DebugW3D
  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 "wwlib.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 "wwlib.mak" CFG="wwlib - Win32 DebugW3D"
  15. !MESSAGE
  16. !MESSAGE Possible choices for configuration are:
  17. !MESSAGE
  18. !MESSAGE "wwlib - Win32 Release" (based on "Win32 (x86) Static Library")
  19. !MESSAGE "wwlib - Win32 Debug" (based on "Win32 (x86) Static Library")
  20. !MESSAGE "wwlib - Win32 Profile" (based on "Win32 (x86) Static Library")
  21. !MESSAGE "wwlib - Win32 Internal" (based on "Win32 (x86) Static Library")
  22. !MESSAGE "wwlib - Win32 DebugW3D" (based on "Win32 (x86) Static Library")
  23. !MESSAGE
  24. # Begin Project
  25. # PROP AllowPerConfigDependencies 0
  26. # PROP Scc_ProjName ""$/Commando/Code/wwlib", KOGAAAAA"
  27. # PROP Scc_LocalPath "."
  28. CPP=cl.exe
  29. RSC=rc.exe
  30. !IF "$(CFG)" == "wwlib - Win32 Release"
  31. # PROP BASE Use_MFC 0
  32. # PROP BASE Use_Debug_Libraries 0
  33. # PROP BASE Output_Dir "Release"
  34. # PROP BASE Intermediate_Dir "Release"
  35. # PROP BASE Target_Dir ""
  36. # PROP Use_MFC 0
  37. # PROP Use_Debug_Libraries 0
  38. # PROP Output_Dir "Release"
  39. # PROP Intermediate_Dir "Release"
  40. # PROP Target_Dir ""
  41. # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c
  42. # ADD CPP /nologo /G6 /MD /W3 /WX /Gi /GX /O2 /Ob2 /I "..\wwdebug" /D WINVER=0x400 /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /D "REGEX_MALLOC" /D "STDC_HEADERS" /D "NDEBUG" /D "WIN32" /D "IG_DEBUG_STACKTRACE" /YX /FD /c
  43. # SUBTRACT CPP /Fr
  44. # ADD BASE RSC /l 0x409
  45. # ADD RSC /l 0x409
  46. BSC32=bscmake.exe
  47. # ADD BASE BSC32 /nologo
  48. # ADD BSC32 /nologo
  49. LIB32=link.exe -lib
  50. # ADD BASE LIB32 /nologo
  51. # ADD LIB32 /nologo /out:"..\..\..\Lib\WWLib.lib"
  52. !ELSEIF "$(CFG)" == "wwlib - 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 Target_Dir ""
  63. # ADD BASE CPP /nologo /W3 /GX /Z7 /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c
  64. # ADD CPP /nologo /G6 /MDd /W3 /WX /Gi /GX /Zi /O2 /Ob2 /I "..\wwdebug" /D "_DEBUG" /D WINVER=0x400 /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /D "WIN32" /D "REGEX_MALLOC" /D "STDC_HEADERS" /YX /FD /c
  65. # SUBTRACT CPP /Fr
  66. # ADD BASE RSC /l 0x409
  67. # ADD RSC /l 0x409
  68. BSC32=bscmake.exe
  69. # ADD BASE BSC32 /nologo
  70. # ADD BSC32 /nologo
  71. LIB32=link.exe -lib
  72. # ADD BASE LIB32 /nologo
  73. # ADD LIB32 /nologo /out:"..\..\..\Lib\WWLibdebug.lib"
  74. !ELSEIF "$(CFG)" == "wwlib - Win32 Profile"
  75. # PROP BASE Use_MFC 0
  76. # PROP BASE Use_Debug_Libraries 0
  77. # PROP BASE Output_Dir "wwlib___"
  78. # PROP BASE Intermediate_Dir "wwlib___"
  79. # PROP BASE Target_Dir ""
  80. # PROP Use_MFC 0
  81. # PROP Use_Debug_Libraries 0
  82. # PROP Output_Dir "Profile"
  83. # PROP Intermediate_Dir "Profile"
  84. # PROP Target_Dir ""
  85. # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c
  86. # ADD CPP /nologo /MD /W3 /WX /GX /Zi /O2 /Op /Ob2 /I "..\wwdebug" /D "NDEBUG" /D "WWDEBUG" /D WINVER=0x400 /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /D "WIN32" /D "REGEX_MALLOC" /D "STDC_HEADERS" /D "_PROFILE" /YX /FD /Gh /c
  87. # ADD BASE RSC /l 0x409
  88. # ADD RSC /l 0x409
  89. BSC32=bscmake.exe
  90. # ADD BASE BSC32 /nologo
  91. # ADD BSC32 /nologo
  92. LIB32=link.exe -lib
  93. # ADD BASE LIB32 /nologo
  94. # ADD LIB32 /nologo /out:"..\..\..\Lib\WWLibProfile.lib"
  95. !ELSEIF "$(CFG)" == "wwlib - Win32 Internal"
  96. # PROP BASE Use_MFC 0
  97. # PROP BASE Use_Debug_Libraries 0
  98. # PROP BASE Output_Dir "Internal"
  99. # PROP BASE Intermediate_Dir "Internal"
  100. # PROP BASE Target_Dir ""
  101. # PROP Use_MFC 0
  102. # PROP Use_Debug_Libraries 0
  103. # PROP Output_Dir "Internal"
  104. # PROP Intermediate_Dir "Internal"
  105. # PROP Target_Dir ""
  106. # ADD BASE CPP /nologo /MD /W4 /Gi /GX /O2 /Ob2 /I "..\wwdebug" /D "NDEBUG" /D WINVER=0x400 /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /D "WIN32" /D "REGEX_MALLOC" /D "STDC_HEADERS" /YX /FD /c
  107. # SUBTRACT BASE CPP /Fr
  108. # ADD CPP /nologo /G6 /MD /W3 /WX /Gi /GX /Zi /O2 /I "..\wwdebug" /D "NDEBUG" /D WINVER=0x400 /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /D "WIN32" /D "REGEX_MALLOC" /D "STDC_HEADERS" /D "_INTERNAL" /YX /FD /c
  109. # SUBTRACT CPP /Fr
  110. # ADD BASE RSC /l 0x409
  111. # ADD RSC /l 0x409
  112. BSC32=bscmake.exe
  113. # ADD BASE BSC32 /nologo
  114. # ADD BSC32 /nologo
  115. LIB32=link.exe -lib
  116. # ADD BASE LIB32 /nologo /out:"..\..\..\Lib\WWLib.lib"
  117. # ADD LIB32 /nologo /out:"..\..\..\Lib\WWLibInternal.lib"
  118. !ELSEIF "$(CFG)" == "wwlib - Win32 DebugW3D"
  119. # PROP BASE Use_MFC 0
  120. # PROP BASE Use_Debug_Libraries 1
  121. # PROP BASE Output_Dir "DebugW3D"
  122. # PROP BASE Intermediate_Dir "DebugW3D"
  123. # PROP BASE Target_Dir ""
  124. # PROP Use_MFC 0
  125. # PROP Use_Debug_Libraries 1
  126. # PROP Output_Dir "DebugW3D"
  127. # PROP Intermediate_Dir "DebugW3D"
  128. # PROP Target_Dir ""
  129. # ADD BASE CPP /nologo /MDd /W3 /WX /Gm /Gi /GR /GX /ZI /Od /I "..\wwdebug" /D "_DEBUG" /D "WWDEBUG" /D WINVER=0x400 /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /D "WIN32" /D "REGEX_MALLOC" /D "STDC_HEADERS" /Fr /YX /FD /c
  130. # ADD CPP /nologo /G6 /MDd /W3 /WX /Gm /Gi /GX /ZI /Od /I "..\wwdebug" /D "_DEBUG" /D "WWDEBUG" /D WINVER=0x400 /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /D "WIN32" /D "REGEX_MALLOC" /D "STDC_HEADERS" /YX /FD /c
  131. # SUBTRACT CPP /Fr
  132. # ADD BASE RSC /l 0x409
  133. # ADD RSC /l 0x409
  134. BSC32=bscmake.exe
  135. # ADD BASE BSC32 /nologo
  136. # ADD BSC32 /nologo
  137. LIB32=link.exe -lib
  138. # ADD BASE LIB32 /nologo /out:"..\..\..\Lib\WWLibdebug.lib"
  139. # ADD LIB32 /nologo /out:"..\..\..\Lib\WWLibdebugW3D.lib"
  140. !ENDIF
  141. # Begin Target
  142. # Name "wwlib - Win32 Release"
  143. # Name "wwlib - Win32 Debug"
  144. # Name "wwlib - Win32 Profile"
  145. # Name "wwlib - Win32 Internal"
  146. # Name "wwlib - Win32 DebugW3D"
  147. # Begin Group "Source"
  148. # PROP Default_Filter "cpp"
  149. # Begin Source File
  150. SOURCE=.\_convert.cpp
  151. # End Source File
  152. # Begin Source File
  153. SOURCE=.\_mono.cpp
  154. # End Source File
  155. # Begin Source File
  156. SOURCE=.\argv.cpp
  157. # End Source File
  158. # Begin Source File
  159. SOURCE=.\b64pipe.cpp
  160. # End Source File
  161. # Begin Source File
  162. SOURCE=.\b64straw.cpp
  163. # End Source File
  164. # Begin Source File
  165. SOURCE=.\base64.cpp
  166. # End Source File
  167. # Begin Source File
  168. SOURCE=.\blit.cpp
  169. # End Source File
  170. # Begin Source File
  171. SOURCE=.\blowfish.cpp
  172. # End Source File
  173. # Begin Source File
  174. SOURCE=.\buff.cpp
  175. # End Source File
  176. # Begin Source File
  177. SOURCE=.\bufffile.cpp
  178. # End Source File
  179. # Begin Source File
  180. SOURCE=.\chunkio.cpp
  181. # End Source File
  182. # Begin Source File
  183. SOURCE=.\convert.cpp
  184. # End Source File
  185. # Begin Source File
  186. SOURCE=.\cpudetect.cpp
  187. # End Source File
  188. # Begin Source File
  189. SOURCE=.\crc.cpp
  190. # End Source File
  191. # Begin Source File
  192. SOURCE=.\cstraw.cpp
  193. # End Source File
  194. # Begin Source File
  195. SOURCE=.\data.cpp
  196. # End Source File
  197. # Begin Source File
  198. SOURCE=.\ddraw.cpp
  199. # End Source File
  200. # Begin Source File
  201. SOURCE=.\dsurface.cpp
  202. # End Source File
  203. # Begin Source File
  204. SOURCE=.\Except.cpp
  205. # End Source File
  206. # Begin Source File
  207. SOURCE=.\FastAllocator.cpp
  208. # End Source File
  209. # Begin Source File
  210. SOURCE=.\ffactory.cpp
  211. # End Source File
  212. # Begin Source File
  213. SOURCE=.\gcd_lcm.cpp
  214. # End Source File
  215. # Begin Source File
  216. SOURCE=.\hash.cpp
  217. # End Source File
  218. # Begin Source File
  219. SOURCE=.\hsv.cpp
  220. # End Source File
  221. # Begin Source File
  222. SOURCE=.\ini.cpp
  223. # End Source File
  224. # Begin Source File
  225. SOURCE=.\int.cpp
  226. # End Source File
  227. # Begin Source File
  228. SOURCE=.\jshell.cpp
  229. # End Source File
  230. # Begin Source File
  231. SOURCE=.\keyboard.cpp
  232. # End Source File
  233. # Begin Source File
  234. SOURCE=.\LaunchWeb.cpp
  235. # End Source File
  236. # Begin Source File
  237. SOURCE=.\lcw.cpp
  238. # End Source File
  239. # Begin Source File
  240. SOURCE=.\load.cpp
  241. # End Source File
  242. # Begin Source File
  243. SOURCE=.\mixfile.cpp
  244. # End Source File
  245. # Begin Source File
  246. SOURCE=.\mono.cpp
  247. # End Source File
  248. # Begin Source File
  249. SOURCE=.\mpmath.cpp
  250. # End Source File
  251. # Begin Source File
  252. SOURCE=.\mpu.cpp
  253. # End Source File
  254. # Begin Source File
  255. SOURCE=.\msgloop.cpp
  256. # End Source File
  257. # Begin Source File
  258. SOURCE=.\multilist.cpp
  259. # End Source File
  260. # Begin Source File
  261. SOURCE=.\mutex.cpp
  262. # End Source File
  263. # Begin Source File
  264. SOURCE=.\nstrdup.cpp
  265. # End Source File
  266. # Begin Source File
  267. SOURCE=.\palette.cpp
  268. # End Source File
  269. # Begin Source File
  270. SOURCE=.\pcx.cpp
  271. # End Source File
  272. # Begin Source File
  273. SOURCE=.\pipe.cpp
  274. # End Source File
  275. # Begin Source File
  276. SOURCE=.\pk.cpp
  277. # End Source File
  278. # Begin Source File
  279. SOURCE=.\ramfile.cpp
  280. # End Source File
  281. # Begin Source File
  282. SOURCE=.\random.cpp
  283. # End Source File
  284. # Begin Source File
  285. SOURCE=.\rawfile.cpp
  286. # End Source File
  287. # Begin Source File
  288. SOURCE=.\rc4.cpp
  289. # End Source File
  290. # Begin Source File
  291. SOURCE=.\rcfile.cpp
  292. # End Source File
  293. # Begin Source File
  294. SOURCE=.\readline.cpp
  295. # End Source File
  296. # Begin Source File
  297. SOURCE=.\realcrc.cpp
  298. # End Source File
  299. # Begin Source File
  300. SOURCE=.\refcount.cpp
  301. # End Source File
  302. # Begin Source File
  303. SOURCE=.\registry.cpp
  304. # End Source File
  305. # Begin Source File
  306. SOURCE=.\rgb.cpp
  307. # End Source File
  308. # Begin Source File
  309. SOURCE=.\rle.cpp
  310. # End Source File
  311. # Begin Source File
  312. SOURCE=.\rndstrng.cpp
  313. # End Source File
  314. # Begin Source File
  315. SOURCE=.\sampler.cpp
  316. # End Source File
  317. # Begin Source File
  318. SOURCE=.\sha.cpp
  319. # End Source File
  320. # Begin Source File
  321. SOURCE=.\slnode.cpp
  322. # End Source File
  323. # Begin Source File
  324. SOURCE=.\srandom.cpp
  325. # End Source File
  326. # Begin Source File
  327. SOURCE=.\stimer.cpp
  328. # End Source File
  329. # Begin Source File
  330. SOURCE=.\straw.cpp
  331. # End Source File
  332. # Begin Source File
  333. SOURCE=.\strtok_r.cpp
  334. # End Source File
  335. # Begin Source File
  336. SOURCE=.\systimer.cpp
  337. # End Source File
  338. # Begin Source File
  339. SOURCE=.\tagblock.cpp
  340. # End Source File
  341. # Begin Source File
  342. SOURCE=.\TARGA.CPP
  343. # End Source File
  344. # Begin Source File
  345. SOURCE=.\textfile.cpp
  346. # End Source File
  347. # Begin Source File
  348. SOURCE=.\tgatodxt.cpp
  349. # End Source File
  350. # Begin Source File
  351. SOURCE=.\thread.cpp
  352. # End Source File
  353. # Begin Source File
  354. SOURCE=.\trim.cpp
  355. # End Source File
  356. # Begin Source File
  357. SOURCE=.\vector.cpp
  358. # End Source File
  359. # Begin Source File
  360. SOURCE=.\verchk.cpp
  361. # End Source File
  362. # Begin Source File
  363. SOURCE=.\widestring.cpp
  364. # End Source File
  365. # Begin Source File
  366. SOURCE=.\win.cpp
  367. # End Source File
  368. # Begin Source File
  369. SOURCE=.\WWCOMUtil.cpp
  370. # End Source File
  371. # Begin Source File
  372. SOURCE=.\wwfile.cpp
  373. # End Source File
  374. # Begin Source File
  375. SOURCE=.\wwfont.cpp
  376. # End Source File
  377. # Begin Source File
  378. SOURCE=.\wwstring.cpp
  379. # End Source File
  380. # Begin Source File
  381. SOURCE=.\xpipe.cpp
  382. # End Source File
  383. # Begin Source File
  384. SOURCE=.\xstraw.cpp
  385. # End Source File
  386. # Begin Source File
  387. SOURCE=.\xsurface.cpp
  388. # End Source File
  389. # End Group
  390. # Begin Group "Headers"
  391. # PROP Default_Filter "h"
  392. # Begin Source File
  393. SOURCE=.\_mono.h
  394. # End Source File
  395. # Begin Source File
  396. SOURCE=.\always.h
  397. # End Source File
  398. # Begin Source File
  399. SOURCE=.\argv.h
  400. # End Source File
  401. # Begin Source File
  402. SOURCE=.\b64pipe.h
  403. # End Source File
  404. # Begin Source File
  405. SOURCE=.\b64straw.h
  406. # End Source File
  407. # Begin Source File
  408. SOURCE=.\base64.h
  409. # End Source File
  410. # Begin Source File
  411. SOURCE=.\binheap.h
  412. # End Source File
  413. # Begin Source File
  414. SOURCE=.\bittype.h
  415. # End Source File
  416. # Begin Source File
  417. SOURCE=.\blit.h
  418. # End Source File
  419. # Begin Source File
  420. SOURCE=.\blitter.h
  421. # End Source File
  422. # Begin Source File
  423. SOURCE=.\bool.h
  424. # End Source File
  425. # Begin Source File
  426. SOURCE=.\borlandc.h
  427. # End Source File
  428. # Begin Source File
  429. SOURCE=.\bound.h
  430. # End Source File
  431. # Begin Source File
  432. SOURCE=.\BSEARCH.H
  433. # End Source File
  434. # Begin Source File
  435. SOURCE=.\bsurface.h
  436. # End Source File
  437. # Begin Source File
  438. SOURCE=.\BUFF.H
  439. # End Source File
  440. # Begin Source File
  441. SOURCE=.\bufffile.h
  442. # End Source File
  443. # Begin Source File
  444. SOURCE=.\CallbackHook.h
  445. # End Source File
  446. # Begin Source File
  447. SOURCE=.\chunkio.h
  448. # End Source File
  449. # Begin Source File
  450. SOURCE=.\Convert.h
  451. # End Source File
  452. # Begin Source File
  453. SOURCE=.\cpudetect.h
  454. # End Source File
  455. # Begin Source File
  456. SOURCE=.\CRC.H
  457. # End Source File
  458. # Begin Source File
  459. SOURCE=.\cstraw.h
  460. # End Source File
  461. # Begin Source File
  462. SOURCE=.\data.h
  463. # End Source File
  464. # Begin Source File
  465. SOURCE=.\dsurface.h
  466. # End Source File
  467. # Begin Source File
  468. SOURCE=.\FastAllocator.h
  469. # End Source File
  470. # Begin Source File
  471. SOURCE=.\ffactory.h
  472. # End Source File
  473. # Begin Source File
  474. SOURCE=.\FONT.H
  475. # End Source File
  476. # Begin Source File
  477. SOURCE=.\gcd_lcm.h
  478. # End Source File
  479. # Begin Source File
  480. SOURCE=.\growmix.h
  481. # End Source File
  482. # Begin Source File
  483. SOURCE=.\hash.h
  484. # End Source File
  485. # Begin Source File
  486. SOURCE=.\hashcalc.h
  487. # End Source File
  488. # Begin Source File
  489. SOURCE=.\HASHLIST.H
  490. # End Source File
  491. # Begin Source File
  492. SOURCE=.\hashtemplate.h
  493. # End Source File
  494. # Begin Source File
  495. SOURCE=.\IFF.H
  496. # End Source File
  497. # Begin Source File
  498. SOURCE=.\INDEX.H
  499. # End Source File
  500. # Begin Source File
  501. SOURCE=.\INI.H
  502. # End Source File
  503. # Begin Source File
  504. SOURCE=.\inisup.h
  505. # End Source File
  506. # Begin Source File
  507. SOURCE=.\INT.H
  508. # End Source File
  509. # Begin Source File
  510. SOURCE=.\iostruct.h
  511. # End Source File
  512. # Begin Source File
  513. SOURCE=.\keyboard.h
  514. # End Source File
  515. # Begin Source File
  516. SOURCE=.\LaunchWeb.h
  517. # End Source File
  518. # Begin Source File
  519. SOURCE=.\LCW.H
  520. # End Source File
  521. # Begin Source File
  522. SOURCE=.\LISTNODE.H
  523. # End Source File
  524. # Begin Source File
  525. SOURCE=.\mempool.h
  526. # End Source File
  527. # Begin Source File
  528. SOURCE=.\mixfile.h
  529. # End Source File
  530. # Begin Source File
  531. SOURCE=.\MONO.H
  532. # End Source File
  533. # Begin Source File
  534. SOURCE=.\MONODRVR.H
  535. # End Source File
  536. # Begin Source File
  537. SOURCE=.\MPMATH.H
  538. # End Source File
  539. # Begin Source File
  540. SOURCE=.\MPU.H
  541. # End Source File
  542. # Begin Source File
  543. SOURCE=.\msgloop.h
  544. # End Source File
  545. # Begin Source File
  546. SOURCE=.\multilist.h
  547. # End Source File
  548. # Begin Source File
  549. SOURCE=.\mutex.h
  550. # End Source File
  551. # Begin Source File
  552. SOURCE=.\notifier.h
  553. # End Source File
  554. # Begin Source File
  555. SOURCE=.\nstrdup.h
  556. # End Source File
  557. # Begin Source File
  558. SOURCE=.\ntree.h
  559. # End Source File
  560. # Begin Source File
  561. SOURCE=.\PALETTE.H
  562. # End Source File
  563. # Begin Source File
  564. SOURCE=.\pcx.H
  565. # End Source File
  566. # Begin Source File
  567. SOURCE=.\PIPE.H
  568. # End Source File
  569. # Begin Source File
  570. SOURCE=.\PK.H
  571. # End Source File
  572. # Begin Source File
  573. SOURCE=.\Point.h
  574. # End Source File
  575. # Begin Source File
  576. SOURCE=.\RAMFILE.H
  577. # End Source File
  578. # Begin Source File
  579. SOURCE=.\RANDOM.H
  580. # End Source File
  581. # Begin Source File
  582. SOURCE=.\RAWFILE.H
  583. # End Source File
  584. # Begin Source File
  585. SOURCE=.\rc4.h
  586. # End Source File
  587. # Begin Source File
  588. SOURCE=.\rcfile.h
  589. # End Source File
  590. # Begin Source File
  591. SOURCE=.\readline.h
  592. # End Source File
  593. # Begin Source File
  594. SOURCE=.\realcrc.h
  595. # End Source File
  596. # Begin Source File
  597. SOURCE=.\ref_ptr.h
  598. # End Source File
  599. # Begin Source File
  600. SOURCE=.\refcount.h
  601. # End Source File
  602. # Begin Source File
  603. SOURCE=.\registry.h
  604. # End Source File
  605. # Begin Source File
  606. SOURCE=.\RGB.H
  607. # End Source File
  608. # Begin Source File
  609. SOURCE=.\RLE.H
  610. # End Source File
  611. # Begin Source File
  612. SOURCE=.\RNDSTRAW.H
  613. # End Source File
  614. # Begin Source File
  615. SOURCE=.\rndstrng.h
  616. # End Source File
  617. # Begin Source File
  618. SOURCE=.\rng.h
  619. # End Source File
  620. # Begin Source File
  621. SOURCE=.\rsacrypt.h
  622. # End Source File
  623. # Begin Source File
  624. SOURCE=.\sampler.h
  625. # End Source File
  626. # Begin Source File
  627. SOURCE=.\sha.h
  628. # End Source File
  629. # Begin Source File
  630. SOURCE=.\shapeset.h
  631. # End Source File
  632. # Begin Source File
  633. SOURCE=.\sharebuf.h
  634. # End Source File
  635. # Begin Source File
  636. SOURCE=.\Signaler.h
  637. # End Source File
  638. # Begin Source File
  639. SOURCE=.\simplevec.h
  640. # End Source File
  641. # Begin Source File
  642. SOURCE=.\SLIST.H
  643. # End Source File
  644. # Begin Source File
  645. SOURCE=.\SLNODE.H
  646. # End Source File
  647. # Begin Source File
  648. SOURCE=.\srandom.h
  649. # End Source File
  650. # Begin Source File
  651. SOURCE=.\stl.h
  652. # End Source File
  653. # Begin Source File
  654. SOURCE=.\STRAW.H
  655. # End Source File
  656. # Begin Source File
  657. SOURCE=.\strtok_r.h
  658. # End Source File
  659. # Begin Source File
  660. SOURCE=.\Surface.h
  661. # End Source File
  662. # Begin Source File
  663. SOURCE=.\surfrect.h
  664. # End Source File
  665. # Begin Source File
  666. SOURCE=.\systimer.h
  667. # End Source File
  668. # Begin Source File
  669. SOURCE=.\TagBlock.h
  670. # End Source File
  671. # Begin Source File
  672. SOURCE=.\TARGA.H
  673. # End Source File
  674. # Begin Source File
  675. SOURCE=.\textfile.h
  676. # End Source File
  677. # Begin Source File
  678. SOURCE=.\tgatodxt.h
  679. # End Source File
  680. # Begin Source File
  681. SOURCE=.\thread.h
  682. # End Source File
  683. # Begin Source File
  684. SOURCE=.\timer.h
  685. # End Source File
  686. # Begin Source File
  687. SOURCE=.\trackwin.h
  688. # End Source File
  689. # Begin Source File
  690. SOURCE=.\trect.h
  691. # End Source File
  692. # Begin Source File
  693. SOURCE=.\trim.h
  694. # End Source File
  695. # Begin Source File
  696. SOURCE=.\uarray.h
  697. # End Source File
  698. # Begin Source File
  699. SOURCE=.\Vector.H
  700. # End Source File
  701. # Begin Source File
  702. SOURCE=.\verchk.h
  703. # End Source File
  704. # Begin Source File
  705. SOURCE=.\visualc.h
  706. # End Source File
  707. # Begin Source File
  708. SOURCE=.\WATCOM.H
  709. # End Source File
  710. # Begin Source File
  711. SOURCE=.\widestring.h
  712. # End Source File
  713. # Begin Source File
  714. SOURCE=.\win.h
  715. # End Source File
  716. # Begin Source File
  717. SOURCE=.\WWCOMUtil.h
  718. # End Source File
  719. # Begin Source File
  720. SOURCE=.\WWFILE.H
  721. # End Source File
  722. # Begin Source File
  723. SOURCE=.\wwstring.h
  724. # End Source File
  725. # Begin Source File
  726. SOURCE=.\xmouse.h
  727. # End Source File
  728. # Begin Source File
  729. SOURCE=.\XPIPE.H
  730. # End Source File
  731. # Begin Source File
  732. SOURCE=.\XSTRAW.H
  733. # End Source File
  734. # Begin Source File
  735. SOURCE=.\xsurface.h
  736. # End Source File
  737. # End Group
  738. # End Target
  739. # End Project