standard.mak
上传用户:kelijie
上传日期:2007-01-01
资源大小:123k
文件大小:7k
源码类别:

图形图象

开发平台:

Visual C++

  1. # Microsoft Developer Studio Generated NMAKE File, Based on standard.dsp
  2. !IF "$(CFG)" == ""
  3. CFG=standard - Win32 Debug
  4. !MESSAGE No configuration specified. Defaulting to standard - Win32 Debug.
  5. !ENDIF 
  6. !IF "$(CFG)" != "standard - Win32 Release" && "$(CFG)" !=
  7.  "standard - Win32 Debug"
  8. !MESSAGE Invalid configuration "$(CFG)" specified.
  9. !MESSAGE You can specify a configuration when running NMAKE
  10. !MESSAGE by defining the macro CFG on the command line. For example:
  11. !MESSAGE 
  12. !MESSAGE NMAKE /f "standard.mak" CFG="standard - Win32 Debug"
  13. !MESSAGE 
  14. !MESSAGE Possible choices for configuration are:
  15. !MESSAGE 
  16. !MESSAGE "standard - Win32 Release" (based on
  17.  "Win32 (x86) Dynamic-Link Library")
  18. !MESSAGE "standard - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
  19. !MESSAGE 
  20. !ERROR An invalid configuration is specified.
  21. !ENDIF 
  22. !IF "$(OS)" == "Windows_NT"
  23. NULL=
  24. !ELSE 
  25. NULL=nul
  26. !ENDIF 
  27. CPP=cl.exe
  28. MTL=midl.exe
  29. RSC=rc.exe
  30. !IF  "$(CFG)" == "standard - Win32 Release"
  31. OUTDIR=.Release
  32. INTDIR=.Release
  33. # Begin Custom Macros
  34. OutDir=.Release
  35. # End Custom Macros
  36. !IF "$(RECURSE)" == "0" 
  37. ALL : "$(OUTDIR)standard.dll"
  38. !ELSE 
  39. ALL : "$(OUTDIR)standard.dll"
  40. !ENDIF 
  41. CLEAN :
  42. -@erase "$(INTDIR)ChildFrame.obj"
  43. -@erase "$(INTDIR)standard.obj"
  44. -@erase "$(INTDIR)standard.pch"
  45. -@erase "$(INTDIR)standard.res"
  46. -@erase "$(INTDIR)StdAfx.obj"
  47. -@erase "$(INTDIR)StdDoc.obj"
  48. -@erase "$(INTDIR)StdView.obj"
  49. -@erase "$(INTDIR)vc50.idb"
  50. -@erase "$(OUTDIR)standard.dll"
  51. -@erase "$(OUTDIR)standard.exp"
  52. -@erase "$(OUTDIR)standard.lib"
  53. "$(OUTDIR)" :
  54.     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  55. CPP_PROJ=/nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D
  56.  "_WINDLL" /D "_AFXDLL" /D "_USRDLL" /Fp"$(INTDIR)standard.pch" /Yu"stdafx.h"
  57.  /Fo"$(INTDIR)\" /Fd"$(INTDIR)\" /FD /c 
  58. CPP_OBJS=.Release/
  59. CPP_SBRS=.
  60. MTL_PROJ=/nologo /D "NDEBUG" /mktyplib203 /o NUL /win32 
  61. RSC_PROJ=/l 0x409 /fo"$(INTDIR)standard.res" /d "NDEBUG" /d "_AFXDLL" 
  62. BSC32=bscmake.exe
  63. BSC32_FLAGS=/nologo /o"$(OUTDIR)standard.bsc" 
  64. BSC32_SBRS= 
  65. LINK32=link.exe
  66. LINK32_FLAGS=/nologo /subsystem:windows /dll /incremental:no
  67.  /pdb:"$(OUTDIR)standard.pdb" /machine:I386 /def:".standard.def"
  68.  /out:"$(OUTDIR)standard.dll" /implib:"$(OUTDIR)standard.lib" 
  69. DEF_FILE= 
  70. ".standard.def"
  71. LINK32_OBJS= 
  72. "$(INTDIR)ChildFrame.obj" 
  73. "$(INTDIR)standard.obj" 
  74. "$(INTDIR)standard.res" 
  75. "$(INTDIR)StdAfx.obj" 
  76. "$(INTDIR)StdDoc.obj" 
  77. "$(INTDIR)StdView.obj"
  78. "$(OUTDIR)standard.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
  79.     $(LINK32) @<<
  80.   $(LINK32_FLAGS) $(LINK32_OBJS)
  81. <<
  82. !ELSEIF  "$(CFG)" == "standard - Win32 Debug"
  83. OUTDIR=.Debug
  84. INTDIR=.Debug
  85. # Begin Custom Macros
  86. OutDir=.Debug
  87. # End Custom Macros
  88. !IF "$(RECURSE)" == "0" 
  89. ALL : "$(OUTDIR)standard.dll"
  90. !ELSE 
  91. ALL : "$(OUTDIR)standard.dll"
  92. !ENDIF 
  93. CLEAN :
  94. -@erase "$(INTDIR)ChildFrame.obj"
  95. -@erase "$(INTDIR)standard.obj"
  96. -@erase "$(INTDIR)standard.pch"
  97. -@erase "$(INTDIR)standard.res"
  98. -@erase "$(INTDIR)StdAfx.obj"
  99. -@erase "$(INTDIR)StdDoc.obj"
  100. -@erase "$(INTDIR)StdView.obj"
  101. -@erase "$(INTDIR)vc50.idb"
  102. -@erase "$(INTDIR)vc50.pdb"
  103. -@erase "$(OUTDIR)standard.dll"
  104. -@erase "$(OUTDIR)standard.exp"
  105. -@erase "$(OUTDIR)standard.ilk"
  106. -@erase "$(OUTDIR)standard.lib"
  107. -@erase "$(OUTDIR)standard.pdb"
  108. "$(OUTDIR)" :
  109.     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  110. CPP_PROJ=/nologo /MDd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS"
  111.  /D "_AFXDLL" /D "_DLL" /Fp"$(INTDIR)standard.pch" /Yu"stdafx.h"
  112.  /Fo"$(INTDIR)\" /Fd"$(INTDIR)\" /FD /c 
  113. CPP_OBJS=.Debug/
  114. CPP_SBRS=.
  115. MTL_PROJ=/nologo /D "_DEBUG" /mktyplib203 /o NUL /win32 
  116. RSC_PROJ=/l 0x409 /fo"$(INTDIR)standard.res" /d "_DEBUG" /d "_AFXDLL" /d
  117.  "_DLL" 
  118. BSC32=bscmake.exe
  119. BSC32_FLAGS=/nologo /o"$(OUTDIR)standard.bsc" 
  120. BSC32_SBRS= 
  121. LINK32=link.exe
  122. LINK32_FLAGS=/nologo /subsystem:windows /dll /incremental:yes
  123.  /pdb:"$(OUTDIR)standard.pdb" /debug /machine:I386 /def:".standard.def"
  124.  /out:"$(OUTDIR)standard.dll" /implib:"$(OUTDIR)standard.lib" /pdbtype:sept 
  125. DEF_FILE= 
  126. ".standard.def"
  127. LINK32_OBJS= 
  128. "$(INTDIR)ChildFrame.obj" 
  129. "$(INTDIR)standard.obj" 
  130. "$(INTDIR)standard.res" 
  131. "$(INTDIR)StdAfx.obj" 
  132. "$(INTDIR)StdDoc.obj" 
  133. "$(INTDIR)StdView.obj"
  134. "$(OUTDIR)standard.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
  135.     $(LINK32) @<<
  136.   $(LINK32_FLAGS) $(LINK32_OBJS)
  137. <<
  138. !ENDIF 
  139. .c{$(CPP_OBJS)}.obj::
  140.    $(CPP) @<<
  141.    $(CPP_PROJ) $< 
  142. <<
  143. .cpp{$(CPP_OBJS)}.obj::
  144.    $(CPP) @<<
  145.    $(CPP_PROJ) $< 
  146. <<
  147. .cxx{$(CPP_OBJS)}.obj::
  148.    $(CPP) @<<
  149.    $(CPP_PROJ) $< 
  150. <<
  151. .c{$(CPP_SBRS)}.sbr::
  152.    $(CPP) @<<
  153.    $(CPP_PROJ) $< 
  154. <<
  155. .cpp{$(CPP_SBRS)}.sbr::
  156.    $(CPP) @<<
  157.    $(CPP_PROJ) $< 
  158. <<
  159. .cxx{$(CPP_SBRS)}.sbr::
  160.    $(CPP) @<<
  161.    $(CPP_PROJ) $< 
  162. <<
  163. !IF "$(CFG)" == "standard - Win32 Release" || "$(CFG)" ==
  164.  "standard - Win32 Debug"
  165. SOURCE=.ChildFrame.cpp
  166. DEP_CPP_CHILD=
  167. ".ChildFrame.h"
  168. ".StdAfx.h"
  169. "$(INTDIR)ChildFrame.obj" : $(SOURCE) $(DEP_CPP_CHILD) "$(INTDIR)"
  170.  "$(INTDIR)standard.pch"
  171. SOURCE=.standard.cpp
  172. DEP_CPP_STAND=
  173. ".ChildFrame.h"
  174. ".standard.h"
  175. ".StdAfx.h"
  176. ".StdDoc.h"
  177. ".StdView.h"
  178. "$(INTDIR)standard.obj" : $(SOURCE) $(DEP_CPP_STAND) "$(INTDIR)"
  179.  "$(INTDIR)standard.pch"
  180. SOURCE=.standard.rc
  181. DEP_RSC_STANDA=
  182. ".resstandard.rc2"
  183. "$(INTDIR)standard.res" : $(SOURCE) $(DEP_RSC_STANDA) "$(INTDIR)"
  184. $(RSC) $(RSC_PROJ) $(SOURCE)
  185. SOURCE=.StdAfx.cpp
  186. DEP_CPP_STDAF=
  187. ".StdAfx.h"
  188. !IF  "$(CFG)" == "standard - Win32 Release"
  189. CPP_SWITCHES=/nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D
  190.  "_WINDLL" /D "_AFXDLL" /D "_USRDLL" /Fp"$(INTDIR)standard.pch" /Yc"stdafx.h"
  191.  /Fo"$(INTDIR)\" /Fd"$(INTDIR)\" /FD /c 
  192. "$(INTDIR)StdAfx.obj" "$(INTDIR)standard.pch" : $(SOURCE) $(DEP_CPP_STDAF)
  193.  "$(INTDIR)"
  194. $(CPP) @<<
  195.   $(CPP_SWITCHES) $(SOURCE)
  196. <<
  197. !ELSEIF  "$(CFG)" == "standard - Win32 Debug"
  198. CPP_SWITCHES=/nologo /MDd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D
  199.  "_WINDOWS" /D "_AFXDLL" /D "_DLL" /Fp"$(INTDIR)standard.pch" /Yc"stdafx.h"
  200.  /Fo"$(INTDIR)\" /Fd"$(INTDIR)\" /FD /c 
  201. "$(INTDIR)StdAfx.obj" "$(INTDIR)standard.pch" : $(SOURCE) $(DEP_CPP_STDAF)
  202.  "$(INTDIR)"
  203. $(CPP) @<<
  204.   $(CPP_SWITCHES) $(SOURCE)
  205. <<
  206. !ENDIF 
  207. SOURCE=.StdDoc.cpp
  208. DEP_CPP_STDDO=
  209. ".ChildFrame.h"
  210. ".standard.h"
  211. ".StdAfx.h"
  212. ".StdDoc.h"
  213. ".StdView.h"
  214. "$(INTDIR)StdDoc.obj" : $(SOURCE) $(DEP_CPP_STDDO) "$(INTDIR)"
  215.  "$(INTDIR)standard.pch"
  216. SOURCE=.StdView.cpp
  217. DEP_CPP_STDVI=
  218. ".ChildFrame.h"
  219. ".standard.h"
  220. ".StdAfx.h"
  221. ".StdDoc.h"
  222. ".StdView.h"
  223. "$(INTDIR)StdView.obj" : $(SOURCE) $(DEP_CPP_STDVI) "$(INTDIR)"
  224.  "$(INTDIR)standard.pch"
  225. !ENDIF