home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / mfc / controls / drawpic / drawpic.mak < prev    next >
Text File  |  1998-03-26  |  14KB  |  477 lines

  1. # Microsoft Developer Studio Generated NMAKE File, Based on DRAWPIC.DSP
  2. !IF "$(CFG)" == ""
  3. CFG=DrawPic - Win32 Release
  4. !MESSAGE No configuration specified. Defaulting to DrawPic - Win32 Release.
  5. !ENDIF 
  6.  
  7. !IF "$(CFG)" != "DrawPic - Win32 Release" && "$(CFG)" != "DrawPic - Win32 Debug" && "$(CFG)" != "DrawPic - Win32 Unicode Debug" && "$(CFG)" != "DrawPic - Win32 Unicode Release"
  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 "DRAWPIC.MAK" CFG="DrawPic - Win32 Release"
  13. !MESSAGE 
  14. !MESSAGE Possible choices for configuration are:
  15. !MESSAGE 
  16. !MESSAGE "DrawPic - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
  17. !MESSAGE "DrawPic - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
  18. !MESSAGE "DrawPic - Win32 Unicode Debug" (based on "Win32 (x86) Dynamic-Link Library")
  19. !MESSAGE "DrawPic - Win32 Unicode Release" (based on "Win32 (x86) Dynamic-Link Library")
  20. !MESSAGE 
  21. !ERROR An invalid configuration is specified.
  22. !ENDIF 
  23.  
  24. !IF "$(OS)" == "Windows_NT"
  25. NULL=
  26. !ELSE 
  27. NULL=nul
  28. !ENDIF 
  29.  
  30. CPP=cl.exe
  31. MTL=midl.exe
  32. RSC=rc.exe
  33.  
  34. !IF  "$(CFG)" == "DrawPic - Win32 Release"
  35.  
  36. OUTDIR=.\Release
  37. INTDIR=.\Release
  38. # Begin Custom Macros
  39. OutDir=.\.\Release
  40. # End Custom Macros
  41.  
  42. ALL : "$(OUTDIR)\DRAWPIC.ocx" ".\.\Release\regsvr32.trg"
  43.  
  44.  
  45. CLEAN :
  46.     -@erase "$(INTDIR)\DrawPic.obj"
  47.     -@erase "$(INTDIR)\DRAWPIC.pch"
  48.     -@erase "$(INTDIR)\DrawPic.res"
  49.     -@erase "$(INTDIR)\DrawPic.tlb"
  50.     -@erase "$(INTDIR)\DrawPicC.obj"
  51.     -@erase "$(INTDIR)\DrawPicP.obj"
  52.     -@erase "$(INTDIR)\StdAfx.obj"
  53.     -@erase "$(INTDIR)\vc60.idb"
  54.     -@erase "$(OUTDIR)\DRAWPIC.exp"
  55.     -@erase "$(OUTDIR)\DRAWPIC.lib"
  56.     -@erase "$(OUTDIR)\DRAWPIC.ocx"
  57.     -@erase ".\.\Release\regsvr32.trg"
  58.  
  59. "$(OUTDIR)" :
  60.     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  61.  
  62. CPP_PROJ=/nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_MBCS" /D "_USRDLL" /Fp"$(INTDIR)\DRAWPIC.pch" /Yu"stdafx.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c 
  63. MTL_PROJ=/nologo /D "NDEBUG" /mktyplib203 /win32 
  64. RSC_PROJ=/l 0x409 /fo"$(INTDIR)\DrawPic.res" /d "NDEBUG" /d "_AFXDLL" 
  65. BSC32=bscmake.exe
  66. BSC32_FLAGS=/nologo /o"$(OUTDIR)\DRAWPIC.bsc" 
  67. BSC32_SBRS= \
  68.     
  69. LINK32=link.exe
  70. LINK32_FLAGS=/nologo /subsystem:windows /dll /incremental:no /pdb:"$(OUTDIR)\DRAWPIC.pdb" /machine:I386 /def:".\DrawPic.def" /out:"$(OUTDIR)\DRAWPIC.ocx" /implib:"$(OUTDIR)\DRAWPIC.lib" 
  71. DEF_FILE= \
  72.     ".\DrawPic.def"
  73. LINK32_OBJS= \
  74.     "$(INTDIR)\DrawPic.obj" \
  75.     "$(INTDIR)\DrawPicC.obj" \
  76.     "$(INTDIR)\DrawPicP.obj" \
  77.     "$(INTDIR)\StdAfx.obj" \
  78.     "$(INTDIR)\DrawPic.res"
  79.  
  80. "$(OUTDIR)\DRAWPIC.ocx" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
  81.     $(LINK32) @<<
  82.   $(LINK32_FLAGS) $(LINK32_OBJS)
  83. <<
  84.  
  85. OutDir=.\.\Release
  86. TargetPath=.\Release\DRAWPIC.ocx
  87. InputPath=.\Release\DRAWPIC.ocx
  88. SOURCE=$(InputPath)
  89.  
  90. "$(OutDir)\regsvr32.trg"     : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  91.     <<tempfile.bat 
  92.     @echo off 
  93.     regsvr32 /s /c "$(TargetPath)" 
  94.     echo regsvr32 exec. time > "$(OutDir)\regsvr32.trg" 
  95. << 
  96.     
  97.  
  98. !ELSEIF  "$(CFG)" == "DrawPic - Win32 Debug"
  99.  
  100. OUTDIR=.\Debug
  101. INTDIR=.\Debug
  102. # Begin Custom Macros
  103. OutDir=.\.\Debug
  104. # End Custom Macros
  105.  
  106. ALL : "$(OUTDIR)\DRAWPIC.ocx" ".\.\Debug\regsvr32.trg"
  107.  
  108.  
  109. CLEAN :
  110.     -@erase "$(INTDIR)\DrawPic.obj"
  111.     -@erase "$(INTDIR)\DRAWPIC.pch"
  112.     -@erase "$(INTDIR)\DrawPic.res"
  113.     -@erase "$(INTDIR)\DrawPic.tlb"
  114.     -@erase "$(INTDIR)\DrawPicC.obj"
  115.     -@erase "$(INTDIR)\DrawPicP.obj"
  116.     -@erase "$(INTDIR)\StdAfx.obj"
  117.     -@erase "$(INTDIR)\vc60.idb"
  118.     -@erase "$(INTDIR)\vc60.pdb"
  119.     -@erase "$(OUTDIR)\DRAWPIC.exp"
  120.     -@erase "$(OUTDIR)\DRAWPIC.ilk"
  121.     -@erase "$(OUTDIR)\DRAWPIC.lib"
  122.     -@erase "$(OUTDIR)\DRAWPIC.ocx"
  123.     -@erase "$(OUTDIR)\DRAWPIC.pdb"
  124.     -@erase ".\.\Debug\regsvr32.trg"
  125.  
  126. "$(OUTDIR)" :
  127.     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  128.  
  129. CPP_PROJ=/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_MBCS" /D "_USRDLL" /Fp"$(INTDIR)\DRAWPIC.pch" /Yu"stdafx.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c 
  130. MTL_PROJ=/nologo /D "_DEBUG" /mktyplib203 /win32 
  131. RSC_PROJ=/l 0x409 /fo"$(INTDIR)\DrawPic.res" /d "_DEBUG" /d "_AFXDLL" 
  132. BSC32=bscmake.exe
  133. BSC32_FLAGS=/nologo /o"$(OUTDIR)\DRAWPIC.bsc" 
  134. BSC32_SBRS= \
  135.     
  136. LINK32=link.exe
  137. LINK32_FLAGS=/nologo /subsystem:windows /dll /incremental:yes /pdb:"$(OUTDIR)\DRAWPIC.pdb" /debug /machine:I386 /def:".\DrawPic.def" /out:"$(OUTDIR)\DRAWPIC.ocx" /implib:"$(OUTDIR)\DRAWPIC.lib" 
  138. DEF_FILE= \
  139.     ".\DrawPic.def"
  140. LINK32_OBJS= \
  141.     "$(INTDIR)\DrawPic.obj" \
  142.     "$(INTDIR)\DrawPicC.obj" \
  143.     "$(INTDIR)\DrawPicP.obj" \
  144.     "$(INTDIR)\StdAfx.obj" \
  145.     "$(INTDIR)\DrawPic.res"
  146.  
  147. "$(OUTDIR)\DRAWPIC.ocx" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
  148.     $(LINK32) @<<
  149.   $(LINK32_FLAGS) $(LINK32_OBJS)
  150. <<
  151.  
  152. OutDir=.\.\Debug
  153. TargetPath=.\Debug\DRAWPIC.ocx
  154. InputPath=.\Debug\DRAWPIC.ocx
  155. SOURCE=$(InputPath)
  156.  
  157. "$(OutDir)\regsvr32.trg"     : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  158.     <<tempfile.bat 
  159.     @echo off 
  160.     regsvr32 /s /c "$(TargetPath)" 
  161.     echo regsvr32 exec. time > "$(OutDir)\regsvr32.trg" 
  162. << 
  163.     
  164.  
  165. !ELSEIF  "$(CFG)" == "DrawPic - Win32 Unicode Debug"
  166.  
  167. OUTDIR=.\DebugU
  168. INTDIR=.\DebugU
  169. # Begin Custom Macros
  170. OutDir=.\.\DebugU
  171. # End Custom Macros
  172.  
  173. ALL : "$(OUTDIR)\DRAWPIC.ocx" ".\.\DebugU\regsvr32.trg"
  174.  
  175.  
  176. CLEAN :
  177.     -@erase "$(INTDIR)\DrawPic.obj"
  178.     -@erase "$(INTDIR)\DRAWPIC.pch"
  179.     -@erase "$(INTDIR)\DrawPic.res"
  180.     -@erase "$(INTDIR)\DrawPic.tlb"
  181.     -@erase "$(INTDIR)\DrawPicC.obj"
  182.     -@erase "$(INTDIR)\DrawPicP.obj"
  183.     -@erase "$(INTDIR)\StdAfx.obj"
  184.     -@erase "$(INTDIR)\vc60.idb"
  185.     -@erase "$(INTDIR)\vc60.pdb"
  186.     -@erase "$(OUTDIR)\DRAWPIC.exp"
  187.     -@erase "$(OUTDIR)\DRAWPIC.ilk"
  188.     -@erase "$(OUTDIR)\DRAWPIC.lib"
  189.     -@erase "$(OUTDIR)\DRAWPIC.ocx"
  190.     -@erase "$(OUTDIR)\DRAWPIC.pdb"
  191.     -@erase ".\.\DebugU\regsvr32.trg"
  192.  
  193. "$(OUTDIR)" :
  194.     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  195.  
  196. CPP_PROJ=/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_USRDLL" /D "_UNICODE" /Fp"$(INTDIR)\DRAWPIC.pch" /Yu"stdafx.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c 
  197. MTL_PROJ=/nologo /D "_DEBUG" /mktyplib203 /win32 
  198. RSC_PROJ=/l 0x409 /fo"$(INTDIR)\DrawPic.res" /d "_DEBUG" /d "_AFXDLL" 
  199. BSC32=bscmake.exe
  200. BSC32_FLAGS=/nologo /o"$(OUTDIR)\DRAWPIC.bsc" 
  201. BSC32_SBRS= \
  202.     
  203. LINK32=link.exe
  204. LINK32_FLAGS=/nologo /subsystem:windows /dll /incremental:yes /pdb:"$(OUTDIR)\DRAWPIC.pdb" /debug /machine:I386 /def:".\DrawPic.def" /out:"$(OUTDIR)\DRAWPIC.ocx" /implib:"$(OUTDIR)\DRAWPIC.lib" 
  205. DEF_FILE= \
  206.     ".\DrawPic.def"
  207. LINK32_OBJS= \
  208.     "$(INTDIR)\DrawPic.obj" \
  209.     "$(INTDIR)\DrawPicC.obj" \
  210.     "$(INTDIR)\DrawPicP.obj" \
  211.     "$(INTDIR)\StdAfx.obj" \
  212.     "$(INTDIR)\DrawPic.res"
  213.  
  214. "$(OUTDIR)\DRAWPIC.ocx" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
  215.     $(LINK32) @<<
  216.   $(LINK32_FLAGS) $(LINK32_OBJS)
  217. <<
  218.  
  219. OutDir=.\.\DebugU
  220. TargetPath=.\DebugU\DRAWPIC.ocx
  221. InputPath=.\DebugU\DRAWPIC.ocx
  222. SOURCE=$(InputPath)
  223.  
  224. "$(OutDir)\regsvr32.trg"     : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  225.     <<tempfile.bat 
  226.     @echo off 
  227.     regsvr32 /s /c "$(TargetPath)" 
  228.     echo regsvr32 exec. time > "$(OutDir)\regsvr32.trg" 
  229. << 
  230.     
  231.  
  232. !ELSEIF  "$(CFG)" == "DrawPic - Win32 Unicode Release"
  233.  
  234. OUTDIR=.\ReleaseU
  235. INTDIR=.\ReleaseU
  236. # Begin Custom Macros
  237. OutDir=.\.\ReleaseU
  238. # End Custom Macros
  239.  
  240. ALL : "$(OUTDIR)\DRAWPIC.ocx" ".\.\ReleaseU\regsvr32.trg"
  241.  
  242.  
  243. CLEAN :
  244.     -@erase "$(INTDIR)\DrawPic.obj"
  245.     -@erase "$(INTDIR)\DRAWPIC.pch"
  246.     -@erase "$(INTDIR)\DrawPic.res"
  247.     -@erase "$(INTDIR)\DrawPic.tlb"
  248.     -@erase "$(INTDIR)\DrawPicC.obj"
  249.     -@erase "$(INTDIR)\DrawPicP.obj"
  250.     -@erase "$(INTDIR)\StdAfx.obj"
  251.     -@erase "$(INTDIR)\vc60.idb"
  252.     -@erase "$(OUTDIR)\DRAWPIC.exp"
  253.     -@erase "$(OUTDIR)\DRAWPIC.lib"
  254.     -@erase "$(OUTDIR)\DRAWPIC.ocx"
  255.     -@erase ".\.\ReleaseU\regsvr32.trg"
  256.  
  257. "$(OUTDIR)" :
  258.     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  259.  
  260. CPP_PROJ=/nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_USRDLL" /D "_UNICODE" /Fp"$(INTDIR)\DRAWPIC.pch" /Yu"stdafx.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c 
  261. MTL_PROJ=/nologo /D "NDEBUG" /mktyplib203 /win32 
  262. RSC_PROJ=/l 0x409 /fo"$(INTDIR)\DrawPic.res" /d "NDEBUG" /d "_AFXDLL" 
  263. BSC32=bscmake.exe
  264. BSC32_FLAGS=/nologo /o"$(OUTDIR)\DRAWPIC.bsc" 
  265. BSC32_SBRS= \
  266.     
  267. LINK32=link.exe
  268. LINK32_FLAGS=/nologo /subsystem:windows /dll /incremental:no /pdb:"$(OUTDIR)\DRAWPIC.pdb" /machine:I386 /def:".\DrawPic.def" /out:"$(OUTDIR)\DRAWPIC.ocx" /implib:"$(OUTDIR)\DRAWPIC.lib" 
  269. DEF_FILE= \
  270.     ".\DrawPic.def"
  271. LINK32_OBJS= \
  272.     "$(INTDIR)\DrawPic.obj" \
  273.     "$(INTDIR)\DrawPicC.obj" \
  274.     "$(INTDIR)\DrawPicP.obj" \
  275.     "$(INTDIR)\StdAfx.obj" \
  276.     "$(INTDIR)\DrawPic.res"
  277.  
  278. "$(OUTDIR)\DRAWPIC.ocx" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
  279.     $(LINK32) @<<
  280.   $(LINK32_FLAGS) $(LINK32_OBJS)
  281. <<
  282.  
  283. OutDir=.\.\ReleaseU
  284. TargetPath=.\ReleaseU\DRAWPIC.ocx
  285. InputPath=.\ReleaseU\DRAWPIC.ocx
  286. SOURCE=$(InputPath)
  287.  
  288. "$(OutDir)\regsvr32.trg"     : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  289.     <<tempfile.bat 
  290.     @echo off 
  291.     regsvr32 /s /c "$(TargetPath)" 
  292.     echo regsvr32 exec. time > "$(OutDir)\regsvr32.trg" 
  293. << 
  294.     
  295.  
  296. !ENDIF 
  297.  
  298. .c{$(INTDIR)}.obj::
  299.    $(CPP) @<<
  300.    $(CPP_PROJ) $< 
  301. <<
  302.  
  303. .cpp{$(INTDIR)}.obj::
  304.    $(CPP) @<<
  305.    $(CPP_PROJ) $< 
  306. <<
  307.  
  308. .cxx{$(INTDIR)}.obj::
  309.    $(CPP) @<<
  310.    $(CPP_PROJ) $< 
  311. <<
  312.  
  313. .c{$(INTDIR)}.sbr::
  314.    $(CPP) @<<
  315.    $(CPP_PROJ) $< 
  316. <<
  317.  
  318. .cpp{$(INTDIR)}.sbr::
  319.    $(CPP) @<<
  320.    $(CPP_PROJ) $< 
  321. <<
  322.  
  323. .cxx{$(INTDIR)}.sbr::
  324.    $(CPP) @<<
  325.    $(CPP_PROJ) $< 
  326. <<
  327.  
  328.  
  329. !IF "$(NO_EXTERNAL_DEPS)" != "1"
  330. !IF EXISTS("DRAWPIC.DEP")
  331. !INCLUDE "DRAWPIC.DEP"
  332. !ELSE 
  333. !MESSAGE Warning: cannot find "DRAWPIC.DEP"
  334. !ENDIF 
  335. !ENDIF 
  336.  
  337.  
  338. !IF "$(CFG)" == "DrawPic - Win32 Release" || "$(CFG)" == "DrawPic - Win32 Debug" || "$(CFG)" == "DrawPic - Win32 Unicode Debug" || "$(CFG)" == "DrawPic - Win32 Unicode Release"
  339. SOURCE=.\DrawPic.cpp
  340.  
  341. "$(INTDIR)\DrawPic.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\DRAWPIC.pch"
  342.  
  343.  
  344. SOURCE=.\DrawPic.odl
  345.  
  346. !IF  "$(CFG)" == "DrawPic - Win32 Release"
  347.  
  348. MTL_SWITCHES=/nologo /D "NDEBUG" /tlb "$(OUTDIR)\DrawPic.tlb" /mktyplib203 /win32 
  349.  
  350. "$(OUTDIR)\DrawPic.tlb" : $(SOURCE) "$(OUTDIR)"
  351.     $(MTL) @<<
  352.   $(MTL_SWITCHES) $(SOURCE)
  353. <<
  354.  
  355.  
  356. !ELSEIF  "$(CFG)" == "DrawPic - Win32 Debug"
  357.  
  358. MTL_SWITCHES=/nologo /D "_DEBUG" /tlb "$(OUTDIR)\DrawPic.tlb" /mktyplib203 /win32 
  359.  
  360. "$(OUTDIR)\DrawPic.tlb" : $(SOURCE) "$(OUTDIR)"
  361.     $(MTL) @<<
  362.   $(MTL_SWITCHES) $(SOURCE)
  363. <<
  364.  
  365.  
  366. !ELSEIF  "$(CFG)" == "DrawPic - Win32 Unicode Debug"
  367.  
  368. MTL_SWITCHES=/nologo /D "_DEBUG" /tlb "$(OUTDIR)\DrawPic.tlb" /mktyplib203 /win32 
  369.  
  370. "$(OUTDIR)\DrawPic.tlb" : $(SOURCE) "$(OUTDIR)"
  371.     $(MTL) @<<
  372.   $(MTL_SWITCHES) $(SOURCE)
  373. <<
  374.  
  375.  
  376. !ELSEIF  "$(CFG)" == "DrawPic - Win32 Unicode Release"
  377.  
  378. MTL_SWITCHES=/nologo /D "NDEBUG" /tlb "$(OUTDIR)\DrawPic.tlb" /mktyplib203 /win32 
  379.  
  380. "$(OUTDIR)\DrawPic.tlb" : $(SOURCE) "$(OUTDIR)"
  381.     $(MTL) @<<
  382.   $(MTL_SWITCHES) $(SOURCE)
  383. <<
  384.  
  385.  
  386. !ENDIF 
  387.  
  388. SOURCE=.\DrawPic.rc
  389.  
  390. !IF  "$(CFG)" == "DrawPic - Win32 Release"
  391.  
  392.  
  393. "$(INTDIR)\DrawPic.res" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\DrawPic.tlb"
  394.     $(RSC) /l 0x409 /fo"$(INTDIR)\DrawPic.res" /i ".\Release" /d "NDEBUG" /d "_AFXDLL" $(SOURCE)
  395.  
  396.  
  397. !ELSEIF  "$(CFG)" == "DrawPic - Win32 Debug"
  398.  
  399.  
  400. "$(INTDIR)\DrawPic.res" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\DrawPic.tlb"
  401.     $(RSC) /l 0x409 /fo"$(INTDIR)\DrawPic.res" /i ".\Debug" /d "_DEBUG" /d "_AFXDLL" $(SOURCE)
  402.  
  403.  
  404. !ELSEIF  "$(CFG)" == "DrawPic - Win32 Unicode Debug"
  405.  
  406.  
  407. "$(INTDIR)\DrawPic.res" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\DrawPic.tlb"
  408.     $(RSC) /l 0x409 /fo"$(INTDIR)\DrawPic.res" /i ".\DebugU" /d "_DEBUG" /d "_AFXDLL" $(SOURCE)
  409.  
  410.  
  411. !ELSEIF  "$(CFG)" == "DrawPic - Win32 Unicode Release"
  412.  
  413.  
  414. "$(INTDIR)\DrawPic.res" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\DrawPic.tlb"
  415.     $(RSC) /l 0x409 /fo"$(INTDIR)\DrawPic.res" /i ".\ReleaseU" /d "NDEBUG" /d "_AFXDLL" $(SOURCE)
  416.  
  417.  
  418. !ENDIF 
  419.  
  420. SOURCE=.\DrawPicC.cpp
  421.  
  422. "$(INTDIR)\DrawPicC.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\DRAWPIC.pch"
  423.  
  424.  
  425. SOURCE=.\DrawPicP.cpp
  426.  
  427. "$(INTDIR)\DrawPicP.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\DRAWPIC.pch"
  428.  
  429.  
  430. SOURCE=.\StdAfx.cpp
  431.  
  432. !IF  "$(CFG)" == "DrawPic - Win32 Release"
  433.  
  434. CPP_SWITCHES=/nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_MBCS" /D "_USRDLL" /Fp"$(INTDIR)\DRAWPIC.pch" /Yc"stdafx.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c 
  435.  
  436. "$(INTDIR)\StdAfx.obj"    "$(INTDIR)\DRAWPIC.pch" : $(SOURCE) "$(INTDIR)"
  437.     $(CPP) @<<
  438.   $(CPP_SWITCHES) $(SOURCE)
  439. <<
  440.  
  441.  
  442. !ELSEIF  "$(CFG)" == "DrawPic - Win32 Debug"
  443.  
  444. CPP_SWITCHES=/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_MBCS" /D "_USRDLL" /Fp"$(INTDIR)\DRAWPIC.pch" /Yc"stdafx.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c 
  445.  
  446. "$(INTDIR)\StdAfx.obj"    "$(INTDIR)\DRAWPIC.pch" : $(SOURCE) "$(INTDIR)"
  447.     $(CPP) @<<
  448.   $(CPP_SWITCHES) $(SOURCE)
  449. <<
  450.  
  451.  
  452. !ELSEIF  "$(CFG)" == "DrawPic - Win32 Unicode Debug"
  453.  
  454. CPP_SWITCHES=/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_USRDLL" /D "_UNICODE" /Fp"$(INTDIR)\DRAWPIC.pch" /Yc"stdafx.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c 
  455.  
  456. "$(INTDIR)\StdAfx.obj"    "$(INTDIR)\DRAWPIC.pch" : $(SOURCE) "$(INTDIR)"
  457.     $(CPP) @<<
  458.   $(CPP_SWITCHES) $(SOURCE)
  459. <<
  460.  
  461.  
  462. !ELSEIF  "$(CFG)" == "DrawPic - Win32 Unicode Release"
  463.  
  464. CPP_SWITCHES=/nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_USRDLL" /D "_UNICODE" /Fp"$(INTDIR)\DRAWPIC.pch" /Yc"stdafx.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c 
  465.  
  466. "$(INTDIR)\StdAfx.obj"    "$(INTDIR)\DRAWPIC.pch" : $(SOURCE) "$(INTDIR)"
  467.     $(CPP) @<<
  468.   $(CPP_SWITCHES) $(SOURCE)
  469. <<
  470.  
  471.  
  472. !ENDIF 
  473.  
  474.  
  475. !ENDIF 
  476.  
  477.