home *** CD-ROM | disk | FTP | other *** search
/ Windows Graphics Programming / Feng_Yuan_Win32_GDI_DirectX.iso / Samples / include / wingraph / wingraph.dsp
Encoding:
MS Developer Studio Project  |  2000-05-11  |  9.0 KB  |  429 lines

  1. # Microsoft Developer Studio Project File - Name="wingraph" - Package Owner=<4>
  2. # Microsoft Developer Studio Generated Build File, Format Version 6.00
  3. # ** DO NOT EDIT **
  4.  
  5. # TARGTYPE "Win32 (x86) Static Library" 0x0104
  6.  
  7. CFG=wingraph - Win32 Unicode Debug
  8. !MESSAGE This is not a valid makefile. To build this project using NMAKE,
  9. !MESSAGE use the Export Makefile command and run
  10. !MESSAGE 
  11. !MESSAGE NMAKE /f "wingraph.mak".
  12. !MESSAGE 
  13. !MESSAGE You can specify a configuration when running NMAKE
  14. !MESSAGE by defining the macro CFG on the command line. For example:
  15. !MESSAGE 
  16. !MESSAGE NMAKE /f "wingraph.mak" CFG="wingraph - Win32 Unicode Debug"
  17. !MESSAGE 
  18. !MESSAGE Possible choices for configuration are:
  19. !MESSAGE 
  20. !MESSAGE "wingraph - Win32 Release" (based on "Win32 (x86) Static Library")
  21. !MESSAGE "wingraph - Win32 Debug" (based on "Win32 (x86) Static Library")
  22. !MESSAGE "wingraph - Win32 Unicode Debug" (based on "Win32 (x86) Static Library")
  23. !MESSAGE "wingraph - Win32 Unicode Release" (based on "Win32 (x86) Static Library")
  24. !MESSAGE 
  25.  
  26. # Begin Project
  27. # PROP AllowPerConfigDependencies 0
  28. # PROP Scc_ProjName ""
  29. # PROP Scc_LocalPath ""
  30. CPP=cl.exe
  31. RSC=rc.exe
  32.  
  33. !IF  "$(CFG)" == "wingraph - Win32 Release"
  34.  
  35. # PROP BASE Use_MFC 0
  36. # PROP BASE Use_Debug_Libraries 0
  37. # PROP BASE Output_Dir "Release"
  38. # PROP BASE Intermediate_Dir "Release"
  39. # PROP BASE Target_Dir ""
  40. # PROP Use_MFC 0
  41. # PROP Use_Debug_Libraries 0
  42. # PROP Output_Dir "Release"
  43. # PROP Intermediate_Dir "Release"
  44. # PROP Target_Dir ""
  45. # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c
  46. # ADD CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /FD /c
  47. # SUBTRACT CPP /YX
  48. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  49. # ADD RSC /l 0x409 /d "NDEBUG"
  50. BSC32=bscmake.exe
  51. # ADD BASE BSC32 /nologo
  52. # ADD BSC32 /nologo
  53. LIB32=link.exe -lib
  54. # ADD BASE LIB32 /nologo
  55. # ADD LIB32 /nologo
  56.  
  57. !ELSEIF  "$(CFG)" == "wingraph - Win32 Debug"
  58.  
  59. # PROP BASE Use_MFC 0
  60. # PROP BASE Use_Debug_Libraries 1
  61. # PROP BASE Output_Dir "Debug"
  62. # PROP BASE Intermediate_Dir "Debug"
  63. # PROP BASE Target_Dir ""
  64. # PROP Use_MFC 0
  65. # PROP Use_Debug_Libraries 1
  66. # PROP Output_Dir "Debug"
  67. # PROP Intermediate_Dir "Debug"
  68. # PROP Target_Dir ""
  69. # ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c
  70. # ADD CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /FD /GZ /c
  71. # SUBTRACT CPP /YX
  72. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  73. # ADD RSC /l 0x409 /d "_DEBUG"
  74. BSC32=bscmake.exe
  75. # ADD BASE BSC32 /nologo
  76. # ADD BSC32 /nologo
  77. LIB32=link.exe -lib
  78. # ADD BASE LIB32 /nologo
  79. # ADD LIB32 /nologo
  80.  
  81. !ELSEIF  "$(CFG)" == "wingraph - Win32 Unicode Debug"
  82.  
  83. # PROP BASE Use_MFC 0
  84. # PROP BASE Use_Debug_Libraries 1
  85. # PROP BASE Output_Dir "wingraph___Win32_Unicode_Debug"
  86. # PROP BASE Intermediate_Dir "wingraph___Win32_Unicode_Debug"
  87. # PROP BASE Target_Dir ""
  88. # PROP Use_MFC 0
  89. # PROP Use_Debug_Libraries 1
  90. # PROP Output_Dir "UDebug"
  91. # PROP Intermediate_Dir "UDebug"
  92. # PROP Target_Dir ""
  93. # ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /FD /GZ /c
  94. # SUBTRACT BASE CPP /YX
  95. # ADD CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_UNICODE" /D "UNICODE" /D "_LIB" /FD /GZ /c
  96. # SUBTRACT CPP /YX
  97. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  98. # ADD RSC /l 0x409 /d "_DEBUG"
  99. BSC32=bscmake.exe
  100. # ADD BASE BSC32 /nologo
  101. # ADD BSC32 /nologo
  102. LIB32=link.exe -lib
  103. # ADD BASE LIB32 /nologo
  104. # ADD LIB32 /nologo
  105.  
  106. !ELSEIF  "$(CFG)" == "wingraph - Win32 Unicode Release"
  107.  
  108. # PROP BASE Use_MFC 0
  109. # PROP BASE Use_Debug_Libraries 0
  110. # PROP BASE Output_Dir "wingraph___Win32_Unicode_Release"
  111. # PROP BASE Intermediate_Dir "wingraph___Win32_Unicode_Release"
  112. # PROP BASE Target_Dir ""
  113. # PROP Use_MFC 0
  114. # PROP Use_Debug_Libraries 0
  115. # PROP Output_Dir "URelease"
  116. # PROP Intermediate_Dir "URelease"
  117. # PROP Target_Dir ""
  118. # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /FD /c
  119. # SUBTRACT BASE CPP /YX
  120. # ADD CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_UNICODE" /D "UNICODE" /D "_LIB" /FD /c
  121. # SUBTRACT CPP /YX
  122. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  123. # ADD RSC /l 0x409 /d "NDEBUG"
  124. BSC32=bscmake.exe
  125. # ADD BASE BSC32 /nologo
  126. # ADD BSC32 /nologo
  127. LIB32=link.exe -lib
  128. # ADD BASE LIB32 /nologo
  129. # ADD LIB32 /nologo
  130.  
  131. !ENDIF 
  132.  
  133. # Begin Target
  134.  
  135. # Name "wingraph - Win32 Release"
  136. # Name "wingraph - Win32 Debug"
  137. # Name "wingraph - Win32 Unicode Debug"
  138. # Name "wingraph - Win32 Unicode Release"
  139. # Begin Group "Source Files"
  140.  
  141. # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
  142. # Begin Source File
  143.  
  144. SOURCE=..\Affine.cpp
  145. # End Source File
  146. # Begin Source File
  147.  
  148. SOURCE=..\areafill.cpp
  149. # End Source File
  150. # Begin Source File
  151.  
  152. SOURCE=..\axis.cpp
  153. # End Source File
  154. # Begin Source File
  155.  
  156. SOURCE=..\Background.cpp
  157. # End Source File
  158. # Begin Source File
  159.  
  160. SOURCE=..\basicdib.cpp
  161. # End Source File
  162. # Begin Source File
  163.  
  164. SOURCE=..\BitmapInfo.cpp
  165. # End Source File
  166. # Begin Source File
  167.  
  168. SOURCE=..\BitmapMenu.cpp
  169. # End Source File
  170. # Begin Source File
  171.  
  172. SOURCE=..\Canvas.cpp
  173. # End Source File
  174. # Begin Source File
  175.  
  176. SOURCE=..\CheckMark.cpp
  177. # End Source File
  178. # Begin Source File
  179.  
  180. SOURCE=..\Color.cpp
  181. # End Source File
  182. # Begin Source File
  183.  
  184. SOURCE=..\curve.cpp
  185. # End Source File
  186. # Begin Source File
  187.  
  188. SOURCE=..\DDB.cpp
  189. # End Source File
  190. # Begin Source File
  191.  
  192. SOURCE=..\dialog.cpp
  193. # End Source File
  194. # Begin Source File
  195.  
  196. SOURCE=..\Dib.cpp
  197. # End Source File
  198. # Begin Source File
  199.  
  200. SOURCE=..\DIBSection.cpp
  201. # End Source File
  202. # Begin Source File
  203.  
  204. SOURCE=..\EditView.cpp
  205. # End Source File
  206. # Begin Source File
  207.  
  208. SOURCE=..\emf.cpp
  209. # End Source File
  210. # Begin Source File
  211.  
  212. SOURCE=..\filedialog.cpp
  213. # End Source File
  214. # Begin Source File
  215.  
  216. SOURCE=..\FontText.cpp
  217. # End Source File
  218. # Begin Source File
  219.  
  220. SOURCE=..\Framewnd.cpp
  221. # End Source File
  222. # Begin Source File
  223.  
  224. SOURCE=..\Image.cpp
  225. # End Source File
  226. # Begin Source File
  227.  
  228. SOURCE=..\listview.cpp
  229. # End Source File
  230. # Begin Source File
  231.  
  232. SOURCE=..\LogWindow.cpp
  233. # End Source File
  234. # Begin Source File
  235.  
  236. SOURCE=..\Lookup.cpp
  237. # End Source File
  238. # Begin Source File
  239.  
  240. SOURCE=..\Octree.cpp
  241. # End Source File
  242. # Begin Source File
  243.  
  244. SOURCE=..\outputsetup.cpp
  245. # End Source File
  246. # Begin Source File
  247.  
  248. SOURCE=..\pagecanvas.cpp
  249. # End Source File
  250. # Begin Source File
  251.  
  252. SOURCE=..\Rop.cpp
  253. # End Source File
  254. # Begin Source File
  255.  
  256. SOURCE=..\ScrollCanvas.cpp
  257. # End Source File
  258. # Begin Source File
  259.  
  260. SOURCE=..\Status.cpp
  261. # End Source File
  262. # Begin Source File
  263.  
  264. SOURCE=..\Toolbar.cpp
  265. # End Source File
  266. # Begin Source File
  267.  
  268. SOURCE=..\treeview.cpp
  269. # End Source File
  270. # Begin Source File
  271.  
  272. SOURCE=..\win.cpp
  273. # End Source File
  274. # End Group
  275. # Begin Group "Header Files"
  276.  
  277. # PROP Default_Filter "h;hpp;hxx;hm;inl"
  278. # Begin Source File
  279.  
  280. SOURCE=..\Affine.h
  281. # End Source File
  282. # Begin Source File
  283.  
  284. SOURCE=..\areafill.h
  285. # End Source File
  286. # Begin Source File
  287.  
  288. SOURCE=..\axis.h
  289. # End Source File
  290. # Begin Source File
  291.  
  292. SOURCE=..\Background.h
  293. # End Source File
  294. # Begin Source File
  295.  
  296. SOURCE=..\basicdib.h
  297. # End Source File
  298. # Begin Source File
  299.  
  300. SOURCE=..\BitmapInfo.h
  301. # End Source File
  302. # Begin Source File
  303.  
  304. SOURCE=..\BitmapMenu.h
  305. # End Source File
  306. # Begin Source File
  307.  
  308. SOURCE=..\Canvas.h
  309. # End Source File
  310. # Begin Source File
  311.  
  312. SOURCE=..\CheckMark.h
  313. # End Source File
  314. # Begin Source File
  315.  
  316. SOURCE=..\Color.h
  317. # End Source File
  318. # Begin Source File
  319.  
  320. SOURCE=..\curve.h
  321. # End Source File
  322. # Begin Source File
  323.  
  324. SOURCE=..\DDB.h
  325. # End Source File
  326. # Begin Source File
  327.  
  328. SOURCE=..\dialog.h
  329. # End Source File
  330. # Begin Source File
  331.  
  332. SOURCE=..\Dib.h
  333. # End Source File
  334. # Begin Source File
  335.  
  336. SOURCE=..\DIBSection.h
  337. # End Source File
  338. # Begin Source File
  339.  
  340. SOURCE=..\EditView.h
  341. # End Source File
  342. # Begin Source File
  343.  
  344. SOURCE=..\emf.h
  345. # End Source File
  346. # Begin Source File
  347.  
  348. SOURCE=..\filedialog.h
  349. # End Source File
  350. # Begin Source File
  351.  
  352. SOURCE=..\fonttext.h
  353. # End Source File
  354. # Begin Source File
  355.  
  356. SOURCE=..\Framewnd.h
  357. # End Source File
  358. # Begin Source File
  359.  
  360. SOURCE=..\GDIObject.h
  361. # End Source File
  362. # Begin Source File
  363.  
  364. SOURCE=..\Image.h
  365. # End Source File
  366. # Begin Source File
  367.  
  368. SOURCE=..\listview.h
  369. # End Source File
  370. # Begin Source File
  371.  
  372. SOURCE=..\LogWindow.h
  373. # End Source File
  374. # Begin Source File
  375.  
  376. SOURCE=..\Lookup.h
  377. # End Source File
  378. # Begin Source File
  379.  
  380. SOURCE=..\mdichild.h
  381. # End Source File
  382. # Begin Source File
  383.  
  384. SOURCE=..\MVC.h
  385. # End Source File
  386. # Begin Source File
  387.  
  388. SOURCE=..\Octree.h
  389. # End Source File
  390. # Begin Source File
  391.  
  392. SOURCE=..\outputsetup.h
  393. # End Source File
  394. # Begin Source File
  395.  
  396. SOURCE=..\pagecanvas.h
  397. # End Source File
  398. # Begin Source File
  399.  
  400. SOURCE=..\Pen.h
  401. # End Source File
  402. # Begin Source File
  403.  
  404. SOURCE=..\Rop.h
  405. # End Source File
  406. # Begin Source File
  407.  
  408. SOURCE=..\ScrollCanvas.h
  409. # End Source File
  410. # Begin Source File
  411.  
  412. SOURCE=..\Status.h
  413. # End Source File
  414. # Begin Source File
  415.  
  416. SOURCE=..\Toolbar.h
  417. # End Source File
  418. # Begin Source File
  419.  
  420. SOURCE=..\treeview.h
  421. # End Source File
  422. # Begin Source File
  423.  
  424. SOURCE=..\win.h
  425. # End Source File
  426. # End Group
  427. # End Target
  428. # End Project
  429.