TitledPicsWndTest.mak
上传用户:cuiyan8037
上传日期:2007-01-01
资源大小:215k
文件大小:11k
源码类别:

ListView/ListBox

开发平台:

Visual C++

  1. # Microsoft Developer Studio Generated NMAKE File, Format Version 4.00
  2. # ** DO NOT EDIT **
  3. # TARGTYPE "Win32 (x86) Application" 0x0101
  4. !IF "$(CFG)" == ""
  5. CFG=TitledPicsWndTest - Win32 Debug
  6. !MESSAGE No configuration specified.  Defaulting to TitledPicsWndTest - Win32
  7.  Debug.
  8. !ENDIF 
  9. !IF "$(CFG)" != "TitledPicsWndTest - Win32 Release" && "$(CFG)" !=
  10.  "TitledPicsWndTest - Win32 Debug"
  11. !MESSAGE Invalid configuration "$(CFG)" specified.
  12. !MESSAGE You can specify a configuration when running NMAKE on this makefile
  13. !MESSAGE by defining the macro CFG on the command line.  For example:
  14. !MESSAGE 
  15. !MESSAGE NMAKE /f "TitledPicsWndTest.mak" CFG="TitledPicsWndTest - Win32 Debug"
  16. !MESSAGE 
  17. !MESSAGE Possible choices for configuration are:
  18. !MESSAGE 
  19. !MESSAGE "TitledPicsWndTest - Win32 Release" (based on
  20.  "Win32 (x86) Application")
  21. !MESSAGE "TitledPicsWndTest - Win32 Debug" (based on "Win32 (x86) Application")
  22. !MESSAGE 
  23. !ERROR An invalid configuration is specified.
  24. !ENDIF 
  25. !IF "$(OS)" == "Windows_NT"
  26. NULL=
  27. !ELSE 
  28. NULL=nul
  29. !ENDIF 
  30. ################################################################################
  31. # Begin Project
  32. MTL=mktyplib.exe
  33. CPP=cl.exe
  34. RSC=rc.exe
  35. !IF  "$(CFG)" == "TitledPicsWndTest - Win32 Release"
  36. # PROP BASE Use_MFC 5
  37. # PROP BASE Use_Debug_Libraries 0
  38. # PROP BASE Output_Dir "Release"
  39. # PROP BASE Intermediate_Dir "Release"
  40. # PROP BASE Target_Dir ""
  41. # PROP Use_MFC 5
  42. # PROP Use_Debug_Libraries 0
  43. # PROP Output_Dir "Release"
  44. # PROP Intermediate_Dir "Release"
  45. # PROP Target_Dir ""
  46. OUTDIR=.Release
  47. INTDIR=.Release
  48. ALL : "$(OUTDIR)TitledPicsWndTest.exe"
  49. CLEAN : 
  50. -@erase ".ReleaseTitledPicsWndTest.exe"
  51. -@erase ".ReleaseTitledPicsWndTest.obj"
  52. -@erase ".ReleaseTitledPicsWndTest.pch"
  53. -@erase ".ReleaseStdAfx.obj"
  54. -@erase ".ReleaseMainFrm.obj"
  55. -@erase ".ReleaseTitledPicsWndTestDoc.obj"
  56. -@erase ".ReleaseTitledPicsWndTestView.obj"
  57. -@erase ".ReleaseTitledPicsWndTest.res"
  58. -@erase ".ReleaseTitledPicsWnd.obj"
  59. -@erase ".ReleaseTestTPWDlg.obj"
  60. "$(OUTDIR)" :
  61.     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  62. # ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /Yu"stdafx.h" /c
  63. # ADD CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /Yu"stdafx.h" /c
  64. CPP_PROJ=/nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D
  65.  "_MBCS" /Fp"$(INTDIR)/TitledPicsWndTest.pch" /Yu"stdafx.h" /Fo"$(INTDIR)/" /c 
  66. CPP_OBJS=.Release/
  67. CPP_SBRS=
  68. # ADD BASE MTL /nologo /D "NDEBUG" /win32
  69. # ADD MTL /nologo /D "NDEBUG" /win32
  70. MTL_PROJ=/nologo /D "NDEBUG" /win32 
  71. # ADD BASE RSC /l 0x809 /d "NDEBUG"
  72. # ADD RSC /l 0x809 /d "NDEBUG"
  73. RSC_PROJ=/l 0x809 /fo"$(INTDIR)/TitledPicsWndTest.res" /d "NDEBUG" 
  74. BSC32=bscmake.exe
  75. # ADD BASE BSC32 /nologo
  76. # ADD BSC32 /nologo
  77. BSC32_FLAGS=/nologo /o"$(OUTDIR)/TitledPicsWndTest.bsc" 
  78. BSC32_SBRS=
  79. LINK32=link.exe
  80. # ADD BASE LINK32 /nologo /subsystem:windows /machine:I386
  81. # ADD LINK32 /nologo /subsystem:windows /machine:I386
  82. LINK32_FLAGS=/nologo /subsystem:windows /incremental:no
  83.  /pdb:"$(OUTDIR)/TitledPicsWndTest.pdb" /machine:I386
  84.  /out:"$(OUTDIR)/TitledPicsWndTest.exe" 
  85. LINK32_OBJS= 
  86. "$(INTDIR)/TitledPicsWndTest.obj" 
  87. "$(INTDIR)/StdAfx.obj" 
  88. "$(INTDIR)/MainFrm.obj" 
  89. "$(INTDIR)/TitledPicsWndTestDoc.obj" 
  90. "$(INTDIR)/TitledPicsWndTestView.obj" 
  91. "$(INTDIR)/TitledPicsWnd.obj" 
  92. "$(INTDIR)/TestTPWDlg.obj" 
  93. "$(INTDIR)/TitledPicsWndTest.res"
  94. "$(OUTDIR)TitledPicsWndTest.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
  95.     $(LINK32) @<<
  96.   $(LINK32_FLAGS) $(LINK32_OBJS)
  97. <<
  98. !ELSEIF  "$(CFG)" == "TitledPicsWndTest - Win32 Debug"
  99. # PROP BASE Use_MFC 5
  100. # PROP BASE Use_Debug_Libraries 1
  101. # PROP BASE Output_Dir "Debug"
  102. # PROP BASE Intermediate_Dir "Debug"
  103. # PROP BASE Target_Dir ""
  104. # PROP Use_MFC 5
  105. # PROP Use_Debug_Libraries 1
  106. # PROP Output_Dir "Debug"
  107. # PROP Intermediate_Dir "Debug"
  108. # PROP Target_Dir ""
  109. OUTDIR=.Debug
  110. INTDIR=.Debug
  111. ALL : "$(OUTDIR)TitledPicsWndTest.exe"
  112. CLEAN : 
  113. -@erase ".DebugTitledPicsWndTest.exe"
  114. -@erase ".DebugTitledPicsWndTest.obj"
  115. -@erase ".DebugTitledPicsWndTest.pch"
  116. -@erase ".DebugStdAfx.obj"
  117. -@erase ".DebugMainFrm.obj"
  118. -@erase ".DebugTitledPicsWndTestDoc.obj"
  119. -@erase ".DebugTitledPicsWndTestView.obj"
  120. -@erase ".DebugTitledPicsWndTest.res"
  121. -@erase ".DebugTitledPicsWnd.obj"
  122. -@erase ".DebugTestTPWDlg.obj"
  123. -@erase ".DebugTitledPicsWndTest.ilk"
  124. -@erase ".DebugTitledPicsWndTest.pdb"
  125. -@erase ".Debugvc40.pdb"
  126. -@erase ".Debugvc40.idb"
  127. "$(OUTDIR)" :
  128.     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  129. # ADD BASE CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /Yu"stdafx.h" /c
  130. # ADD CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /Yu"stdafx.h" /c
  131. CPP_PROJ=/nologo /MTd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS"
  132.  /D "_MBCS" /Fp"$(INTDIR)/TitledPicsWndTest.pch" /Yu"stdafx.h" /Fo"$(INTDIR)/"
  133.  /Fd"$(INTDIR)/" /c 
  134. CPP_OBJS=.Debug/
  135. CPP_SBRS=
  136. # ADD BASE MTL /nologo /D "_DEBUG" /win32
  137. # ADD MTL /nologo /D "_DEBUG" /win32
  138. MTL_PROJ=/nologo /D "_DEBUG" /win32 
  139. # ADD BASE RSC /l 0x809 /d "_DEBUG"
  140. # ADD RSC /l 0x809 /d "_DEBUG"
  141. RSC_PROJ=/l 0x809 /fo"$(INTDIR)/TitledPicsWndTest.res" /d "_DEBUG" 
  142. BSC32=bscmake.exe
  143. # ADD BASE BSC32 /nologo
  144. # ADD BSC32 /nologo
  145. BSC32_FLAGS=/nologo /o"$(OUTDIR)/TitledPicsWndTest.bsc" 
  146. BSC32_SBRS=
  147. LINK32=link.exe
  148. # ADD BASE LINK32 /nologo /subsystem:windows /debug /machine:I386
  149. # ADD LINK32 /nologo /subsystem:windows /debug /machine:I386
  150. LINK32_FLAGS=/nologo /subsystem:windows /incremental:yes
  151.  /pdb:"$(OUTDIR)/TitledPicsWndTest.pdb" /debug /machine:I386
  152.  /out:"$(OUTDIR)/TitledPicsWndTest.exe" 
  153. LINK32_OBJS= 
  154. "$(INTDIR)/TitledPicsWndTest.obj" 
  155. "$(INTDIR)/StdAfx.obj" 
  156. "$(INTDIR)/MainFrm.obj" 
  157. "$(INTDIR)/TitledPicsWndTestDoc.obj" 
  158. "$(INTDIR)/TitledPicsWndTestView.obj" 
  159. "$(INTDIR)/TitledPicsWnd.obj" 
  160. "$(INTDIR)/TestTPWDlg.obj" 
  161. "$(INTDIR)/TitledPicsWndTest.res"
  162. "$(OUTDIR)TitledPicsWndTest.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
  163.     $(LINK32) @<<
  164.   $(LINK32_FLAGS) $(LINK32_OBJS)
  165. <<
  166. !ENDIF 
  167. .c{$(CPP_OBJS)}.obj:
  168.    $(CPP) $(CPP_PROJ) $<  
  169. .cpp{$(CPP_OBJS)}.obj:
  170.    $(CPP) $(CPP_PROJ) $<  
  171. .cxx{$(CPP_OBJS)}.obj:
  172.    $(CPP) $(CPP_PROJ) $<  
  173. .c{$(CPP_SBRS)}.sbr:
  174.    $(CPP) $(CPP_PROJ) $<  
  175. .cpp{$(CPP_SBRS)}.sbr:
  176.    $(CPP) $(CPP_PROJ) $<  
  177. .cxx{$(CPP_SBRS)}.sbr:
  178.    $(CPP) $(CPP_PROJ) $<  
  179. ################################################################################
  180. # Begin Target
  181. # Name "TitledPicsWndTest - Win32 Release"
  182. # Name "TitledPicsWndTest - Win32 Debug"
  183. !IF  "$(CFG)" == "TitledPicsWndTest - Win32 Release"
  184. !ELSEIF  "$(CFG)" == "TitledPicsWndTest - Win32 Debug"
  185. !ENDIF 
  186. ################################################################################
  187. # Begin Source File
  188. SOURCE=.ReadMe.txt
  189. !IF  "$(CFG)" == "TitledPicsWndTest - Win32 Release"
  190. !ELSEIF  "$(CFG)" == "TitledPicsWndTest - Win32 Debug"
  191. !ENDIF 
  192. # End Source File
  193. ################################################################################
  194. # Begin Source File
  195. SOURCE=.TitledPicsWndTest.cpp
  196. DEP_CPP_TITLE=
  197. ".StdAfx.h"
  198. ".TitledPicsWndTest.h"
  199. ".MainFrm.h"
  200. ".TitledPicsWndTestDoc.h"
  201. ".TitledPicsWndTestView.h"
  202. "$(INTDIR)TitledPicsWndTest.obj" : $(SOURCE) $(DEP_CPP_TITLE) "$(INTDIR)"
  203.  "$(INTDIR)TitledPicsWndTest.pch"
  204. # End Source File
  205. ################################################################################
  206. # Begin Source File
  207. SOURCE=.StdAfx.cpp
  208. DEP_CPP_STDAF=
  209. ".StdAfx.h"
  210. !IF  "$(CFG)" == "TitledPicsWndTest - Win32 Release"
  211. # ADD CPP /Yc"stdafx.h"
  212. BuildCmds= 
  213. $(CPP) /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS"
  214.  /Fp"$(INTDIR)/TitledPicsWndTest.pch" /Yc"stdafx.h" /Fo"$(INTDIR)/" /c $(SOURCE) 
  215. "$(INTDIR)StdAfx.obj" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)"
  216.    $(BuildCmds)
  217. "$(INTDIR)TitledPicsWndTest.pch" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)"
  218.    $(BuildCmds)
  219. !ELSEIF  "$(CFG)" == "TitledPicsWndTest - Win32 Debug"
  220. # ADD CPP /Yc"stdafx.h"
  221. BuildCmds= 
  222. $(CPP) /nologo /MTd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS"
  223.  /D "_MBCS" /Fp"$(INTDIR)/TitledPicsWndTest.pch" /Yc"stdafx.h" /Fo"$(INTDIR)/"
  224.  /Fd"$(INTDIR)/" /c $(SOURCE) 
  225. "$(INTDIR)StdAfx.obj" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)"
  226.    $(BuildCmds)
  227. "$(INTDIR)TitledPicsWndTest.pch" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)"
  228.    $(BuildCmds)
  229. !ENDIF 
  230. # End Source File
  231. ################################################################################
  232. # Begin Source File
  233. SOURCE=.MainFrm.cpp
  234. DEP_CPP_MAINF=
  235. ".StdAfx.h"
  236. ".TitledPicsWndTest.h"
  237. ".MainFrm.h"
  238. ".TitledPicsWnd.h"
  239. ".TestTPWDlg.h"
  240. "$(INTDIR)MainFrm.obj" : $(SOURCE) $(DEP_CPP_MAINF) "$(INTDIR)"
  241.  "$(INTDIR)TitledPicsWndTest.pch"
  242. # End Source File
  243. ################################################################################
  244. # Begin Source File
  245. SOURCE=.TitledPicsWndTestDoc.cpp
  246. DEP_CPP_TITLED=
  247. ".StdAfx.h"
  248. ".TitledPicsWndTest.h"
  249. ".TitledPicsWndTestDoc.h"
  250. "$(INTDIR)TitledPicsWndTestDoc.obj" : $(SOURCE) $(DEP_CPP_TITLED) "$(INTDIR)"
  251.  "$(INTDIR)TitledPicsWndTest.pch"
  252. # End Source File
  253. ################################################################################
  254. # Begin Source File
  255. SOURCE=.TitledPicsWndTestView.cpp
  256. DEP_CPP_TITLEDP=
  257. ".StdAfx.h"
  258. ".TitledPicsWndTest.h"
  259. ".TitledPicsWndTestDoc.h"
  260. ".TitledPicsWndTestView.h"
  261. "$(INTDIR)TitledPicsWndTestView.obj" : $(SOURCE) $(DEP_CPP_TITLEDP)
  262.  "$(INTDIR)" "$(INTDIR)TitledPicsWndTest.pch"
  263. # End Source File
  264. ################################################################################
  265. # Begin Source File
  266. SOURCE=.TitledPicsWndTest.rc
  267. DEP_RSC_TITLEDPI=
  268. ".resTitledPicsWndTestDoc.ico"
  269. ".resToolbar.bmp"
  270. ".resTitledPicsWndTest.ico"
  271. ".resbitmap1.bmp"
  272. ".resTitledPicsWndTest.rc2"
  273. "$(INTDIR)TitledPicsWndTest.res" : $(SOURCE) $(DEP_RSC_TITLEDPI) "$(INTDIR)"
  274.    $(RSC) $(RSC_PROJ) $(SOURCE)
  275. # End Source File
  276. ################################################################################
  277. # Begin Source File
  278. SOURCE=.TitledPicsWnd.cpp
  279. DEP_CPP_TITLEDPIC=
  280. ".StdAfx.h"
  281. ".TitledPicsWnd.h"
  282. "$(INTDIR)TitledPicsWnd.obj" : $(SOURCE) $(DEP_CPP_TITLEDPIC) "$(INTDIR)"
  283.  "$(INTDIR)TitledPicsWndTest.pch"
  284. # End Source File
  285. ################################################################################
  286. # Begin Source File
  287. SOURCE=.TestTPWDlg.cpp
  288. DEP_CPP_TESTT=
  289. ".StdAfx.h"
  290. ".TitledPicsWndTest.h"
  291. ".TitledPicsWnd.h"
  292. ".TestTPWDlg.h"
  293. "$(INTDIR)TestTPWDlg.obj" : $(SOURCE) $(DEP_CPP_TESTT) "$(INTDIR)"
  294.  "$(INTDIR)TitledPicsWndTest.pch"
  295. # End Source File
  296. # End Target
  297. # End Project
  298. ################################################################################