pluglib.dsp 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614
  1. # Microsoft Developer Studio Project File - Name="pluglib" - 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=pluglib - 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 "pluglib.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 "pluglib.mak" CFG="pluglib - Win32 Release"
  15. !MESSAGE
  16. !MESSAGE Possible choices for configuration are:
  17. !MESSAGE
  18. !MESSAGE "pluglib - Win32 Release" (based on "Win32 (x86) Static Library")
  19. !MESSAGE "pluglib - Win32 Debug" (based on "Win32 (x86) Static Library")
  20. !MESSAGE "pluglib - Win32 Hybrid" (based on "Win32 (x86) Static Library")
  21. !MESSAGE
  22. # Begin Project
  23. # PROP AllowPerConfigDependencies 0
  24. # PROP Scc_ProjName ""$/Commando/Code/Tools/pluglib", TSJAAAAA"
  25. # PROP Scc_LocalPath "."
  26. CPP=cl.exe
  27. RSC=rc.exe
  28. !IF "$(CFG)" == "pluglib - 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 Target_Dir ""
  39. # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /c
  40. # ADD CPP /nologo /MD /W3 /GX /O2 /I "D:\3dsmax4\maxsdk\Include" /I "D:\3dsmax4\maxsdk\Include\Maxscrpt" /D "NDEBUG" /D "_WINDOWS" /D "WIN32" /YX /c
  41. # ADD BASE RSC /l 0x409
  42. # ADD RSC /l 0x409
  43. BSC32=bscmake.exe
  44. # ADD BASE BSC32 /nologo
  45. # ADD BSC32 /nologo
  46. LIB32=link.exe -lib
  47. # ADD BASE LIB32 /nologo
  48. # ADD LIB32 /nologo
  49. !ELSEIF "$(CFG)" == "pluglib - Win32 Debug"
  50. # PROP BASE Use_MFC 0
  51. # PROP BASE Use_Debug_Libraries 1
  52. # PROP BASE Output_Dir ".\Debug"
  53. # PROP BASE Intermediate_Dir ".\Debug"
  54. # PROP BASE Target_Dir ""
  55. # PROP Use_MFC 0
  56. # PROP Use_Debug_Libraries 1
  57. # PROP Output_Dir ".\Debug"
  58. # PROP Intermediate_Dir ".\Debug"
  59. # PROP Target_Dir ""
  60. # ADD BASE CPP /nologo /W3 /GX /Z7 /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /c
  61. # ADD CPP /nologo /MDd /W3 /GX /Z7 /Od /D "_DEBUG" /D "_WINDOWS" /YX /FD WIN32" /c
  62. # ADD BASE RSC /l 0x409
  63. # ADD RSC /l 0x409
  64. BSC32=bscmake.exe
  65. # ADD BASE BSC32 /nologo
  66. # ADD BSC32 /nologo
  67. LIB32=link.exe -lib
  68. # ADD BASE LIB32 /nologo
  69. # ADD LIB32 /nologo /out:".\Debug\pluglibd.lib"
  70. !ELSEIF "$(CFG)" == "pluglib - Win32 Hybrid"
  71. # PROP BASE Use_MFC 0
  72. # PROP BASE Use_Debug_Libraries 0
  73. # PROP BASE Output_Dir "pluglib_"
  74. # PROP BASE Intermediate_Dir "pluglib_"
  75. # PROP BASE Target_Dir ""
  76. # PROP Use_MFC 0
  77. # PROP Use_Debug_Libraries 0
  78. # PROP Output_Dir "Hybrid"
  79. # PROP Intermediate_Dir "Hybrid"
  80. # PROP Target_Dir ""
  81. # ADD BASE CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c
  82. # ADD CPP /nologo /MD /W3 /GX /Z7 /Od /I "D:\3dsmax4\maxsdk\Include" /I "D:\3dsmax4\maxsdk\Include\Maxscrpt" /D "WIN32" /D "_WINDOWS" /YX /FD /c
  83. # ADD BASE RSC /l 0x409
  84. # ADD RSC /l 0x409
  85. BSC32=bscmake.exe
  86. # ADD BASE BSC32 /nologo
  87. # ADD BSC32 /nologo
  88. LIB32=link.exe -lib
  89. # ADD BASE LIB32 /nologo /out:".\Lib\pluglib.lib"
  90. # ADD LIB32 /nologo /out:".\Hybrid\pluglib.lib"
  91. !ENDIF
  92. # Begin Target
  93. # Name "pluglib - Win32 Release"
  94. # Name "pluglib - Win32 Debug"
  95. # Name "pluglib - Win32 Hybrid"
  96. # Begin Group "Source Files"
  97. # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;hpj;bat;for;f90"
  98. # Begin Source File
  99. SOURCE=.\chunkio.cpp
  100. DEP_CPP_CHUNK=\
  101. ".\always.h"\
  102. ".\bittype.h"\
  103. ".\bool.h"\
  104. ".\borlandc.h"\
  105. ".\chunkio.h"\
  106. ".\iostruct.h"\
  107. ".\visualc.h"\
  108. ".\watcom.h"\
  109. ".\wwfile.h"\
  110. NODEP_CPP_CHUNK=\
  111. ".\osdep.h"\
  112. !IF "$(CFG)" == "pluglib - Win32 Release"
  113. !ELSEIF "$(CFG)" == "pluglib - Win32 Debug"
  114. !ELSEIF "$(CFG)" == "pluglib - Win32 Hybrid"
  115. !ENDIF
  116. # End Source File
  117. # Begin Source File
  118. SOURCE=.\EULER.CPP
  119. DEP_CPP_EULER=\
  120. ".\EULER.H"\
  121. !IF "$(CFG)" == "pluglib - Win32 Release"
  122. !ELSEIF "$(CFG)" == "pluglib - Win32 Debug"
  123. !ELSEIF "$(CFG)" == "pluglib - Win32 Hybrid"
  124. !ENDIF
  125. # End Source File
  126. # Begin Source File
  127. SOURCE=.\HSV.CPP
  128. DEP_CPP_HSV_C=\
  129. ".\always.h"\
  130. ".\bool.h"\
  131. ".\borlandc.h"\
  132. ".\hsv.h"\
  133. ".\rgb.h"\
  134. ".\visualc.h"\
  135. ".\watcom.h"\
  136. !IF "$(CFG)" == "pluglib - Win32 Release"
  137. !ELSEIF "$(CFG)" == "pluglib - Win32 Debug"
  138. !ELSEIF "$(CFG)" == "pluglib - Win32 Hybrid"
  139. !ENDIF
  140. # End Source File
  141. # Begin Source File
  142. SOURCE=.\JShell.CPP
  143. DEP_CPP_JSHEL=\
  144. ".\always.h"\
  145. ".\bool.h"\
  146. ".\borlandc.h"\
  147. ".\visualc.h"\
  148. ".\watcom.h"\
  149. !IF "$(CFG)" == "pluglib - Win32 Release"
  150. !ELSEIF "$(CFG)" == "pluglib - Win32 Debug"
  151. !ELSEIF "$(CFG)" == "pluglib - Win32 Hybrid"
  152. !ENDIF
  153. # End Source File
  154. # Begin Source File
  155. SOURCE=.\matrix3d.cpp
  156. DEP_CPP_MATRI=\
  157. ".\always.h"\
  158. ".\bool.h"\
  159. ".\borlandc.h"\
  160. ".\matrix3d.h"\
  161. ".\matrix4.h"\
  162. ".\vector2.h"\
  163. ".\vector3.h"\
  164. ".\vector4.h"\
  165. ".\visualc.h"\
  166. ".\w3dquat.h"\
  167. ".\watcom.h"\
  168. ".\wwmath.h"\
  169. ".\WWmatrix3.h"\
  170. NODEP_CPP_MATRI=\
  171. ".\osdep.h"\
  172. !IF "$(CFG)" == "pluglib - Win32 Release"
  173. !ELSEIF "$(CFG)" == "pluglib - Win32 Debug"
  174. !ELSEIF "$(CFG)" == "pluglib - Win32 Hybrid"
  175. !ENDIF
  176. # End Source File
  177. # Begin Source File
  178. SOURCE=.\matrix4.cpp
  179. DEP_CPP_MATRIX=\
  180. ".\always.h"\
  181. ".\bool.h"\
  182. ".\borlandc.h"\
  183. ".\matrix3d.h"\
  184. ".\matrix4.h"\
  185. ".\vector2.h"\
  186. ".\vector3.h"\
  187. ".\vector4.h"\
  188. ".\visualc.h"\
  189. ".\watcom.h"\
  190. ".\wwmath.h"\
  191. ".\WWmatrix3.h"\
  192. NODEP_CPP_MATRIX=\
  193. ".\osdep.h"\
  194. !IF "$(CFG)" == "pluglib - Win32 Release"
  195. !ELSEIF "$(CFG)" == "pluglib - Win32 Debug"
  196. !ELSEIF "$(CFG)" == "pluglib - Win32 Hybrid"
  197. !ENDIF
  198. # End Source File
  199. # Begin Source File
  200. SOURCE=.\nodefilt.cpp
  201. DEP_CPP_NODEF=\
  202. ".\always.h"\
  203. ".\bool.h"\
  204. ".\borlandc.h"\
  205. ".\nodefilt.h"\
  206. ".\visualc.h"\
  207. ".\watcom.h"\
  208. !IF "$(CFG)" == "pluglib - Win32 Release"
  209. !ELSEIF "$(CFG)" == "pluglib - Win32 Debug"
  210. !ELSEIF "$(CFG)" == "pluglib - Win32 Hybrid"
  211. !ENDIF
  212. # End Source File
  213. # Begin Source File
  214. SOURCE=.\nodelist.cpp
  215. DEP_CPP_NODEL=\
  216. ".\always.h"\
  217. ".\bool.h"\
  218. ".\borlandc.h"\
  219. ".\nodefilt.h"\
  220. ".\nodelist.h"\
  221. ".\visualc.h"\
  222. ".\watcom.h"\
  223. !IF "$(CFG)" == "pluglib - Win32 Release"
  224. !ELSEIF "$(CFG)" == "pluglib - Win32 Debug"
  225. !ELSEIF "$(CFG)" == "pluglib - Win32 Hybrid"
  226. !ENDIF
  227. # End Source File
  228. # Begin Source File
  229. SOURCE=.\PALETTE.CPP
  230. DEP_CPP_PALET=\
  231. ".\always.h"\
  232. ".\bool.h"\
  233. ".\borlandc.h"\
  234. ".\palette.h"\
  235. ".\rgb.h"\
  236. ".\visualc.h"\
  237. ".\watcom.h"\
  238. !IF "$(CFG)" == "pluglib - Win32 Release"
  239. !ELSEIF "$(CFG)" == "pluglib - Win32 Debug"
  240. !ELSEIF "$(CFG)" == "pluglib - Win32 Hybrid"
  241. !ENDIF
  242. # End Source File
  243. # Begin Source File
  244. SOURCE=.\RAWFILE.CPP
  245. DEP_CPP_RAWFI=\
  246. ".\always.h"\
  247. ".\bool.h"\
  248. ".\borlandc.h"\
  249. ".\rawfile.h"\
  250. ".\visualc.h"\
  251. ".\watcom.h"\
  252. ".\win.h"\
  253. ".\wwfile.h"\
  254. NODEP_CPP_RAWFI=\
  255. ".\osdep.h"\
  256. !IF "$(CFG)" == "pluglib - Win32 Release"
  257. !ELSEIF "$(CFG)" == "pluglib - Win32 Debug"
  258. !ELSEIF "$(CFG)" == "pluglib - Win32 Hybrid"
  259. !ENDIF
  260. # End Source File
  261. # Begin Source File
  262. SOURCE=.\realcrc.cpp
  263. DEP_CPP_REALC=\
  264. ".\realcrc.h"\
  265. !IF "$(CFG)" == "pluglib - Win32 Release"
  266. !ELSEIF "$(CFG)" == "pluglib - Win32 Debug"
  267. !ELSEIF "$(CFG)" == "pluglib - Win32 Hybrid"
  268. !ENDIF
  269. # End Source File
  270. # Begin Source File
  271. SOURCE=.\RGB.CPP
  272. DEP_CPP_RGB_C=\
  273. ".\always.h"\
  274. ".\bool.h"\
  275. ".\borlandc.h"\
  276. ".\hsv.h"\
  277. ".\palette.h"\
  278. ".\rgb.h"\
  279. ".\visualc.h"\
  280. ".\watcom.h"\
  281. !IF "$(CFG)" == "pluglib - Win32 Release"
  282. !ELSEIF "$(CFG)" == "pluglib - Win32 Debug"
  283. !ELSEIF "$(CFG)" == "pluglib - Win32 Hybrid"
  284. !ENDIF
  285. # End Source File
  286. # Begin Source File
  287. SOURCE=.\Vector.CPP
  288. DEP_CPP_VECTO=\
  289. ".\always.h"\
  290. ".\bool.h"\
  291. ".\borlandc.h"\
  292. ".\noinit.h"\
  293. ".\Vector.H"\
  294. ".\visualc.h"\
  295. ".\watcom.h"\
  296. !IF "$(CFG)" == "pluglib - Win32 Release"
  297. !ELSEIF "$(CFG)" == "pluglib - Win32 Debug"
  298. !ELSEIF "$(CFG)" == "pluglib - Win32 Hybrid"
  299. !ENDIF
  300. # End Source File
  301. # Begin Source File
  302. SOURCE=.\w3dquat.cpp
  303. DEP_CPP_W3DQU=\
  304. ".\always.h"\
  305. ".\bool.h"\
  306. ".\borlandc.h"\
  307. ".\matrix3d.h"\
  308. ".\matrix4.h"\
  309. ".\vector2.h"\
  310. ".\vector3.h"\
  311. ".\vector4.h"\
  312. ".\visualc.h"\
  313. ".\w3dquat.h"\
  314. ".\watcom.h"\
  315. ".\wwmath.h"\
  316. ".\WWmatrix3.h"\
  317. NODEP_CPP_W3DQU=\
  318. ".\osdep.h"\
  319. !IF "$(CFG)" == "pluglib - Win32 Release"
  320. !ELSEIF "$(CFG)" == "pluglib - Win32 Debug"
  321. !ELSEIF "$(CFG)" == "pluglib - Win32 Hybrid"
  322. !ENDIF
  323. # End Source File
  324. # Begin Source File
  325. SOURCE=.\wwmath.cpp
  326. DEP_CPP_WWMAT=\
  327. ".\always.h"\
  328. ".\bool.h"\
  329. ".\borlandc.h"\
  330. ".\visualc.h"\
  331. ".\watcom.h"\
  332. ".\wwmath.h"\
  333. !IF "$(CFG)" == "pluglib - Win32 Release"
  334. !ELSEIF "$(CFG)" == "pluglib - Win32 Debug"
  335. !ELSEIF "$(CFG)" == "pluglib - Win32 Hybrid"
  336. !ENDIF
  337. # End Source File
  338. # Begin Source File
  339. SOURCE=.\WWmatrix3.cpp
  340. DEP_CPP_WWMATR=\
  341. ".\always.h"\
  342. ".\bool.h"\
  343. ".\borlandc.h"\
  344. ".\matrix3d.h"\
  345. ".\matrix4.h"\
  346. ".\vector2.h"\
  347. ".\vector3.h"\
  348. ".\vector4.h"\
  349. ".\visualc.h"\
  350. ".\w3dquat.h"\
  351. ".\watcom.h"\
  352. ".\wwmath.h"\
  353. ".\WWmatrix3.h"\
  354. NODEP_CPP_WWMATR=\
  355. ".\osdep.h"\
  356. !IF "$(CFG)" == "pluglib - Win32 Release"
  357. !ELSEIF "$(CFG)" == "pluglib - Win32 Debug"
  358. !ELSEIF "$(CFG)" == "pluglib - Win32 Hybrid"
  359. !ENDIF
  360. # End Source File
  361. # End Group
  362. # Begin Group "Header Files"
  363. # PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd"
  364. # Begin Source File
  365. SOURCE=.\aaplane.h
  366. # End Source File
  367. # Begin Source File
  368. SOURCE=.\always.h
  369. # End Source File
  370. # Begin Source File
  371. SOURCE=.\bool.h
  372. # End Source File
  373. # Begin Source File
  374. SOURCE=.\borlandc.h
  375. # End Source File
  376. # Begin Source File
  377. SOURCE=.\chunkio.h
  378. # End Source File
  379. # Begin Source File
  380. SOURCE=.\errclass.h
  381. # End Source File
  382. # Begin Source File
  383. SOURCE=.\EULER.H
  384. # End Source File
  385. # Begin Source File
  386. SOURCE=.\hsv.h
  387. # End Source File
  388. # Begin Source File
  389. SOURCE=.\iostruct.h
  390. # End Source File
  391. # Begin Source File
  392. SOURCE=.\matrix3d.h
  393. # End Source File
  394. # Begin Source File
  395. SOURCE=.\matrix4.h
  396. # End Source File
  397. # Begin Source File
  398. SOURCE=.\nodefilt.h
  399. # End Source File
  400. # Begin Source File
  401. SOURCE=.\nodelist.h
  402. # End Source File
  403. # Begin Source File
  404. SOURCE=.\palette.h
  405. # End Source File
  406. # Begin Source File
  407. SOURCE=.\PROGRESS.H
  408. # End Source File
  409. # Begin Source File
  410. SOURCE=.\rawfile.h
  411. # End Source File
  412. # Begin Source File
  413. SOURCE=.\realcrc.h
  414. # End Source File
  415. # Begin Source File
  416. SOURCE=.\rgb.h
  417. # End Source File
  418. # Begin Source File
  419. SOURCE=.\Vector.H
  420. # End Source File
  421. # Begin Source File
  422. SOURCE=.\vector2.h
  423. # End Source File
  424. # Begin Source File
  425. SOURCE=.\vector3i.h
  426. # End Source File
  427. # Begin Source File
  428. SOURCE=.\visualc.h
  429. # End Source File
  430. # Begin Source File
  431. SOURCE=.\w3dquat.h
  432. # End Source File
  433. # Begin Source File
  434. SOURCE=.\watcom.h
  435. # End Source File
  436. # Begin Source File
  437. SOURCE=.\win.h
  438. # End Source File
  439. # Begin Source File
  440. SOURCE=.\wwfile.h
  441. # End Source File
  442. # Begin Source File
  443. SOURCE=.\wwmath.h
  444. # End Source File
  445. # Begin Source File
  446. SOURCE=.\WWmatrix3.h
  447. # End Source File
  448. # End Group
  449. # Begin Group "Resource Files"
  450. # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;cnt;rtf;gif;jpg;jpeg;jpe"
  451. # End Group
  452. # End Target
  453. # End Project