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

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