MapDemo.dsp
上传用户:hzwailv
上传日期:2010-01-09
资源大小:405k
文件大小:12k
源码类别:

GIS编程

开发平台:

Visual C++

  1. # Microsoft Developer Studio Project File - Name="MapDemo" - 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=MapDemo - 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 "MapDemo.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 "MapDemo.mak" CFG="MapDemo - Win32 Debug"
  15. !MESSAGE 
  16. !MESSAGE Possible choices for configuration are:
  17. !MESSAGE 
  18. !MESSAGE "MapDemo - Win32 Release" (based on "Win32 (x86) Application")
  19. !MESSAGE "MapDemo - 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)" == "MapDemo - 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)" == "MapDemo - 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 "MapDemo - Win32 Release"
  77. # Name "MapDemo - 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=.ChildFrm.cpp
  82. # End Source File
  83. # Begin Source File
  84. SOURCE=.GeoSetDlg.cpp
  85. # End Source File
  86. # Begin Source File
  87. SOURCE=.GpsSet.cpp
  88. # End Source File
  89. # Begin Source File
  90. SOURCE=.gridctrl.cpp
  91. # End Source File
  92. # Begin Source File
  93. SOURCE=.MainFrm.cpp
  94. # End Source File
  95. # Begin Source File
  96. SOURCE=.MapDemo.cpp
  97. # End Source File
  98. # Begin Source File
  99. SOURCE=.hlpMapDemo.hpj
  100. !IF  "$(CFG)" == "MapDemo - Win32 Release"
  101. # PROP Ignore_Default_Tool 1
  102. USERDEP__MAPDE="hlpAfxCore.rtf" "hlpAfxPrint.rtf" "hlp$(TargetName).hm"
  103. # Begin Custom Build - Making help file...
  104. OutDir=.Release
  105. TargetName=MapDemo
  106. InputPath=.hlpMapDemo.hpj
  107. InputName=MapDemo
  108. "$(OutDir)$(InputName).hlp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  109. start /wait hcw /C /E /M "hlp$(InputName).hpj" 
  110. if errorlevel 1 goto :Error 
  111. if not exist "hlp$(InputName).hlp" goto :Error 
  112. copy "hlp$(InputName).hlp" $(OutDir) 
  113. goto :done 
  114. :Error 
  115. echo hlp$(InputName).hpj(1) : error: 
  116. type "hlp$(InputName).log" 
  117. :done 
  118. # End Custom Build
  119. !ELSEIF  "$(CFG)" == "MapDemo - Win32 Debug"
  120. # PROP Ignore_Default_Tool 1
  121. USERDEP__MAPDE="hlpAfxCore.rtf" "hlpAfxPrint.rtf" "hlp$(TargetName).hm"
  122. # Begin Custom Build - Making help file...
  123. OutDir=.Debug
  124. TargetName=MapDemo
  125. InputPath=.hlpMapDemo.hpj
  126. InputName=MapDemo
  127. "$(OutDir)$(InputName).hlp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  128. start /wait hcw /C /E /M "hlp$(InputName).hpj" 
  129. if errorlevel 1 goto :Error 
  130. if not exist "hlp$(InputName).hlp" goto :Error 
  131. copy "hlp$(InputName).hlp" $(OutDir) 
  132. goto :done 
  133. :Error 
  134. echo hlp$(InputName).hpj(1) : error: 
  135. type "hlp$(InputName).log" 
  136. :done 
  137. # End Custom Build
  138. !ENDIF 
  139. # End Source File
  140. # Begin Source File
  141. SOURCE=.MapDemo.rc
  142. # End Source File
  143. # Begin Source File
  144. SOURCE=.MapDemoDoc.cpp
  145. # End Source File
  146. # Begin Source File
  147. SOURCE=.MapFormView.cpp
  148. # End Source File
  149. # Begin Source File
  150. SOURCE=.MapView.cpp
  151. # End Source File
  152. # Begin Source File
  153. SOURCE=.Mapx.cpp
  154. # End Source File
  155. # Begin Source File
  156. SOURCE=.MapXSetDlg.cpp
  157. # End Source File
  158. # Begin Source File
  159. SOURCE=.msflexgrid.cpp
  160. # End Source File
  161. # Begin Source File
  162. SOURCE=.SelDlg.cpp
  163. # End Source File
  164. # Begin Source File
  165. SOURCE=.StdAfx.cpp
  166. # ADD CPP /Yc"stdafx.h"
  167. # End Source File
  168. # Begin Source File
  169. SOURCE=.TargetSet.cpp
  170. # End Source File
  171. # End Group
  172. # Begin Group "Header Files"
  173. # PROP Default_Filter "h;hpp;hxx;hm;inl"
  174. # Begin Source File
  175. SOURCE=.ChildFrm.h
  176. # End Source File
  177. # Begin Source File
  178. SOURCE=.GeoSetDlg.h
  179. # End Source File
  180. # Begin Source File
  181. SOURCE=.GpsSet.h
  182. # End Source File
  183. # Begin Source File
  184. SOURCE=.gridctrl.h
  185. # End Source File
  186. # Begin Source File
  187. SOURCE=.MainFrm.h
  188. # End Source File
  189. # Begin Source File
  190. SOURCE=.MapDemo.h
  191. # End Source File
  192. # Begin Source File
  193. SOURCE=.MapDemoDoc.h
  194. # End Source File
  195. # Begin Source File
  196. SOURCE=.MapFormView.h
  197. # End Source File
  198. # Begin Source File
  199. SOURCE=.MapView.h
  200. # End Source File
  201. # Begin Source File
  202. SOURCE=.Mapx.h
  203. # End Source File
  204. # Begin Source File
  205. SOURCE=.MapXSetDlg.h
  206. # End Source File
  207. # Begin Source File
  208. SOURCE=.msflexgrid.h
  209. # End Source File
  210. # Begin Source File
  211. SOURCE=.Resource.h
  212. !IF  "$(CFG)" == "MapDemo - Win32 Release"
  213. # PROP Ignore_Default_Tool 1
  214. # Begin Custom Build - Making help include file...
  215. TargetName=MapDemo
  216. InputPath=.Resource.h
  217. "hlp$(TargetName).hm" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  218. echo. >"hlp$(TargetName).hm" 
  219. echo // Commands (ID_* and IDM_*) >>"hlp$(TargetName).hm" 
  220. makehm ID_,HID_,0x10000 IDM_,HIDM_,0x10000 resource.h >>"hlp$(TargetName).hm" 
  221. echo. >>"hlp$(TargetName).hm" 
  222. echo // Prompts (IDP_*) >>"hlp$(TargetName).hm" 
  223. makehm IDP_,HIDP_,0x30000 resource.h >>"hlp$(TargetName).hm" 
  224. echo. >>"hlp$(TargetName).hm" 
  225. echo // Resources (IDR_*) >>"hlp$(TargetName).hm" 
  226. makehm IDR_,HIDR_,0x20000 resource.h >>"hlp$(TargetName).hm" 
  227. echo. >>"hlp$(TargetName).hm" 
  228. echo // Dialogs (IDD_*) >>"hlp$(TargetName).hm" 
  229. makehm IDD_,HIDD_,0x20000 resource.h >>"hlp$(TargetName).hm" 
  230. echo. >>"hlp$(TargetName).hm" 
  231. echo // Frame Controls (IDW_*) >>"hlp$(TargetName).hm" 
  232. makehm IDW_,HIDW_,0x50000 resource.h >>"hlp$(TargetName).hm" 
  233. # End Custom Build
  234. !ELSEIF  "$(CFG)" == "MapDemo - Win32 Debug"
  235. # PROP Ignore_Default_Tool 1
  236. # Begin Custom Build - Making help include file...
  237. TargetName=MapDemo
  238. InputPath=.Resource.h
  239. "hlp$(TargetName).hm" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  240. echo. >"hlp$(TargetName).hm" 
  241. echo // Commands (ID_* and IDM_*) >>"hlp$(TargetName).hm" 
  242. makehm ID_,HID_,0x10000 IDM_,HIDM_,0x10000 resource.h >>"hlp$(TargetName).hm" 
  243. echo. >>"hlp$(TargetName).hm" 
  244. echo // Prompts (IDP_*) >>"hlp$(TargetName).hm" 
  245. makehm IDP_,HIDP_,0x30000 resource.h >>"hlp$(TargetName).hm" 
  246. echo. >>"hlp$(TargetName).hm" 
  247. echo // Resources (IDR_*) >>"hlp$(TargetName).hm" 
  248. makehm IDR_,HIDR_,0x20000 resource.h >>"hlp$(TargetName).hm" 
  249. echo. >>"hlp$(TargetName).hm" 
  250. echo // Dialogs (IDD_*) >>"hlp$(TargetName).hm" 
  251. makehm IDD_,HIDD_,0x20000 resource.h >>"hlp$(TargetName).hm" 
  252. echo. >>"hlp$(TargetName).hm" 
  253. echo // Frame Controls (IDW_*) >>"hlp$(TargetName).hm" 
  254. makehm IDW_,HIDW_,0x50000 resource.h >>"hlp$(TargetName).hm" 
  255. # End Custom Build
  256. !ENDIF 
  257. # End Source File
  258. # Begin Source File
  259. SOURCE=.SelDlg.h
  260. # End Source File
  261. # Begin Source File
  262. SOURCE=.StdAfx.h
  263. # End Source File
  264. # Begin Source File
  265. SOURCE=.TargetSet.h
  266. # End Source File
  267. # End Group
  268. # Begin Group "Resource Files"
  269. # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
  270. # Begin Source File
  271. SOURCE=.resMapDemo.ico
  272. # End Source File
  273. # Begin Source File
  274. SOURCE=.resMapDemo.rc2
  275. # End Source File
  276. # Begin Source File
  277. SOURCE=.resMapDemoDoc.ico
  278. # End Source File
  279. # Begin Source File
  280. SOURCE=.resToolbar.bmp
  281. # End Source File
  282. # Begin Source File
  283. SOURCE=.restoolbarm.bmp
  284. # End Source File
  285. # End Group
  286. # Begin Group "Help Files"
  287. # PROP Default_Filter "cnt;rtf"
  288. # Begin Source File
  289. SOURCE=.hlpAfxCore.rtf
  290. # End Source File
  291. # Begin Source File
  292. SOURCE=.hlpAfxPrint.rtf
  293. # End Source File
  294. # Begin Source File
  295. SOURCE=.hlpAppExit.bmp
  296. # End Source File
  297. # Begin Source File
  298. SOURCE=.hlpBullet.bmp
  299. # End Source File
  300. # Begin Source File
  301. SOURCE=.hlpCurArw2.bmp
  302. # End Source File
  303. # Begin Source File
  304. SOURCE=.hlpCurArw4.bmp
  305. # End Source File
  306. # Begin Source File
  307. SOURCE=.hlpCurHelp.bmp
  308. # End Source File
  309. # Begin Source File
  310. SOURCE=.hlpEditCopy.bmp
  311. # End Source File
  312. # Begin Source File
  313. SOURCE=.hlpEditCut.bmp
  314. # End Source File
  315. # Begin Source File
  316. SOURCE=.hlpEditPast.bmp
  317. # End Source File
  318. # Begin Source File
  319. SOURCE=.hlpEditUndo.bmp
  320. # End Source File
  321. # Begin Source File
  322. SOURCE=.hlpFileNew.bmp
  323. # End Source File
  324. # Begin Source File
  325. SOURCE=.hlpFileOpen.bmp
  326. # End Source File
  327. # Begin Source File
  328. SOURCE=.hlpFilePrnt.bmp
  329. # End Source File
  330. # Begin Source File
  331. SOURCE=.hlpFileSave.bmp
  332. # End Source File
  333. # Begin Source File
  334. SOURCE=.hlpHlpSBar.bmp
  335. # End Source File
  336. # Begin Source File
  337. SOURCE=.hlpHlpTBar.bmp
  338. # End Source File
  339. # Begin Source File
  340. SOURCE=.hlpMapDemo.cnt
  341. !IF  "$(CFG)" == "MapDemo - Win32 Release"
  342. # PROP Ignore_Default_Tool 1
  343. # Begin Custom Build - Copying contents file...
  344. OutDir=.Release
  345. InputPath=.hlpMapDemo.cnt
  346. InputName=MapDemo
  347. "$(OutDir)$(InputName).cnt" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  348. copy "hlp$(InputName).cnt" $(OutDir)
  349. # End Custom Build
  350. !ELSEIF  "$(CFG)" == "MapDemo - Win32 Debug"
  351. # PROP Ignore_Default_Tool 1
  352. # Begin Custom Build - Copying contents file...
  353. OutDir=.Debug
  354. InputPath=.hlpMapDemo.cnt
  355. InputName=MapDemo
  356. "$(OutDir)$(InputName).cnt" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  357. copy "hlp$(InputName).cnt" $(OutDir)
  358. # End Custom Build
  359. !ENDIF 
  360. # End Source File
  361. # Begin Source File
  362. SOURCE=.hlpRecFirst.bmp
  363. # End Source File
  364. # Begin Source File
  365. SOURCE=.hlpRecLast.bmp
  366. # End Source File
  367. # Begin Source File
  368. SOURCE=.hlpRecNext.bmp
  369. # End Source File
  370. # Begin Source File
  371. SOURCE=.hlpRecPrev.bmp
  372. # End Source File
  373. # Begin Source File
  374. SOURCE=.hlpScmax.bmp
  375. # End Source File
  376. # Begin Source File
  377. SOURCE=.hlpScMenu.bmp
  378. # End Source File
  379. # Begin Source File
  380. SOURCE=.hlpScmin.bmp
  381. # End Source File
  382. # End Group
  383. # Begin Source File
  384. SOURCE=.ReadMe.txt
  385. # End Source File
  386. # End Target
  387. # End Project
  388. # Section MapDemo : {F4392540-0CFE-101B-B22E-00AA0037B2FC}
  389. #  2:5:Class:CGridCtrl
  390. #  2:10:HeaderFile:gridctrl.h
  391. #  2:8:ImplFile:gridctrl.cpp
  392. # End Section
  393. # Section MapDemo : {A8C3B720-0B5A-101B-B22E-00AA0037B2FC}
  394. #  2:21:DefaultSinkHeaderFile:gridctrl.h
  395. #  2:16:DefaultSinkClass:CGridCtrl
  396. # End Section