mymenu.001
上传用户:aphuaqiang
上传日期:2007-01-02
资源大小:62k
文件大小:9k
源码类别:

菜单

开发平台:

Visual C++

  1. # Microsoft Developer Studio Project File - Name="mymenu" - Package Owner=<4>
  2. # Microsoft Developer Studio Generated Build File, Format Version 5.00
  3. # ** DO NOT EDIT **
  4. # TARGTYPE "Win32 (x86) Application" 0x0101
  5. CFG=mymenu - Win32 Unicode 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 "mymenu.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 "mymenu.mak" CFG="mymenu - Win32 Unicode Debug"
  15. !MESSAGE 
  16. !MESSAGE Possible choices for configuration are:
  17. !MESSAGE 
  18. !MESSAGE "mymenu - Win32 Release" (based on "Win32 (x86) Application")
  19. !MESSAGE "mymenu - Win32 Debug" (based on "Win32 (x86) Application")
  20. !MESSAGE "mymenu - Win32 Unicode Debug" (based on "Win32 (x86) Application")
  21. !MESSAGE "mymenu - Win32 Unicode Release" (based on "Win32 (x86) Application")
  22. !MESSAGE 
  23. # Begin Project
  24. # PROP Scc_ProjName ""
  25. # PROP Scc_LocalPath ""
  26. CPP=cl.exe
  27. MTL=midl.exe
  28. RSC=rc.exe
  29. !IF  "$(CFG)" == "mymenu - Win32 Release"
  30. # PROP BASE Use_MFC 6
  31. # PROP BASE Use_Debug_Libraries 0
  32. # PROP BASE Output_Dir "Release"
  33. # PROP BASE Intermediate_Dir "Release"
  34. # PROP BASE Target_Dir ""
  35. # PROP Use_MFC 6
  36. # PROP Use_Debug_Libraries 0
  37. # PROP Output_Dir "Release"
  38. # PROP Intermediate_Dir "Release"
  39. # PROP Target_Dir ""
  40. # ADD BASE CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /Yu"stdafx.h" /FD /c
  41. # ADD CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /Yu"stdafx.h" /FD /c
  42. # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o NUL /win32
  43. # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o NUL /win32
  44. # ADD BASE RSC /l 0x409 /d "NDEBUG" /d "_AFXDLL"
  45. # ADD RSC /l 0x409 /d "NDEBUG" /d "_AFXDLL"
  46. BSC32=bscmake.exe
  47. # ADD BASE BSC32 /nologo
  48. # ADD BSC32 /nologo
  49. LINK32=link.exe
  50. # ADD BASE LINK32 /nologo /subsystem:windows /machine:I386
  51. # ADD LINK32 /nologo /subsystem:windows /machine:I386
  52. !ELSEIF  "$(CFG)" == "mymenu - Win32 Debug"
  53. # PROP BASE Use_MFC 6
  54. # PROP BASE Use_Debug_Libraries 1
  55. # PROP BASE Output_Dir "Debug"
  56. # PROP BASE Intermediate_Dir "Debug"
  57. # PROP BASE Target_Dir ""
  58. # PROP Use_MFC 6
  59. # PROP Use_Debug_Libraries 1
  60. # PROP Output_Dir "Debug"
  61. # PROP Intermediate_Dir "Debug"
  62. # PROP Ignore_Export_Lib 0
  63. # PROP Target_Dir ""
  64. # ADD BASE CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /Yu"stdafx.h" /FD /c
  65. # ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /Yu"stdafx.h" /FD /c
  66. # SUBTRACT CPP /Fr
  67. # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o NUL /win32
  68. # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o NUL /win32
  69. # ADD BASE RSC /l 0x409 /d "_DEBUG" /d "_AFXDLL"
  70. # ADD RSC /l 0x409 /d "_DEBUG" /d "_AFXDLL"
  71. BSC32=bscmake.exe
  72. # ADD BASE BSC32 /nologo
  73. # ADD BSC32 /nologo
  74. LINK32=link.exe
  75. # ADD BASE LINK32 /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept
  76. # ADD LINK32 /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept
  77. !ELSEIF  "$(CFG)" == "mymenu - Win32 Unicode Debug"
  78. # PROP BASE Use_MFC 6
  79. # PROP BASE Use_Debug_Libraries 1
  80. # PROP BASE Output_Dir "mymenu__"
  81. # PROP BASE Intermediate_Dir "mymenu__"
  82. # PROP BASE Ignore_Export_Lib 0
  83. # PROP BASE Target_Dir ""
  84. # PROP Use_MFC 6
  85. # PROP Use_Debug_Libraries 1
  86. # PROP Output_Dir "UDEBUG"
  87. # PROP Intermediate_Dir "UDEBUG"
  88. # PROP Ignore_Export_Lib 0
  89. # PROP Target_Dir ""
  90. # ADD BASE CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /Yu"stdafx.h" /FD /c
  91. # SUBTRACT BASE CPP /Fr
  92. # ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "UNICODE" /D "_UNICODE" /Yu"stdafx.h" /FD /c
  93. # SUBTRACT CPP /Fr
  94. # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o NUL /win32
  95. # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o NUL /win32
  96. # ADD BASE RSC /l 0x409 /d "_DEBUG" /d "_AFXDLL"
  97. # ADD RSC /l 0x409 /d "_DEBUG" /d "_AFXDLL"
  98. BSC32=bscmake.exe
  99. # ADD BASE BSC32 /nologo
  100. # ADD BSC32 /nologo
  101. LINK32=link.exe
  102. # ADD BASE LINK32 /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept
  103. # ADD LINK32 /nologo /entry:"wWinMainCRTStartup" /subsystem:windows /debug /machine:I386 /pdbtype:sept
  104. !ELSEIF  "$(CFG)" == "mymenu - Win32 Unicode Release"
  105. # PROP BASE Use_MFC 6
  106. # PROP BASE Use_Debug_Libraries 0
  107. # PROP BASE Output_Dir "mymenu_0"
  108. # PROP BASE Intermediate_Dir "mymenu_0"
  109. # PROP BASE Target_Dir ""
  110. # PROP Use_MFC 6
  111. # PROP Use_Debug_Libraries 0
  112. # PROP Output_Dir "URELEASE"
  113. # PROP Intermediate_Dir "URELEASE"
  114. # PROP Target_Dir ""
  115. # ADD BASE CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /Yu"stdafx.h" /FD /c
  116. # ADD CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "UNICODE" /D "_UNICODE" /Yu"stdafx.h" /FD /c
  117. # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o NUL /win32
  118. # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o NUL /win32
  119. # ADD BASE RSC /l 0x409 /d "NDEBUG" /d "_AFXDLL"
  120. # ADD RSC /l 0x409 /d "NDEBUG" /d "_AFXDLL"
  121. BSC32=bscmake.exe
  122. # ADD BASE BSC32 /nologo
  123. # ADD BSC32 /nologo
  124. LINK32=link.exe
  125. # ADD BASE LINK32 /nologo /subsystem:windows /machine:I386
  126. # ADD LINK32 /nologo /entry:"wWinMainCRTStartup" /subsystem:windows /machine:I386
  127. !ENDIF 
  128. # Begin Target
  129. # Name "mymenu - Win32 Release"
  130. # Name "mymenu - Win32 Debug"
  131. # Name "mymenu - Win32 Unicode Debug"
  132. # Name "mymenu - Win32 Unicode Release"
  133. # Begin Group "Source Files"
  134. # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
  135. # Begin Source File
  136. SOURCE=.BCMenu.cpp
  137. !IF  "$(CFG)" == "mymenu - Win32 Release"
  138. !ELSEIF  "$(CFG)" == "mymenu - Win32 Debug"
  139. # ADD CPP /GR- /Yu
  140. !ELSEIF  "$(CFG)" == "mymenu - Win32 Unicode Debug"
  141. # ADD BASE CPP /GR- /Yu
  142. # ADD CPP /GR- /Yu
  143. !ELSEIF  "$(CFG)" == "mymenu - Win32 Unicode Release"
  144. !ENDIF 
  145. # End Source File
  146. # Begin Source File
  147. SOURCE=.ChildFrm.cpp
  148. # End Source File
  149. # Begin Source File
  150. SOURCE=.MainFrm.cpp
  151. # End Source File
  152. # Begin Source File
  153. SOURCE=.mymenu.cpp
  154. # End Source File
  155. # Begin Source File
  156. SOURCE=.mymenu.rc
  157. # End Source File
  158. # Begin Source File
  159. SOURCE=.mymenuDoc.cpp
  160. # End Source File
  161. # Begin Source File
  162. SOURCE=.mymenuView.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=.ToolBarEx.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=.BCMenu.h
  176. # End Source File
  177. # Begin Source File
  178. SOURCE=.ChildFrm.h
  179. # End Source File
  180. # Begin Source File
  181. SOURCE=.MainFrm.h
  182. # End Source File
  183. # Begin Source File
  184. SOURCE=.mymenu.h
  185. # End Source File
  186. # Begin Source File
  187. SOURCE=.mymenuDoc.h
  188. # End Source File
  189. # Begin Source File
  190. SOURCE=.mymenuView.h
  191. # End Source File
  192. # Begin Source File
  193. SOURCE=.Resource.h
  194. # End Source File
  195. # Begin Source File
  196. SOURCE=.StdAfx.h
  197. # End Source File
  198. # Begin Source File
  199. SOURCE=.ToolBarEx.h
  200. # End Source File
  201. # End Group
  202. # Begin Group "Resource Files"
  203. # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;cnt;rtf;gif;jpg;jpeg;jpe"
  204. # Begin Source File
  205. SOURCE=.resbitmap1.bmp
  206. # End Source File
  207. # Begin Source File
  208. SOURCE=.resbitmap2.bmp
  209. # End Source File
  210. # Begin Source File
  211. SOURCE=.resbitmap3.bmp
  212. # End Source File
  213. # Begin Source File
  214. SOURCE=.resbitmap4.bmp
  215. # End Source File
  216. # Begin Source File
  217. SOURCE=.resbitmap5.bmp
  218. # End Source File
  219. # Begin Source File
  220. SOURCE=.resbitmap6.bmp
  221. # End Source File
  222. # Begin Source File
  223. SOURCE=.resbitmap7.bmp
  224. # End Source File
  225. # Begin Source File
  226. SOURCE=.resbitmap8.bmp
  227. # End Source File
  228. # Begin Source File
  229. SOURCE=.resbitmap9.bmp
  230. # End Source File
  231. # Begin Source File
  232. SOURCE=.resbmp00001.bmp
  233. # End Source File
  234. # Begin Source File
  235. SOURCE=.resbmp00002.bmp
  236. # End Source File
  237. # Begin Source File
  238. SOURCE=.resbmp00003.bmp
  239. # End Source File
  240. # Begin Source File
  241. SOURCE=.resbmp00004.bmp
  242. # End Source File
  243. # Begin Source File
  244. SOURCE=.resbmp00005.bmp
  245. # End Source File
  246. # Begin Source File
  247. SOURCE=.resbmp00006.bmp
  248. # End Source File
  249. # Begin Source File
  250. SOURCE=.resedit_cop.bmp
  251. # End Source File
  252. # Begin Source File
  253. SOURCE=.resfilenew.bmp
  254. # End Source File
  255. # Begin Source File
  256. SOURCE=.resicon1.ico
  257. # End Source File
  258. # Begin Source File
  259. SOURCE=.resicon2.ico
  260. # End Source File
  261. # Begin Source File
  262. SOURCE=.resmymenu.ico
  263. # End Source File
  264. # Begin Source File
  265. SOURCE=.resmymenu.rc2
  266. # End Source File
  267. # Begin Source File
  268. SOURCE=.resmymenuDoc.ico
  269. # End Source File
  270. # Begin Source File
  271. SOURCE=.resnet.bmp
  272. # End Source File
  273. # Begin Source File
  274. SOURCE=.resToolbar.bmp
  275. # End Source File
  276. # Begin Source File
  277. SOURCE=.restoolbar1.bmp
  278. # End Source File
  279. # Begin Source File
  280. SOURCE=.reszoom.bmp
  281. # End Source File
  282. # End Group
  283. # Begin Source File
  284. SOURCE=.ReadMe.txt
  285. # End Source File
  286. # End Target
  287. # End Project