gmark.vcp
上传用户:pumpssky
上传日期:2007-12-07
资源大小:110k
文件大小:20k
源码类别:

MacOS编程

开发平台:

C/C++

  1. # Microsoft eMbedded Visual Tools Project File - Name="gmark" - Package Owner=<4>
  2. # Microsoft eMbedded Visual Tools Generated Build File, Format Version 6.02
  3. # ** DO NOT EDIT **
  4. # TARGTYPE "Win32 (WCE ARMV4) Application" 0xa301
  5. # TARGTYPE "Win32 (WCE emulator) Application" 0xa601
  6. CFG=gmark - Win32 (WCE emulator) Debug
  7. !MESSAGE This is not a valid makefile. To build this project using NMAKE,
  8. !MESSAGE use the Export Makefile command and run
  9. !MESSAGE 
  10. !MESSAGE NMAKE /f "gmark.vcn".
  11. !MESSAGE 
  12. !MESSAGE You can specify a configuration when running NMAKE
  13. !MESSAGE by defining the macro CFG on the command line. For example:
  14. !MESSAGE 
  15. !MESSAGE NMAKE /f "gmark.vcn" CFG="gmark - Win32 (WCE emulator) Debug"
  16. !MESSAGE 
  17. !MESSAGE Possible choices for configuration are:
  18. !MESSAGE 
  19. !MESSAGE "gmark - Win32 (WCE emulator) Release" (based on "Win32 (WCE emulator) Application")
  20. !MESSAGE "gmark - Win32 (WCE emulator) Debug" (based on "Win32 (WCE emulator) Application")
  21. !MESSAGE "gmark - Win32 (WCE ARMV4) Release" (based on "Win32 (WCE ARMV4) Application")
  22. !MESSAGE "gmark - Win32 (WCE ARMV4) Debug" (based on "Win32 (WCE ARMV4) Application")
  23. !MESSAGE 
  24. # Begin Project
  25. # PROP AllowPerConfigDependencies 0
  26. # PROP Scc_ProjName ""
  27. # PROP Scc_LocalPath ""
  28. # PROP ATL_Project 2
  29. !IF  "$(CFG)" == "gmark - Win32 (WCE emulator) Release"
  30. # PROP BASE Use_MFC 1
  31. # PROP BASE Use_Debug_Libraries 0
  32. # PROP BASE Output_Dir "emulatorRel"
  33. # PROP BASE Intermediate_Dir "emulatorRel"
  34. # PROP BASE CPU_ID "{32E52003-403E-442D-BE48-DE10F8C6131D}"
  35. # PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
  36. # PROP BASE Target_Dir ""
  37. # PROP Use_MFC 1
  38. # PROP Use_Debug_Libraries 0
  39. # PROP Output_Dir "emulatorRel"
  40. # PROP Intermediate_Dir "emulatorRel"
  41. # PROP CPU_ID "{32E52003-403E-442D-BE48-DE10F8C6131D}"
  42. # PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
  43. # PROP Ignore_Export_Lib 0
  44. # PROP Target_Dir ""
  45. RSC=rc.exe
  46. # ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "NDEBUG" /d "$(CePlatform)" /d "_X86_" /d "x86" /d "_i386_" /r
  47. # ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "NDEBUG" /d "$(CePlatform)" /d "_X86_" /d "x86" /d "_i386_" /r
  48. CPP=cl.exe
  49. # ADD BASE CPP /nologo /W3 /D "_i386_" /D UNDER_CE=$(CEVersion) /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "UNICODE" /D "_UNICODE" /D "_X86_" /D "x86" /D "NDEBUG" /D "_WIN32_WCE_CEPC" /Yu"stdafx.h" /Gs8192 /GF /O2 /c
  50. # ADD CPP /nologo /W3 /D "_i386_" /D UNDER_CE=$(CEVersion) /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "UNICODE" /D "_UNICODE" /D "_X86_" /D "x86" /D "NDEBUG" /D "_WIN32_WCE_CEPC" /FR /Yu"stdafx.h" /Gs8192 /GF /O2 /c
  51. MTL=midl.exe
  52. # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
  53. # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
  54. BSC32=bscmake.exe
  55. # ADD BASE BSC32 /nologo
  56. # ADD BSC32 /nologo
  57. LINK32=link.exe
  58. # ADD BASE LINK32 /nologo /base:"0x00010000" /stack:0x10000,0x1000 /entry:"wWinMainCRTStartup" /subsystem:$(CESubsystem) /MACHINE:IX86
  59. # ADD LINK32 winsock.lib /nologo /base:"0x00010000" /stack:0x10000,0x1000 /entry:"wWinMainCRTStartup" /subsystem:$(CESubsystem) /MACHINE:IX86
  60. !ELSEIF  "$(CFG)" == "gmark - Win32 (WCE emulator) Debug"
  61. # PROP BASE Use_MFC 1
  62. # PROP BASE Use_Debug_Libraries 1
  63. # PROP BASE Output_Dir "emulatorDbg"
  64. # PROP BASE Intermediate_Dir "emulatorDbg"
  65. # PROP BASE CPU_ID "{32E52003-403E-442D-BE48-DE10F8C6131D}"
  66. # PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
  67. # PROP BASE Target_Dir ""
  68. # PROP Use_MFC 1
  69. # PROP Use_Debug_Libraries 1
  70. # PROP Output_Dir "emulatorDbg"
  71. # PROP Intermediate_Dir "emulatorDbg"
  72. # PROP CPU_ID "{32E52003-403E-442D-BE48-DE10F8C6131D}"
  73. # PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
  74. # PROP Ignore_Export_Lib 0
  75. # PROP Target_Dir ""
  76. RSC=rc.exe
  77. # ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "DEBUG" /d "$(CePlatform)" /d "_X86_" /d "x86" /d "_i386_" /r
  78. # ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "UNICODE" /d "_UNICODE" /d "DEBUG" /d "$(CePlatform)" /d "_X86_" /d "x86" /d "_i386_" /r
  79. CPP=cl.exe
  80. # ADD BASE CPP /nologo /W3 /Zi /Od /D "DEBUG" /D "_i386_" /D UNDER_CE=$(CEVersion) /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "UNICODE" /D "_UNICODE" /D "_X86_" /D "x86" /D "_WIN32_WCE_CEPC" /Yu"stdafx.h" /Gs8192 /GF /c
  81. # ADD CPP /nologo /W3 /Zi /Od /D "DEBUG" /D "_i386_" /D UNDER_CE=$(CEVersion) /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "UNICODE" /D "_UNICODE" /D "_X86_" /D "x86" /D "_WIN32_WCE_CEPC" /FR /Yu"stdafx.h" /Gs8192 /GF /c
  82. MTL=midl.exe
  83. # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
  84. # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
  85. BSC32=bscmake.exe
  86. # ADD BASE BSC32 /nologo
  87. # ADD BSC32 /nologo
  88. LINK32=link.exe
  89. # ADD BASE LINK32 /nologo /base:"0x00010000" /stack:0x10000,0x1000 /entry:"wWinMainCRTStartup" /debug /subsystem:$(CESubsystem) /MACHINE:IX86
  90. # ADD LINK32 winsock.lib /nologo /base:"0x00010000" /stack:0x10000,0x1000 /entry:"wWinMainCRTStartup" /debug /subsystem:$(CESubsystem) /MACHINE:IX86
  91. !ELSEIF  "$(CFG)" == "gmark - Win32 (WCE ARMV4) Release"
  92. # PROP BASE Use_MFC 1
  93. # PROP BASE Use_Debug_Libraries 0
  94. # PROP BASE Output_Dir "ARMV4Rel"
  95. # PROP BASE Intermediate_Dir "ARMV4Rel"
  96. # PROP BASE CPU_ID "{ECBEA43D-CD7B-4852-AD55-D4227B5D624B}"
  97. # PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
  98. # PROP BASE Target_Dir ""
  99. # PROP Use_MFC 1
  100. # PROP Use_Debug_Libraries 0
  101. # PROP Output_Dir "ARMV4Rel"
  102. # PROP Intermediate_Dir "ARMV4Rel"
  103. # PROP CPU_ID "{ECBEA43D-CD7B-4852-AD55-D4227B5D624B}"
  104. # PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
  105. # PROP Ignore_Export_Lib 0
  106. # PROP Target_Dir ""
  107. RSC=rc.exe
  108. # ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "NDEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /d "ARMV4" /r
  109. # ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "NDEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /d "ARMV4" /r
  110. CPP=clarm.exe
  111. # ADD BASE CPP /nologo /W3 /D "ARM" /D "_ARM_" /D "ARMV4" /D UNDER_CE=$(CEVersion) /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /Yu"stdafx.h" /O2 /M$(CECrtMT) /c
  112. # ADD CPP /nologo /W3 /GX /D "ARM" /D "_ARM_" /D "ARMV4" /D UNDER_CE=$(CEVersion) /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /FR /Yu"stdafx.h" /O2 /M$(CECrtMT) /c
  113. MTL=midl.exe
  114. # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
  115. # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
  116. BSC32=bscmake.exe
  117. # ADD BASE BSC32 /nologo
  118. # ADD BSC32 /nologo
  119. LINK32=link.exe
  120. # ADD BASE LINK32 /nologo /base:"0x00010000" /stack:0x10000,0x1000 /entry:"wWinMainCRTStartup" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM
  121. # ADD LINK32 winsock.lib /nologo /base:"0x00010000" /stack:0x10000,0x1000 /entry:"wWinMainCRTStartup" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM
  122. !ELSEIF  "$(CFG)" == "gmark - Win32 (WCE ARMV4) Debug"
  123. # PROP BASE Use_MFC 1
  124. # PROP BASE Use_Debug_Libraries 1
  125. # PROP BASE Output_Dir "ARMV4Dbg"
  126. # PROP BASE Intermediate_Dir "ARMV4Dbg"
  127. # PROP BASE CPU_ID "{ECBEA43D-CD7B-4852-AD55-D4227B5D624B}"
  128. # PROP BASE Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
  129. # PROP BASE Target_Dir ""
  130. # PROP Use_MFC 1
  131. # PROP Use_Debug_Libraries 1
  132. # PROP Output_Dir "ARMV4Dbg"
  133. # PROP Intermediate_Dir "ARMV4Dbg"
  134. # PROP CPU_ID "{ECBEA43D-CD7B-4852-AD55-D4227B5D624B}"
  135. # PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
  136. # PROP Ignore_Export_Lib 0
  137. # PROP Target_Dir ""
  138. RSC=rc.exe
  139. # ADD BASE RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "DEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /d "ARMV4" /r
  140. # ADD RSC /l 0x409 /d UNDER_CE=$(CEVersion) /d _WIN32_WCE=$(CEVersion) /d "DEBUG" /d "UNICODE" /d "_UNICODE" /d "$(CePlatform)" /d "ARM" /d "_ARM_" /d "ARMV4" /r
  141. CPP=clarm.exe
  142. # ADD BASE CPP /nologo /W3 /Zi /Od /D "DEBUG" /D "ARM" /D "_ARM_" /D "ARMV4" /D UNDER_CE=$(CEVersion) /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "UNICODE" /D "_UNICODE" /Yu"stdafx.h" /M$(CECrtMTDebug) /c
  143. # ADD CPP /nologo /W3 /Zi /Od /D "DEBUG" /D "ARM" /D "_ARM_" /D "ARMV4" /D UNDER_CE=$(CEVersion) /D _WIN32_WCE=$(CEVersion) /D "$(CePlatform)" /D "UNICODE" /D "_UNICODE" /FR /Yu"stdafx.h" /M$(CECrtMTDebug) /c
  144. MTL=midl.exe
  145. # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
  146. # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
  147. BSC32=bscmake.exe
  148. # ADD BASE BSC32 /nologo
  149. # ADD BSC32 /nologo
  150. LINK32=link.exe
  151. # ADD BASE LINK32 /nologo /base:"0x00010000" /stack:0x10000,0x1000 /entry:"wWinMainCRTStartup" /debug /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM
  152. # ADD LINK32 winsock.lib /nologo /base:"0x00010000" /stack:0x10000,0x1000 /entry:"wWinMainCRTStartup" /debug /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM
  153. !ENDIF 
  154. # Begin Target
  155. # Name "gmark - Win32 (WCE emulator) Release"
  156. # Name "gmark - Win32 (WCE emulator) Debug"
  157. # Name "gmark - Win32 (WCE ARMV4) Release"
  158. # Name "gmark - Win32 (WCE ARMV4) Debug"
  159. # Begin Group "Source Files"
  160. # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
  161. # Begin Source File
  162. SOURCE=.AdvanceDlg.cpp
  163. !IF  "$(CFG)" == "gmark - Win32 (WCE emulator) Release"
  164. DEP_CPP_ADVAN=
  165. ".AdvanceDlg.h"
  166. ".gmark.h"
  167. ".StdAfx.h"
  168. !ELSEIF  "$(CFG)" == "gmark - Win32 (WCE emulator) Debug"
  169. DEP_CPP_ADVAN=
  170. ".AdvanceDlg.h"
  171. ".gmark.h"
  172. ".StdAfx.h"
  173. !ELSEIF  "$(CFG)" == "gmark - Win32 (WCE ARMV4) Release"
  174. DEP_CPP_ADVAN=
  175. ".AdvanceDlg.h"
  176. ".gmark.h"
  177. ".StdAfx.h"
  178. !ELSEIF  "$(CFG)" == "gmark - Win32 (WCE ARMV4) Debug"
  179. DEP_CPP_ADVAN=
  180. ".AdvanceDlg.h"
  181. ".gmark.h"
  182. ".StdAfx.h"
  183. !ENDIF 
  184. # End Source File
  185. # Begin Source File
  186. SOURCE=.gmark.cpp
  187. !IF  "$(CFG)" == "gmark - Win32 (WCE emulator) Release"
  188. DEP_CPP_GMARK=
  189. ".define.h"
  190. ".gmark.h"
  191. ".gmarkDoc.h"
  192. ".gmarkView.h"
  193. ".Gps.h"
  194. ".Log.h"
  195. ".MainFrm.h"
  196. ".Serial.h"
  197. ".StdAfx.h"
  198. !ELSEIF  "$(CFG)" == "gmark - Win32 (WCE emulator) Debug"
  199. DEP_CPP_GMARK=
  200. ".define.h"
  201. ".gmark.h"
  202. ".gmarkDoc.h"
  203. ".gmarkView.h"
  204. ".Gps.h"
  205. ".MainFrm.h"
  206. ".Serial.h"
  207. ".StdAfx.h"
  208. !ELSEIF  "$(CFG)" == "gmark - Win32 (WCE ARMV4) Release"
  209. DEP_CPP_GMARK=
  210. ".define.h"
  211. ".gmark.h"
  212. ".gmarkDoc.h"
  213. ".gmarkView.h"
  214. ".Gps.h"
  215. ".Log.h"
  216. ".MainFrm.h"
  217. ".Serial.h"
  218. ".StdAfx.h"
  219. !ELSEIF  "$(CFG)" == "gmark - Win32 (WCE ARMV4) Debug"
  220. DEP_CPP_GMARK=
  221. ".define.h"
  222. ".gmark.h"
  223. ".gmarkDoc.h"
  224. ".gmarkView.h"
  225. ".Gps.h"
  226. ".Log.h"
  227. ".MainFrm.h"
  228. ".Serial.h"
  229. ".StdAfx.h"
  230. !ENDIF 
  231. # End Source File
  232. # Begin Source File
  233. SOURCE=.gmark.rc
  234. !IF  "$(CFG)" == "gmark - Win32 (WCE emulator) Release"
  235. !ELSEIF  "$(CFG)" == "gmark - Win32 (WCE emulator) Debug"
  236. !ELSEIF  "$(CFG)" == "gmark - Win32 (WCE ARMV4) Release"
  237. !ELSEIF  "$(CFG)" == "gmark - Win32 (WCE ARMV4) Debug"
  238. !ENDIF 
  239. # End Source File
  240. # Begin Source File
  241. SOURCE=.gmarkDoc.cpp
  242. !IF  "$(CFG)" == "gmark - Win32 (WCE emulator) Release"
  243. DEP_CPP_GMARKD=
  244. ".gmark.h"
  245. ".gmarkDoc.h"
  246. ".StdAfx.h"
  247. !ELSEIF  "$(CFG)" == "gmark - Win32 (WCE emulator) Debug"
  248. DEP_CPP_GMARKD=
  249. ".gmark.h"
  250. ".gmarkDoc.h"
  251. ".StdAfx.h"
  252. !ELSEIF  "$(CFG)" == "gmark - Win32 (WCE ARMV4) Release"
  253. DEP_CPP_GMARKD=
  254. ".gmark.h"
  255. ".gmarkDoc.h"
  256. ".StdAfx.h"
  257. !ELSEIF  "$(CFG)" == "gmark - Win32 (WCE ARMV4) Debug"
  258. DEP_CPP_GMARKD=
  259. ".gmark.h"
  260. ".gmarkDoc.h"
  261. ".StdAfx.h"
  262. !ENDIF 
  263. # End Source File
  264. # Begin Source File
  265. SOURCE=.gmarkView.cpp
  266. !IF  "$(CFG)" == "gmark - Win32 (WCE emulator) Release"
  267. DEP_CPP_GMARKV=
  268. ".define.h"
  269. ".gmark.h"
  270. ".gmarkDoc.h"
  271. ".gmarkView.h"
  272. ".Gps.h"
  273. ".Log.h"
  274. ".Serial.h"
  275. ".StdAfx.h"
  276. !ELSEIF  "$(CFG)" == "gmark - Win32 (WCE emulator) Debug"
  277. DEP_CPP_GMARKV=
  278. ".define.h"
  279. ".gmark.h"
  280. ".gmarkDoc.h"
  281. ".gmarkView.h"
  282. ".Gps.h"
  283. ".Serial.h"
  284. ".StdAfx.h"
  285. !ELSEIF  "$(CFG)" == "gmark - Win32 (WCE ARMV4) Release"
  286. DEP_CPP_GMARKV=
  287. ".define.h"
  288. ".gmark.h"
  289. ".gmarkDoc.h"
  290. ".gmarkView.h"
  291. ".Gps.h"
  292. ".Log.h"
  293. ".Serial.h"
  294. ".StdAfx.h"
  295. !ELSEIF  "$(CFG)" == "gmark - Win32 (WCE ARMV4) Debug"
  296. DEP_CPP_GMARKV=
  297. ".define.h"
  298. ".gmark.h"
  299. ".gmarkDoc.h"
  300. ".gmarkView.h"
  301. ".Gps.h"
  302. ".Log.h"
  303. ".Serial.h"
  304. ".StdAfx.h"
  305. !ENDIF 
  306. # End Source File
  307. # Begin Source File
  308. SOURCE=.Gps.cpp
  309. !IF  "$(CFG)" == "gmark - Win32 (WCE emulator) Release"
  310. DEP_CPP_GPS_C=
  311. ".define.h"
  312. ".gmark.h"
  313. ".Gps.h"
  314. ".Serial.h"
  315. ".StdAfx.h"
  316. !ELSEIF  "$(CFG)" == "gmark - Win32 (WCE emulator) Debug"
  317. DEP_CPP_GPS_C=
  318. ".define.h"
  319. ".gmark.h"
  320. ".Gps.h"
  321. ".Serial.h"
  322. ".StdAfx.h"
  323. !ELSEIF  "$(CFG)" == "gmark - Win32 (WCE ARMV4) Release"
  324. DEP_CPP_GPS_C=
  325. ".define.h"
  326. ".gmark.h"
  327. ".Gps.h"
  328. ".Serial.h"
  329. ".StdAfx.h"
  330. !ELSEIF  "$(CFG)" == "gmark - Win32 (WCE ARMV4) Debug"
  331. DEP_CPP_GPS_C=
  332. ".define.h"
  333. ".gmark.h"
  334. ".Gps.h"
  335. ".Serial.h"
  336. ".StdAfx.h"
  337. !ENDIF 
  338. # End Source File
  339. # Begin Source File
  340. SOURCE=.Log.cpp
  341. !IF  "$(CFG)" == "gmark - Win32 (WCE emulator) Release"
  342. DEP_CPP_LOG_C=
  343. ".gmark.h"
  344. ".Log.h"
  345. ".StdAfx.h"
  346. !ELSEIF  "$(CFG)" == "gmark - Win32 (WCE emulator) Debug"
  347. DEP_CPP_LOG_C=
  348. ".gmark.h"
  349. ".Log.h"
  350. ".StdAfx.h"
  351. !ELSEIF  "$(CFG)" == "gmark - Win32 (WCE ARMV4) Release"
  352. DEP_CPP_LOG_C=
  353. ".gmark.h"
  354. ".Log.h"
  355. ".StdAfx.h"
  356. !ELSEIF  "$(CFG)" == "gmark - Win32 (WCE ARMV4) Debug"
  357. DEP_CPP_LOG_C=
  358. ".gmark.h"
  359. ".Log.h"
  360. ".StdAfx.h"
  361. !ENDIF 
  362. # End Source File
  363. # Begin Source File
  364. SOURCE=.MainFrm.cpp
  365. !IF  "$(CFG)" == "gmark - Win32 (WCE emulator) Release"
  366. DEP_CPP_MAINF=
  367. ".gmark.h"
  368. ".MainFrm.h"
  369. ".StdAfx.h"
  370. !ELSEIF  "$(CFG)" == "gmark - Win32 (WCE emulator) Debug"
  371. DEP_CPP_MAINF=
  372. ".gmark.h"
  373. ".MainFrm.h"
  374. ".StdAfx.h"
  375. !ELSEIF  "$(CFG)" == "gmark - Win32 (WCE ARMV4) Release"
  376. DEP_CPP_MAINF=
  377. ".gmark.h"
  378. ".MainFrm.h"
  379. ".StdAfx.h"
  380. !ELSEIF  "$(CFG)" == "gmark - Win32 (WCE ARMV4) Debug"
  381. DEP_CPP_MAINF=
  382. ".gmark.h"
  383. ".MainFrm.h"
  384. ".StdAfx.h"
  385. !ENDIF 
  386. # End Source File
  387. # Begin Source File
  388. SOURCE=.MonitorDlg.cpp
  389. !IF  "$(CFG)" == "gmark - Win32 (WCE emulator) Release"
  390. DEP_CPP_MONIT=
  391. ".gmark.h"
  392. ".MonitorDlg.h"
  393. ".StdAfx.h"
  394. !ELSEIF  "$(CFG)" == "gmark - Win32 (WCE emulator) Debug"
  395. DEP_CPP_MONIT=
  396. ".gmark.h"
  397. ".MonitorDlg.h"
  398. ".StdAfx.h"
  399. !ELSEIF  "$(CFG)" == "gmark - Win32 (WCE ARMV4) Release"
  400. DEP_CPP_MONIT=
  401. ".gmark.h"
  402. ".MonitorDlg.h"
  403. ".StdAfx.h"
  404. !ELSEIF  "$(CFG)" == "gmark - Win32 (WCE ARMV4) Debug"
  405. DEP_CPP_MONIT=
  406. ".gmark.h"
  407. ".MonitorDlg.h"
  408. ".StdAfx.h"
  409. !ENDIF 
  410. # End Source File
  411. # Begin Source File
  412. SOURCE=.MyTabCtrl.cpp
  413. !IF  "$(CFG)" == "gmark - Win32 (WCE emulator) Release"
  414. DEP_CPP_MYTAB=
  415. ".gmark.h"
  416. ".MyTabCtrl.h"
  417. ".StdAfx.h"
  418. !ELSEIF  "$(CFG)" == "gmark - Win32 (WCE emulator) Debug"
  419. DEP_CPP_MYTAB=
  420. ".gmark.h"
  421. ".MyTabCtrl.h"
  422. ".StdAfx.h"
  423. !ELSEIF  "$(CFG)" == "gmark - Win32 (WCE ARMV4) Release"
  424. DEP_CPP_MYTAB=
  425. ".gmark.h"
  426. ".MyTabCtrl.h"
  427. ".StdAfx.h"
  428. !ELSEIF  "$(CFG)" == "gmark - Win32 (WCE ARMV4) Debug"
  429. DEP_CPP_MYTAB=
  430. ".gmark.h"
  431. ".MyTabCtrl.h"
  432. ".StdAfx.h"
  433. !ENDIF 
  434. # End Source File
  435. # Begin Source File
  436. SOURCE=.OperateDlg.cpp
  437. !IF  "$(CFG)" == "gmark - Win32 (WCE emulator) Release"
  438. DEP_CPP_OPERA=
  439. ".define.h"
  440. ".gmark.h"
  441. ".Gps.h"
  442. ".OperateDlg.h"
  443. ".Serial.h"
  444. ".StdAfx.h"
  445. !ELSEIF  "$(CFG)" == "gmark - Win32 (WCE emulator) Debug"
  446. DEP_CPP_OPERA=
  447. ".define.h"
  448. ".gmark.h"
  449. ".Gps.h"
  450. ".OperateDlg.h"
  451. ".Serial.h"
  452. ".StdAfx.h"
  453. !ELSEIF  "$(CFG)" == "gmark - Win32 (WCE ARMV4) Release"
  454. DEP_CPP_OPERA=
  455. ".define.h"
  456. ".gmark.h"
  457. ".Gps.h"
  458. ".OperateDlg.h"
  459. ".Serial.h"
  460. ".StdAfx.h"
  461. !ELSEIF  "$(CFG)" == "gmark - Win32 (WCE ARMV4) Debug"
  462. DEP_CPP_OPERA=
  463. ".define.h"
  464. ".gmark.h"
  465. ".Gps.h"
  466. ".OperateDlg.h"
  467. ".Serial.h"
  468. ".StdAfx.h"
  469. !ENDIF 
  470. # End Source File
  471. # Begin Source File
  472. SOURCE=.Serial.cpp
  473. !IF  "$(CFG)" == "gmark - Win32 (WCE emulator) Release"
  474. DEP_CPP_SERIA=
  475. ".define.h"
  476. ".Gps.h"
  477. ".Serial.h"
  478. ".StdAfx.h"
  479. !ELSEIF  "$(CFG)" == "gmark - Win32 (WCE emulator) Debug"
  480. DEP_CPP_SERIA=
  481. ".define.h"
  482. ".Gps.h"
  483. ".Serial.h"
  484. ".StdAfx.h"
  485. !ELSEIF  "$(CFG)" == "gmark - Win32 (WCE ARMV4) Release"
  486. DEP_CPP_SERIA=
  487. ".define.h"
  488. ".Gps.h"
  489. ".Serial.h"
  490. ".StdAfx.h"
  491. !ELSEIF  "$(CFG)" == "gmark - Win32 (WCE ARMV4) Debug"
  492. DEP_CPP_SERIA=
  493. ".define.h"
  494. ".Gps.h"
  495. ".Serial.h"
  496. ".StdAfx.h"
  497. !ENDIF 
  498. # End Source File
  499. # Begin Source File
  500. SOURCE=.SetupDlg.cpp
  501. !IF  "$(CFG)" == "gmark - Win32 (WCE emulator) Release"
  502. DEP_CPP_SETUP=
  503. ".gmark.h"
  504. ".SetupDlg.h"
  505. ".StdAfx.h"
  506. !ELSEIF  "$(CFG)" == "gmark - Win32 (WCE emulator) Debug"
  507. DEP_CPP_SETUP=
  508. ".gmark.h"
  509. ".SetupDlg.h"
  510. ".StdAfx.h"
  511. !ELSEIF  "$(CFG)" == "gmark - Win32 (WCE ARMV4) Release"
  512. DEP_CPP_SETUP=
  513. ".gmark.h"
  514. ".SetupDlg.h"
  515. ".StdAfx.h"
  516. !ELSEIF  "$(CFG)" == "gmark - Win32 (WCE ARMV4) Debug"
  517. DEP_CPP_SETUP=
  518. ".gmark.h"
  519. ".SetupDlg.h"
  520. ".StdAfx.h"
  521. !ENDIF 
  522. # End Source File
  523. # Begin Source File
  524. SOURCE=.StdAfx.cpp
  525. !IF  "$(CFG)" == "gmark - Win32 (WCE emulator) Release"
  526. DEP_CPP_STDAF=
  527. ".StdAfx.h"
  528. # ADD CPP /Yc"stdafx.h"
  529. !ELSEIF  "$(CFG)" == "gmark - Win32 (WCE emulator) Debug"
  530. DEP_CPP_STDAF=
  531. ".StdAfx.h"
  532. # ADD CPP /Yc"stdafx.h"
  533. !ELSEIF  "$(CFG)" == "gmark - Win32 (WCE ARMV4) Release"
  534. DEP_CPP_STDAF=
  535. ".StdAfx.h"
  536. # ADD CPP /Yc"stdafx.h"
  537. !ELSEIF  "$(CFG)" == "gmark - Win32 (WCE ARMV4) Debug"
  538. DEP_CPP_STDAF=
  539. ".StdAfx.h"
  540. # ADD CPP /Yc"stdafx.h"
  541. !ENDIF 
  542. # End Source File
  543. # End Group
  544. # Begin Group "Header Files"
  545. # PROP Default_Filter "h;hpp;hxx;hm;inl"
  546. # Begin Source File
  547. SOURCE=.AdvanceDlg.h
  548. # End Source File
  549. # Begin Source File
  550. SOURCE=.define.h
  551. # End Source File
  552. # Begin Source File
  553. SOURCE=.gmark.h
  554. # End Source File
  555. # Begin Source File
  556. SOURCE=.gmarkDoc.h
  557. # End Source File
  558. # Begin Source File
  559. SOURCE=.gmarkView.h
  560. # End Source File
  561. # Begin Source File
  562. SOURCE=.Gps.h
  563. # End Source File
  564. # Begin Source File
  565. SOURCE=.Log.h
  566. # End Source File
  567. # Begin Source File
  568. SOURCE=.MainFrm.h
  569. # End Source File
  570. # Begin Source File
  571. SOURCE=.MonitorDlg.h
  572. # End Source File
  573. # Begin Source File
  574. SOURCE=.MyTabCtrl.h
  575. # End Source File
  576. # Begin Source File
  577. SOURCE=.newres.h
  578. # End Source File
  579. # Begin Source File
  580. SOURCE=.OperateDlg.h
  581. # End Source File
  582. # Begin Source File
  583. SOURCE=.Resource.h
  584. # End Source File
  585. # Begin Source File
  586. SOURCE=.Serial.h
  587. # End Source File
  588. # Begin Source File
  589. SOURCE=.SetupDlg.h
  590. # End Source File
  591. # Begin Source File
  592. SOURCE=.StdAfx.h
  593. # End Source File
  594. # End Group
  595. # Begin Group "Resource Files"
  596. # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
  597. # Begin Source File
  598. SOURCE=.resCmdbar.bmp
  599. # End Source File
  600. # Begin Source File
  601. SOURCE=.resgmark.ico
  602. # End Source File
  603. # Begin Source File
  604. SOURCE=.resgmark.rc2
  605. # PROP Exclude_From_Scan -1
  606. # PROP BASE Exclude_From_Build 1
  607. # PROP Exclude_From_Build 1
  608. # End Source File
  609. # End Group
  610. # Begin Source File
  611. SOURCE=.ReadMe.txt
  612. # End Source File
  613. # End Target
  614. # End Project