IpMonitor.dsp
上传用户:ykzxjx
上传日期:2022-04-03
资源大小:1175k
文件大小:11k
开发平台:

Visual C++

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