DrawCli.dsp
上传用户:seaboy_04
上传日期:2013-02-24
资源大小:284k
文件大小:11k
源码类别:

其他行业

开发平台:

Visual C++

  1. # Microsoft Developer Studio Project File - Name="DrawCli" - 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=DrawCli - Win32 Debug
  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 "DrawCli.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 "DrawCli.mak" CFG="DrawCli - Win32 Debug"
  15. !MESSAGE 
  16. !MESSAGE Possible choices for configuration are:
  17. !MESSAGE 
  18. !MESSAGE "DrawCli - Win32 Release" (based on "Win32 (x86) Application")
  19. !MESSAGE "DrawCli - 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)" == "DrawCli - Win32 Release"
  29. # PROP BASE Use_MFC 6
  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 6
  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 /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /Yu"stdafx.h" /FD /c
  40. # ADD CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Yu"stdafx.h" /FD /c
  41. # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  42. # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  43. # ADD BASE RSC /l 0x804 /d "NDEBUG" /d "_AFXDLL"
  44. # ADD RSC /l 0x804 /d "NDEBUG" /d "_AFXDLL"
  45. BSC32=bscmake.exe
  46. # ADD BASE BSC32 /nologo
  47. # ADD BSC32 /nologo
  48. LINK32=link.exe
  49. # ADD BASE LINK32 /nologo /subsystem:windows /machine:I386
  50. # ADD LINK32 /nologo /subsystem:windows /machine:I386
  51. !ELSEIF  "$(CFG)" == "DrawCli - Win32 Debug"
  52. # PROP BASE Use_MFC 6
  53. # PROP BASE Use_Debug_Libraries 1
  54. # PROP BASE Output_Dir "Debug"
  55. # PROP BASE Intermediate_Dir "Debug"
  56. # PROP BASE Target_Dir ""
  57. # PROP Use_MFC 6
  58. # PROP Use_Debug_Libraries 1
  59. # PROP Output_Dir "Debug"
  60. # PROP Intermediate_Dir "Debug"
  61. # PROP Target_Dir ""
  62. # ADD BASE CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /Yu"stdafx.h" /FD /GZ /c
  63. # ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Yu"stdafx.h" /FD /GZ /c
  64. # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
  65. # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
  66. # ADD BASE RSC /l 0x804 /d "_DEBUG" /d "_AFXDLL"
  67. # ADD RSC /l 0x804 /d "_DEBUG" /d "_AFXDLL"
  68. BSC32=bscmake.exe
  69. # ADD BASE BSC32 /nologo
  70. # ADD BSC32 /nologo
  71. LINK32=link.exe
  72. # ADD BASE LINK32 /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept
  73. # ADD LINK32 /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept
  74. !ENDIF 
  75. # Begin Target
  76. # Name "DrawCli - Win32 Release"
  77. # Name "DrawCli - Win32 Debug"
  78. # Begin Group "Source Files"
  79. # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
  80. # Begin Source File
  81. SOURCE=.CntrItem.cpp
  82. # End Source File
  83. # Begin Source File
  84. SOURCE=.DrawCli.cpp
  85. # End Source File
  86. # Begin Source File
  87. SOURCE=.hlpDrawCli.hpj
  88. !IF  "$(CFG)" == "DrawCli - Win32 Release"
  89. # PROP Ignore_Default_Tool 1
  90. USERDEP__DRAWC="hlpAfxCore.rtf" "hlpAfxPrint.rtf" "hlp$(TargetName).hm"
  91. # Begin Custom Build - Making help file...
  92. OutDir=.Release
  93. TargetName=DrawCli
  94. InputPath=.hlpDrawCli.hpj
  95. InputName=DrawCli
  96. "$(OutDir)$(InputName).hlp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  97. start /wait hcw /C /E /M "hlp$(InputName).hpj" 
  98. if errorlevel 1 goto :Error 
  99. if not exist "hlp$(InputName).hlp" goto :Error 
  100. copy "hlp$(InputName).hlp" $(OutDir) 
  101. goto :done 
  102. :Error 
  103. echo hlp$(InputName).hpj(1) : error: 
  104. type "hlp$(InputName).log" 
  105. :done 
  106. # End Custom Build
  107. !ELSEIF  "$(CFG)" == "DrawCli - Win32 Debug"
  108. # PROP Ignore_Default_Tool 1
  109. USERDEP__DRAWC="hlpAfxCore.rtf" "hlpAfxPrint.rtf" "hlp$(TargetName).hm"
  110. # Begin Custom Build - Making help file...
  111. OutDir=.Debug
  112. TargetName=DrawCli
  113. InputPath=.hlpDrawCli.hpj
  114. InputName=DrawCli
  115. "$(OutDir)$(InputName).hlp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  116. start /wait hcw /C /E /M "hlp$(InputName).hpj" 
  117. if errorlevel 1 goto :Error 
  118. if not exist "hlp$(InputName).hlp" goto :Error 
  119. copy "hlp$(InputName).hlp" $(OutDir) 
  120. goto :done 
  121. :Error 
  122. echo hlp$(InputName).hpj(1) : error: 
  123. type "hlp$(InputName).log" 
  124. :done 
  125. # End Custom Build
  126. !ENDIF 
  127. # End Source File
  128. # Begin Source File
  129. SOURCE=.DrawCli.rc
  130. # End Source File
  131. # Begin Source File
  132. SOURCE=.DrawDoc.cpp
  133. # End Source File
  134. # Begin Source File
  135. SOURCE=.DrawObj.cpp
  136. # End Source File
  137. # Begin Source File
  138. SOURCE=.DrawTool.cpp
  139. # End Source File
  140. # Begin Source File
  141. SOURCE=.DrawVw.cpp
  142. # End Source File
  143. # Begin Source File
  144. SOURCE=.MainFrm.cpp
  145. # End Source File
  146. # Begin Source File
  147. SOURCE=.RectDlg.cpp
  148. # End Source File
  149. # Begin Source File
  150. SOURCE=.SplitFrm.cpp
  151. # End Source File
  152. # Begin Source File
  153. SOURCE=.StdAfx.cpp
  154. # ADD CPP /Yc"stdafx.h"
  155. # End Source File
  156. # End Group
  157. # Begin Group "Header Files"
  158. # PROP Default_Filter "h;hpp;hxx;hm;inl"
  159. # Begin Source File
  160. SOURCE=.CntrItem.h
  161. # End Source File
  162. # Begin Source File
  163. SOURCE=.DrawCli.h
  164. # End Source File
  165. # Begin Source File
  166. SOURCE=.DrawDoc.h
  167. # End Source File
  168. # Begin Source File
  169. SOURCE=.DrawObj.h
  170. # End Source File
  171. # Begin Source File
  172. SOURCE=.DrawTool.h
  173. # End Source File
  174. # Begin Source File
  175. SOURCE=.DrawVw.h
  176. # End Source File
  177. # Begin Source File
  178. SOURCE=.MainFrm.h
  179. # End Source File
  180. # Begin Source File
  181. SOURCE=.RectDlg.h
  182. # End Source File
  183. # Begin Source File
  184. SOURCE=.Resource.h
  185. !IF  "$(CFG)" == "DrawCli - Win32 Release"
  186. # PROP Ignore_Default_Tool 1
  187. # Begin Custom Build - Making help include file...
  188. TargetName=DrawCli
  189. InputPath=.Resource.h
  190. "hlp$(TargetName).hm" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  191. echo. >"hlp$(TargetName).hm" 
  192. echo // Commands (ID_* and IDM_*) >>"hlp$(TargetName).hm" 
  193. makehm ID_,HID_,0x10000 IDM_,HIDM_,0x10000 resource.h >>"hlp$(TargetName).hm" 
  194. echo. >>"hlp$(TargetName).hm" 
  195. echo // Prompts (IDP_*) >>"hlp$(TargetName).hm" 
  196. makehm IDP_,HIDP_,0x30000 resource.h >>"hlp$(TargetName).hm" 
  197. echo. >>"hlp$(TargetName).hm" 
  198. echo // Resources (IDR_*) >>"hlp$(TargetName).hm" 
  199. makehm IDR_,HIDR_,0x20000 resource.h >>"hlp$(TargetName).hm" 
  200. echo. >>"hlp$(TargetName).hm" 
  201. echo // Dialogs (IDD_*) >>"hlp$(TargetName).hm" 
  202. makehm IDD_,HIDD_,0x20000 resource.h >>"hlp$(TargetName).hm" 
  203. echo. >>"hlp$(TargetName).hm" 
  204. echo // Frame Controls (IDW_*) >>"hlp$(TargetName).hm" 
  205. makehm IDW_,HIDW_,0x50000 resource.h >>"hlp$(TargetName).hm" 
  206. # End Custom Build
  207. !ELSEIF  "$(CFG)" == "DrawCli - Win32 Debug"
  208. # PROP Ignore_Default_Tool 1
  209. # Begin Custom Build - Making help include file...
  210. TargetName=DrawCli
  211. InputPath=.Resource.h
  212. "hlp$(TargetName).hm" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  213. echo. >"hlp$(TargetName).hm" 
  214. echo // Commands (ID_* and IDM_*) >>"hlp$(TargetName).hm" 
  215. makehm ID_,HID_,0x10000 IDM_,HIDM_,0x10000 resource.h >>"hlp$(TargetName).hm" 
  216. echo. >>"hlp$(TargetName).hm" 
  217. echo // Prompts (IDP_*) >>"hlp$(TargetName).hm" 
  218. makehm IDP_,HIDP_,0x30000 resource.h >>"hlp$(TargetName).hm" 
  219. echo. >>"hlp$(TargetName).hm" 
  220. echo // Resources (IDR_*) >>"hlp$(TargetName).hm" 
  221. makehm IDR_,HIDR_,0x20000 resource.h >>"hlp$(TargetName).hm" 
  222. echo. >>"hlp$(TargetName).hm" 
  223. echo // Dialogs (IDD_*) >>"hlp$(TargetName).hm" 
  224. makehm IDD_,HIDD_,0x20000 resource.h >>"hlp$(TargetName).hm" 
  225. echo. >>"hlp$(TargetName).hm" 
  226. echo // Frame Controls (IDW_*) >>"hlp$(TargetName).hm" 
  227. makehm IDW_,HIDW_,0x50000 resource.h >>"hlp$(TargetName).hm" 
  228. # End Custom Build
  229. !ENDIF 
  230. # End Source File
  231. # Begin Source File
  232. SOURCE=.SplitFrm.h
  233. # End Source File
  234. # Begin Source File
  235. SOURCE=.StdAfx.h
  236. # End Source File
  237. # End Group
  238. # Begin Group "Resource Files"
  239. # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
  240. # Begin Source File
  241. SOURCE=.resDrawCli.ico
  242. # End Source File
  243. # Begin Source File
  244. SOURCE=.resDrawCli.rc2
  245. # End Source File
  246. # Begin Source File
  247. SOURCE=.resDrawDoc.ico
  248. # End Source File
  249. # Begin Source File
  250. SOURCE=.resToolbar.bmp
  251. # End Source File
  252. # Begin Source File
  253. SOURCE=.restoolbar1.bmp
  254. # End Source File
  255. # End Group
  256. # Begin Group "Help Files"
  257. # PROP Default_Filter "cnt;rtf"
  258. # Begin Source File
  259. SOURCE=.hlpAfxCore.rtf
  260. # End Source File
  261. # Begin Source File
  262. SOURCE=.hlpAfxOleCl.rtf
  263. # End Source File
  264. # Begin Source File
  265. SOURCE=.hlpAfxPrint.rtf
  266. # End Source File
  267. # Begin Source File
  268. SOURCE=.hlpAppExit.bmp
  269. # End Source File
  270. # Begin Source File
  271. SOURCE=.hlpBullet.bmp
  272. # End Source File
  273. # Begin Source File
  274. SOURCE=.hlpCurArw2.bmp
  275. # End Source File
  276. # Begin Source File
  277. SOURCE=.hlpCurArw4.bmp
  278. # End Source File
  279. # Begin Source File
  280. SOURCE=.hlpCurHelp.bmp
  281. # End Source File
  282. # Begin Source File
  283. SOURCE=.hlpDrawCli.cnt
  284. !IF  "$(CFG)" == "DrawCli - Win32 Release"
  285. # PROP Ignore_Default_Tool 1
  286. # Begin Custom Build - Copying contents file...
  287. OutDir=.Release
  288. InputPath=.hlpDrawCli.cnt
  289. InputName=DrawCli
  290. "$(OutDir)$(InputName).cnt" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  291. copy "hlp$(InputName).cnt" $(OutDir)
  292. # End Custom Build
  293. !ELSEIF  "$(CFG)" == "DrawCli - Win32 Debug"
  294. # PROP Ignore_Default_Tool 1
  295. # Begin Custom Build - Copying contents file...
  296. OutDir=.Debug
  297. InputPath=.hlpDrawCli.cnt
  298. InputName=DrawCli
  299. "$(OutDir)$(InputName).cnt" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  300. copy "hlp$(InputName).cnt" $(OutDir)
  301. # End Custom Build
  302. !ENDIF 
  303. # End Source File
  304. # Begin Source File
  305. SOURCE=.hlpEditCopy.bmp
  306. # End Source File
  307. # Begin Source File
  308. SOURCE=.hlpEditCut.bmp
  309. # End Source File
  310. # Begin Source File
  311. SOURCE=.hlpEditPast.bmp
  312. # End Source File
  313. # Begin Source File
  314. SOURCE=.hlpEditUndo.bmp
  315. # End Source File
  316. # Begin Source File
  317. SOURCE=.hlpFileNew.bmp
  318. # End Source File
  319. # Begin Source File
  320. SOURCE=.hlpFileOpen.bmp
  321. # End Source File
  322. # Begin Source File
  323. SOURCE=.hlpFilePrnt.bmp
  324. # End Source File
  325. # Begin Source File
  326. SOURCE=.hlpFileSave.bmp
  327. # End Source File
  328. # Begin Source File
  329. SOURCE=.hlpHlpSBar.bmp
  330. # End Source File
  331. # Begin Source File
  332. SOURCE=.hlpHlpTBar.bmp
  333. # End Source File
  334. # Begin Source File
  335. SOURCE=.hlpRecFirst.bmp
  336. # End Source File
  337. # Begin Source File
  338. SOURCE=.hlpRecLast.bmp
  339. # End Source File
  340. # Begin Source File
  341. SOURCE=.hlpRecNext.bmp
  342. # End Source File
  343. # Begin Source File
  344. SOURCE=.hlpRecPrev.bmp
  345. # End Source File
  346. # Begin Source File
  347. SOURCE=.hlpScmax.bmp
  348. # End Source File
  349. # Begin Source File
  350. SOURCE=.hlpScMenu.bmp
  351. # End Source File
  352. # Begin Source File
  353. SOURCE=.hlpScmin.bmp
  354. # End Source File
  355. # End Group
  356. # Begin Source File
  357. SOURCE=.ReadMe.txt
  358. # End Source File
  359. # End Target
  360. # End Project
  361. # Section DrawCli : {72ADFD6C-2C39-11D0-9903-00A0C91BC942}
  362. #  1:22:CG_IDR_POPUP_DRAW_VIEW:103
  363. # End Section