home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / com / dcom / atlcont / atlcont.mak < prev    next >
Text File  |  1998-04-02  |  24KB  |  1,039 lines

  1. # Microsoft Developer Studio Generated NMAKE File, Based on atlcont.dsp
  2. !IF "$(CFG)" == ""
  3. CFG=AtlCont - Win32 Release
  4. !MESSAGE No configuration specified. Defaulting to AtlCont - Win32 Release.
  5. !ENDIF 
  6.  
  7. !IF "$(CFG)" != "AtlCont - Win32 Release" && "$(CFG)" !=\
  8.  "AtlCont - Win32 MinCRT" && "$(CFG)" != "AtlCont - Win32 Debug" && "$(CFG)" !=\
  9.  "AtlCont - Win32 Unicode Release" && "$(CFG)" !=\
  10.  "AtlCont - Win32 Unicode MinCRT" && "$(CFG)" != "AtlCont - Win32 Unicode Debug"
  11. !MESSAGE Invalid configuration "$(CFG)" specified.
  12. !MESSAGE You can specify a configuration when running NMAKE
  13. !MESSAGE by defining the macro CFG on the command line. For example:
  14. !MESSAGE 
  15. !MESSAGE NMAKE /f "atlcont.mak" CFG="AtlCont - Win32 Release"
  16. !MESSAGE 
  17. !MESSAGE Possible choices for configuration are:
  18. !MESSAGE 
  19. !MESSAGE "AtlCont - Win32 Release" (based on "Win32 (x86) Win32 Application")
  20. !MESSAGE "AtlCont - Win32 MinCRT" (based on "Win32 (x86) Win32 Application")
  21. !MESSAGE "AtlCont - Win32 Debug" (based on "Win32 (x86) Win32 Application")
  22. !MESSAGE "AtlCont - Win32 Unicode Release" (based on\
  23.  "Win32 (x86) Win32 Application")
  24. !MESSAGE "AtlCont - Win32 Unicode MinCRT" (based on\
  25.  "Win32 (x86) Win32 Application")
  26. !MESSAGE "AtlCont - Win32 Unicode Debug" (based on\
  27.  "Win32 (x86) Win32 Application")
  28. !MESSAGE 
  29. !ERROR An invalid configuration is specified.
  30. !ENDIF 
  31.  
  32. !IF "$(OS)" == "Windows_NT"
  33. NULL=
  34. !ELSE 
  35. NULL=nul
  36. !ENDIF 
  37.  
  38. !IF  "$(CFG)" == "AtlCont - Win32 Release"
  39.  
  40. OUTDIR=.\Release
  41. INTDIR=.\Release
  42. # Begin Custom Macros
  43. OutDir=.\.\Release
  44. # End Custom Macros
  45.  
  46. !IF "$(RECURSE)" == "0" 
  47.  
  48. ALL : "$(OUTDIR)\atlcont.exe" "$(OutDir)\reg_exe.trg"
  49.  
  50. !ELSE 
  51.  
  52. ALL : "$(OUTDIR)\atlcont.exe" "$(OutDir)\reg_exe.trg"
  53.  
  54. !ENDIF 
  55.  
  56. CLEAN :
  57.     -@erase "$(INTDIR)\AtlCont.obj"
  58.     -@erase "$(INTDIR)\atlcont.pch"
  59.     -@erase "$(INTDIR)\AtlCont.res"
  60.     -@erase "$(INTDIR)\AtlCont1.obj"
  61.     -@erase "$(INTDIR)\StdAfx.obj"
  62.     -@erase "$(INTDIR)\vc50.idb"
  63.     -@erase "$(OUTDIR)\atlcont.exe"
  64.     -@erase "$(OutDir)\reg_exe.trg"
  65.  
  66. "$(OUTDIR)" :
  67.     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  68.  
  69. CPP=cl.exe
  70. CPP_PROJ=/nologo /MT /W3 /GX /O1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D\
  71.  "_MBCS" /Fp"$(INTDIR)\atlcont.pch" /Yu"stdafx.h" /Fo"$(INTDIR)\\"\
  72.  /Fd"$(INTDIR)\\" /FD /c 
  73. CPP_OBJS=.\Release/
  74. CPP_SBRS=.
  75.  
  76. .c{$(CPP_OBJS)}.obj::
  77.    $(CPP) @<<
  78.    $(CPP_PROJ) $< 
  79. <<
  80.  
  81. .cpp{$(CPP_OBJS)}.obj::
  82.    $(CPP) @<<
  83.    $(CPP_PROJ) $< 
  84. <<
  85.  
  86. .cxx{$(CPP_OBJS)}.obj::
  87.    $(CPP) @<<
  88.    $(CPP_PROJ) $< 
  89. <<
  90.  
  91. .c{$(CPP_SBRS)}.sbr::
  92.    $(CPP) @<<
  93.    $(CPP_PROJ) $< 
  94. <<
  95.  
  96. .cpp{$(CPP_SBRS)}.sbr::
  97.    $(CPP) @<<
  98.    $(CPP_PROJ) $< 
  99. <<
  100.  
  101. .cxx{$(CPP_SBRS)}.sbr::
  102.    $(CPP) @<<
  103.    $(CPP_PROJ) $< 
  104. <<
  105.  
  106. MTL=midl.exe
  107. MTL_PROJ=/nologo /D "NDEBUG" /mktyplib203 /win32 
  108. RSC=rc.exe
  109. RSC_PROJ=/l 0x409 /fo"$(INTDIR)\AtlCont.res" /d "NDEBUG" 
  110. BSC32=bscmake.exe
  111. BSC32_FLAGS=/nologo /o"$(OUTDIR)\atlcont.bsc" 
  112. BSC32_SBRS= \
  113.     
  114. LINK32=link.exe
  115. LINK32_FLAGS=oledlg.lib /nologo /subsystem:windows /incremental:no\
  116.  /pdb:"$(OUTDIR)\atlcont.pdb" /machine:I386 /out:"$(OUTDIR)\atlcont.exe" 
  117. LINK32_OBJS= \
  118.     "$(INTDIR)\AtlCont.obj" \
  119.     "$(INTDIR)\AtlCont.res" \
  120.     "$(INTDIR)\AtlCont1.obj" \
  121.     "$(INTDIR)\StdAfx.obj"
  122.  
  123. "$(OUTDIR)\atlcont.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
  124.     $(LINK32) @<<
  125.   $(LINK32_FLAGS) $(LINK32_OBJS)
  126. <<
  127.  
  128. OutDir=.\.\Release
  129. TargetPath=.\Release\atlcont.exe
  130. InputPath=.\Release\atlcont.exe
  131. SOURCE=$(InputPath)
  132.  
  133. "$(OutDir)\reg_exe.trg"     : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  134.     $(TargetPath) /RegServer 
  135.     echo reg_exe exec. time > "$(OutDir)\reg_exe.trg" 
  136.     echo Server registration done! 
  137.     
  138.  
  139. !ELSEIF  "$(CFG)" == "AtlCont - Win32 MinCRT"
  140.  
  141. OUTDIR=.\MinRel
  142. INTDIR=.\MinRel
  143. # Begin Custom Macros
  144. OutDir=.\.\MinRel
  145. # End Custom Macros
  146.  
  147. !IF "$(RECURSE)" == "0" 
  148.  
  149. ALL : "$(OUTDIR)\atlcont.exe" "$(OutDir)\reg_exe.trg"
  150.  
  151. !ELSE 
  152.  
  153. ALL : "$(OUTDIR)\atlcont.exe" "$(OutDir)\reg_exe.trg"
  154.  
  155. !ENDIF 
  156.  
  157. CLEAN :
  158.     -@erase "$(INTDIR)\AtlCont.obj"
  159.     -@erase "$(INTDIR)\AtlCont.res"
  160.     -@erase "$(INTDIR)\AtlCont1.obj"
  161.     -@erase "$(INTDIR)\StdAfx.obj"
  162.     -@erase "$(INTDIR)\vc50.idb"
  163.     -@erase "$(OUTDIR)\atlcont.exe"
  164.     -@erase ".\Release\atlcont.pch"
  165.     -@erase "$(OutDir)\reg_exe.trg"
  166.  
  167. "$(OUTDIR)" :
  168.     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  169.  
  170. CPP=cl.exe
  171. CPP_PROJ=/nologo /MT /W3 /O1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D\
  172.  "_ATL_MIN_CRT" /Fp".\Release\AtlCont.pch" /Yu"stdafx.h" /Fo"$(INTDIR)\\"\
  173.  /Fd"$(INTDIR)\\" /FD /c 
  174. CPP_OBJS=.\MinRel/
  175. CPP_SBRS=.
  176.  
  177. .c{$(CPP_OBJS)}.obj::
  178.    $(CPP) @<<
  179.    $(CPP_PROJ) $< 
  180. <<
  181.  
  182. .cpp{$(CPP_OBJS)}.obj::
  183.    $(CPP) @<<
  184.    $(CPP_PROJ) $< 
  185. <<
  186.  
  187. .cxx{$(CPP_OBJS)}.obj::
  188.    $(CPP) @<<
  189.    $(CPP_PROJ) $< 
  190. <<
  191.  
  192. .c{$(CPP_SBRS)}.sbr::
  193.    $(CPP) @<<
  194.    $(CPP_PROJ) $< 
  195. <<
  196.  
  197. .cpp{$(CPP_SBRS)}.sbr::
  198.    $(CPP) @<<
  199.    $(CPP_PROJ) $< 
  200. <<
  201.  
  202. .cxx{$(CPP_SBRS)}.sbr::
  203.    $(CPP) @<<
  204.    $(CPP_PROJ) $< 
  205. <<
  206.  
  207. MTL=midl.exe
  208. MTL_PROJ=/nologo /D "NDEBUG" /mktyplib203 /win32 
  209. RSC=rc.exe
  210. RSC_PROJ=/l 0x409 /fo"$(INTDIR)\AtlCont.res" /d "NDEBUG" 
  211. BSC32=bscmake.exe
  212. BSC32_FLAGS=/nologo /o"$(OUTDIR)\atlcont.bsc" 
  213. BSC32_SBRS= \
  214.     
  215. LINK32=link.exe
  216. LINK32_FLAGS=oledlg.lib /nologo /entry:"WinMain" /subsystem:windows\
  217.  /incremental:no /pdb:"$(OUTDIR)\atlcont.pdb" /machine:I386\
  218.  /out:"$(OUTDIR)\atlcont.exe" 
  219. LINK32_OBJS= \
  220.     "$(INTDIR)\AtlCont.obj" \
  221.     "$(INTDIR)\AtlCont.res" \
  222.     "$(INTDIR)\AtlCont1.obj" \
  223.     "$(INTDIR)\StdAfx.obj"
  224.  
  225. "$(OUTDIR)\atlcont.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
  226.     $(LINK32) @<<
  227.   $(LINK32_FLAGS) $(LINK32_OBJS)
  228. <<
  229.  
  230. OutDir=.\.\MinRel
  231. TargetPath=.\MinRel\atlcont.exe
  232. InputPath=.\MinRel\atlcont.exe
  233. SOURCE=$(InputPath)
  234.  
  235. "$(OutDir)\reg_exe.trg"     : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  236.     $(TargetPath) /RegServer 
  237.     echo reg_exe exec. time > "$(OutDir)\reg_exe.trg" 
  238.     echo Server registration done! 
  239.     
  240.  
  241. !ELSEIF  "$(CFG)" == "AtlCont - Win32 Debug"
  242.  
  243. OUTDIR=.\Debug
  244. INTDIR=.\Debug
  245. # Begin Custom Macros
  246. OutDir=.\.\Debug
  247. # End Custom Macros
  248.  
  249. !IF "$(RECURSE)" == "0" 
  250.  
  251. ALL : "$(OUTDIR)\atlcont.exe" "$(OutDir)\reg_exe.trg"
  252.  
  253. !ELSE 
  254.  
  255. ALL : "$(OUTDIR)\atlcont.exe" "$(OutDir)\reg_exe.trg"
  256.  
  257. !ENDIF 
  258.  
  259. CLEAN :
  260.     -@erase "$(INTDIR)\AtlCont.obj"
  261.     -@erase "$(INTDIR)\atlcont.pch"
  262.     -@erase "$(INTDIR)\AtlCont.res"
  263.     -@erase "$(INTDIR)\AtlCont1.obj"
  264.     -@erase "$(INTDIR)\StdAfx.obj"
  265.     -@erase "$(INTDIR)\vc50.idb"
  266.     -@erase "$(INTDIR)\vc50.pdb"
  267.     -@erase "$(OUTDIR)\atlcont.exe"
  268.     -@erase "$(OUTDIR)\atlcont.ilk"
  269.     -@erase "$(OUTDIR)\atlcont.pdb"
  270.     -@erase "$(OutDir)\reg_exe.trg"
  271.  
  272. "$(OUTDIR)" :
  273.     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  274.  
  275. CPP=cl.exe
  276. CPP_PROJ=/nologo /MTd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS"\
  277.  /D "_MBCS" /Fp"$(INTDIR)\atlcont.pch" /Yu"stdafx.h" /Fo"$(INTDIR)\\"\
  278.  /Fd"$(INTDIR)\\" /FD /c 
  279. CPP_OBJS=.\Debug/
  280. CPP_SBRS=.
  281.  
  282. .c{$(CPP_OBJS)}.obj::
  283.    $(CPP) @<<
  284.    $(CPP_PROJ) $< 
  285. <<
  286.  
  287. .cpp{$(CPP_OBJS)}.obj::
  288.    $(CPP) @<<
  289.    $(CPP_PROJ) $< 
  290. <<
  291.  
  292. .cxx{$(CPP_OBJS)}.obj::
  293.    $(CPP) @<<
  294.    $(CPP_PROJ) $< 
  295. <<
  296.  
  297. .c{$(CPP_SBRS)}.sbr::
  298.    $(CPP) @<<
  299.    $(CPP_PROJ) $< 
  300. <<
  301.  
  302. .cpp{$(CPP_SBRS)}.sbr::
  303.    $(CPP) @<<
  304.    $(CPP_PROJ) $< 
  305. <<
  306.  
  307. .cxx{$(CPP_SBRS)}.sbr::
  308.    $(CPP) @<<
  309.    $(CPP_PROJ) $< 
  310. <<
  311.  
  312. MTL=midl.exe
  313. MTL_PROJ=/nologo /D "_DEBUG" /mktyplib203 /win32 
  314. RSC=rc.exe
  315. RSC_PROJ=/l 0x409 /fo"$(INTDIR)\AtlCont.res" /d "_DEBUG" 
  316. BSC32=bscmake.exe
  317. BSC32_FLAGS=/nologo /o"$(OUTDIR)\atlcont.bsc" 
  318. BSC32_SBRS= \
  319.     
  320. LINK32=link.exe
  321. LINK32_FLAGS=oledlg.lib /nologo /subsystem:windows /incremental:yes\
  322.  /pdb:"$(OUTDIR)\atlcont.pdb" /debug /machine:I386 /out:"$(OUTDIR)\atlcont.exe" 
  323. LINK32_OBJS= \
  324.     "$(INTDIR)\AtlCont.obj" \
  325.     "$(INTDIR)\AtlCont.res" \
  326.     "$(INTDIR)\AtlCont1.obj" \
  327.     "$(INTDIR)\StdAfx.obj"
  328.  
  329. "$(OUTDIR)\atlcont.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
  330.     $(LINK32) @<<
  331.   $(LINK32_FLAGS) $(LINK32_OBJS)
  332. <<
  333.  
  334. OutDir=.\.\Debug
  335. TargetPath=.\Debug\atlcont.exe
  336. InputPath=.\Debug\atlcont.exe
  337. SOURCE=$(InputPath)
  338.  
  339. "$(OutDir)\reg_exe.trg"     : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  340.     $(TargetPath) /RegServer 
  341.     echo reg_exe exec. time > "$(OutDir)\reg_exe.trg" 
  342.     echo Server registration done! 
  343.     
  344.  
  345. !ELSEIF  "$(CFG)" == "AtlCont - Win32 Unicode Release"
  346.  
  347. OUTDIR=.\ReleaseU
  348. INTDIR=.\ReleaseU
  349. # Begin Custom Macros
  350. OutDir=.\.\ReleaseU
  351. # End Custom Macros
  352.  
  353. !IF "$(RECURSE)" == "0" 
  354.  
  355. ALL : "$(OUTDIR)\atlcont.exe" "$(OutDir)\reg_exe.trg"
  356.  
  357. !ELSE 
  358.  
  359. ALL : "$(OUTDIR)\atlcont.exe" "$(OutDir)\reg_exe.trg"
  360.  
  361. !ENDIF 
  362.  
  363. CLEAN :
  364.     -@erase "$(INTDIR)\AtlCont.obj"
  365.     -@erase "$(INTDIR)\atlcont.pch"
  366.     -@erase "$(INTDIR)\AtlCont.res"
  367.     -@erase "$(INTDIR)\AtlCont1.obj"
  368.     -@erase "$(INTDIR)\StdAfx.obj"
  369.     -@erase "$(INTDIR)\vc50.idb"
  370.     -@erase "$(OUTDIR)\atlcont.exe"
  371.     -@erase "$(OutDir)\reg_exe.trg"
  372.  
  373. "$(OUTDIR)" :
  374.     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  375.  
  376. CPP=cl.exe
  377. CPP_PROJ=/nologo /MT /W3 /GX /O1 /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D\
  378.  "_MBCS" /D "_UNICODE" /Fp"$(INTDIR)\atlcont.pch" /Yu"stdafx.h" /Fo"$(INTDIR)\\"\
  379.  /Fd"$(INTDIR)\\" /FD /c 
  380. CPP_OBJS=.\ReleaseU/
  381. CPP_SBRS=.
  382.  
  383. .c{$(CPP_OBJS)}.obj::
  384.    $(CPP) @<<
  385.    $(CPP_PROJ) $< 
  386. <<
  387.  
  388. .cpp{$(CPP_OBJS)}.obj::
  389.    $(CPP) @<<
  390.    $(CPP_PROJ) $< 
  391. <<
  392.  
  393. .cxx{$(CPP_OBJS)}.obj::
  394.    $(CPP) @<<
  395.    $(CPP_PROJ) $< 
  396. <<
  397.  
  398. .c{$(CPP_SBRS)}.sbr::
  399.    $(CPP) @<<
  400.    $(CPP_PROJ) $< 
  401. <<
  402.  
  403. .cpp{$(CPP_SBRS)}.sbr::
  404.    $(CPP) @<<
  405.    $(CPP_PROJ) $< 
  406. <<
  407.  
  408. .cxx{$(CPP_SBRS)}.sbr::
  409.    $(CPP) @<<
  410.    $(CPP_PROJ) $< 
  411. <<
  412.  
  413. MTL=midl.exe
  414. MTL_PROJ=/nologo /D "NDEBUG" /mktyplib203 /win32 
  415. RSC=rc.exe
  416. RSC_PROJ=/l 0x409 /fo"$(INTDIR)\AtlCont.res" /d "NDEBUG" 
  417. BSC32=bscmake.exe
  418. BSC32_FLAGS=/nologo /o"$(OUTDIR)\atlcont.bsc" 
  419. BSC32_SBRS= \
  420.     
  421. LINK32=link.exe
  422. LINK32_FLAGS=oledlg.lib /nologo /entry:"wWinMainCRTStartup" /subsystem:windows\
  423.  /incremental:no /pdb:"$(OUTDIR)\atlcont.pdb" /machine:I386\
  424.  /out:"$(OUTDIR)\atlcont.exe" 
  425. LINK32_OBJS= \
  426.     "$(INTDIR)\AtlCont.obj" \
  427.     "$(INTDIR)\AtlCont.res" \
  428.     "$(INTDIR)\AtlCont1.obj" \
  429.     "$(INTDIR)\StdAfx.obj"
  430.  
  431. "$(OUTDIR)\atlcont.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
  432.     $(LINK32) @<<
  433.   $(LINK32_FLAGS) $(LINK32_OBJS)
  434. <<
  435.  
  436. OutDir=.\.\ReleaseU
  437. TargetPath=.\ReleaseU\atlcont.exe
  438. InputPath=.\ReleaseU\atlcont.exe
  439. SOURCE=$(InputPath)
  440.  
  441. "$(OutDir)\reg_exe.trg"     : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  442.     $(TargetPath) /RegServer 
  443.     echo reg_exe exec. time > "$(OutDir)\reg_exe.trg" 
  444.     echo Server registration done! 
  445.     
  446.  
  447. !ELSEIF  "$(CFG)" == "AtlCont - Win32 Unicode MinCRT"
  448.  
  449. OUTDIR=.\MinRelU
  450. INTDIR=.\MinRelU
  451. # Begin Custom Macros
  452. OutDir=.\.\MinRelU
  453. # End Custom Macros
  454.  
  455. !IF "$(RECURSE)" == "0" 
  456.  
  457. ALL : "$(OUTDIR)\atlcont.exe" "$(OutDir)\reg_exe.trg"
  458.  
  459. !ELSE 
  460.  
  461. ALL : "$(OUTDIR)\atlcont.exe" "$(OutDir)\reg_exe.trg"
  462.  
  463. !ENDIF 
  464.  
  465. CLEAN :
  466.     -@erase "$(INTDIR)\AtlCont.obj"
  467.     -@erase "$(INTDIR)\AtlCont.res"
  468.     -@erase "$(INTDIR)\AtlCont1.obj"
  469.     -@erase "$(INTDIR)\StdAfx.obj"
  470.     -@erase "$(INTDIR)\vc50.idb"
  471.     -@erase "$(OUTDIR)\atlcont.exe"
  472.     -@erase ".\ReleaseU\atlcont.pch"
  473.     -@erase "$(OutDir)\reg_exe.trg"
  474.  
  475. "$(OUTDIR)" :
  476.     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  477.  
  478. CPP=cl.exe
  479. CPP_PROJ=/nologo /MT /W3 /O1 /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D\
  480.  "_UNICODE" /D "_ATL_MIN_CRT" /Fp".\ReleaseU\AtlCont.pch" /Yu"stdafx.h"\
  481.  /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c 
  482. CPP_OBJS=.\MinRelU/
  483. CPP_SBRS=.
  484.  
  485. .c{$(CPP_OBJS)}.obj::
  486.    $(CPP) @<<
  487.    $(CPP_PROJ) $< 
  488. <<
  489.  
  490. .cpp{$(CPP_OBJS)}.obj::
  491.    $(CPP) @<<
  492.    $(CPP_PROJ) $< 
  493. <<
  494.  
  495. .cxx{$(CPP_OBJS)}.obj::
  496.    $(CPP) @<<
  497.    $(CPP_PROJ) $< 
  498. <<
  499.  
  500. .c{$(CPP_SBRS)}.sbr::
  501.    $(CPP) @<<
  502.    $(CPP_PROJ) $< 
  503. <<
  504.  
  505. .cpp{$(CPP_SBRS)}.sbr::
  506.    $(CPP) @<<
  507.    $(CPP_PROJ) $< 
  508. <<
  509.  
  510. .cxx{$(CPP_SBRS)}.sbr::
  511.    $(CPP) @<<
  512.    $(CPP_PROJ) $< 
  513. <<
  514.  
  515. MTL=midl.exe
  516. MTL_PROJ=/nologo /D "NDEBUG" /mktyplib203 /win32 
  517. RSC=rc.exe
  518. RSC_PROJ=/l 0x409 /fo"$(INTDIR)\AtlCont.res" /d "NDEBUG" 
  519. BSC32=bscmake.exe
  520. BSC32_FLAGS=/nologo /o"$(OUTDIR)\atlcont.bsc" 
  521. BSC32_SBRS= \
  522.     
  523. LINK32=link.exe
  524. LINK32_FLAGS=oledlg.lib /nologo /entry:"wWinMain" /subsystem:windows\
  525.  /incremental:no /pdb:"$(OUTDIR)\atlcont.pdb" /machine:I386\
  526.  /out:"$(OUTDIR)\atlcont.exe" 
  527. LINK32_OBJS= \
  528.     "$(INTDIR)\AtlCont.obj" \
  529.     "$(INTDIR)\AtlCont.res" \
  530.     "$(INTDIR)\AtlCont1.obj" \
  531.     "$(INTDIR)\StdAfx.obj"
  532.  
  533. "$(OUTDIR)\atlcont.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
  534.     $(LINK32) @<<
  535.   $(LINK32_FLAGS) $(LINK32_OBJS)
  536. <<
  537.  
  538. OutDir=.\.\MinRelU
  539. TargetPath=.\MinRelU\atlcont.exe
  540. InputPath=.\MinRelU\atlcont.exe
  541. SOURCE=$(InputPath)
  542.  
  543. "$(OutDir)\reg_exe.trg"     : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  544.     $(TargetPath) /RegServer 
  545.     echo reg_exe exec. time > "$(OutDir)\reg_exe.trg" 
  546.     echo Server registration done! 
  547.     
  548.  
  549. !ELSEIF  "$(CFG)" == "AtlCont - Win32 Unicode Debug"
  550.  
  551. OUTDIR=.\DebugU
  552. INTDIR=.\DebugU
  553. # Begin Custom Macros
  554. OutDir=.\.\DebugU
  555. # End Custom Macros
  556.  
  557. !IF "$(RECURSE)" == "0" 
  558.  
  559. ALL : "$(OUTDIR)\atlcont.exe" "$(OutDir)\reg_exe.trg"
  560.  
  561. !ELSE 
  562.  
  563. ALL : "$(OUTDIR)\atlcont.exe" "$(OutDir)\reg_exe.trg"
  564.  
  565. !ENDIF 
  566.  
  567. CLEAN :
  568.     -@erase "$(INTDIR)\AtlCont.obj"
  569.     -@erase "$(INTDIR)\atlcont.pch"
  570.     -@erase "$(INTDIR)\AtlCont.res"
  571.     -@erase "$(INTDIR)\AtlCont1.obj"
  572.     -@erase "$(INTDIR)\StdAfx.obj"
  573.     -@erase "$(INTDIR)\vc50.idb"
  574.     -@erase "$(INTDIR)\vc50.pdb"
  575.     -@erase "$(OUTDIR)\atlcont.exe"
  576.     -@erase "$(OUTDIR)\atlcont.ilk"
  577.     -@erase "$(OUTDIR)\atlcont.pdb"
  578.     -@erase "$(OutDir)\reg_exe.trg"
  579.  
  580. "$(OUTDIR)" :
  581.     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  582.  
  583. CPP=cl.exe
  584. CPP_PROJ=/nologo /MTd /W3 /Gm /GX /Zi /Od /D "_DEBUG" /D "WIN32" /D "_WINDOWS"\
  585.  /D "_MBCS" /D "_UNICODE" /Fp"$(INTDIR)\atlcont.pch" /Yu"stdafx.h"\
  586.  /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c 
  587. CPP_OBJS=.\DebugU/
  588. CPP_SBRS=.
  589.  
  590. .c{$(CPP_OBJS)}.obj::
  591.    $(CPP) @<<
  592.    $(CPP_PROJ) $< 
  593. <<
  594.  
  595. .cpp{$(CPP_OBJS)}.obj::
  596.    $(CPP) @<<
  597.    $(CPP_PROJ) $< 
  598. <<
  599.  
  600. .cxx{$(CPP_OBJS)}.obj::
  601.    $(CPP) @<<
  602.    $(CPP_PROJ) $< 
  603. <<
  604.  
  605. .c{$(CPP_SBRS)}.sbr::
  606.    $(CPP) @<<
  607.    $(CPP_PROJ) $< 
  608. <<
  609.  
  610. .cpp{$(CPP_SBRS)}.sbr::
  611.    $(CPP) @<<
  612.    $(CPP_PROJ) $< 
  613. <<
  614.  
  615. .cxx{$(CPP_SBRS)}.sbr::
  616.    $(CPP) @<<
  617.    $(CPP_PROJ) $< 
  618. <<
  619.  
  620. MTL=midl.exe
  621. MTL_PROJ=/nologo /D "_DEBUG" /mktyplib203 /win32 
  622. RSC=rc.exe
  623. RSC_PROJ=/l 0x409 /fo"$(INTDIR)\AtlCont.res" /d "_DEBUG" 
  624. BSC32=bscmake.exe
  625. BSC32_FLAGS=/nologo /o"$(OUTDIR)\atlcont.bsc" 
  626. BSC32_SBRS= \
  627.     
  628. LINK32=link.exe
  629. LINK32_FLAGS=oledlg.lib /nologo /entry:"wWinMainCRTStartup" /subsystem:windows\
  630.  /incremental:yes /pdb:"$(OUTDIR)\atlcont.pdb" /debug /machine:I386\
  631.  /out:"$(OUTDIR)\atlcont.exe" 
  632. LINK32_OBJS= \
  633.     "$(INTDIR)\AtlCont.obj" \
  634.     "$(INTDIR)\AtlCont.res" \
  635.     "$(INTDIR)\AtlCont1.obj" \
  636.     "$(INTDIR)\StdAfx.obj"
  637.  
  638. "$(OUTDIR)\atlcont.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
  639.     $(LINK32) @<<
  640.   $(LINK32_FLAGS) $(LINK32_OBJS)
  641. <<
  642.  
  643. OutDir=.\.\DebugU
  644. TargetPath=.\DebugU\atlcont.exe
  645. InputPath=.\DebugU\atlcont.exe
  646. SOURCE=$(InputPath)
  647.  
  648. "$(OutDir)\reg_exe.trg"     : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  649.     $(TargetPath) /RegServer 
  650.     echo reg_exe exec. time > "$(OutDir)\reg_exe.trg" 
  651.     echo Server registration done! 
  652.     
  653.  
  654. !ENDIF 
  655.  
  656.  
  657. !IF "$(CFG)" == "AtlCont - Win32 Release" || "$(CFG)" ==\
  658.  "AtlCont - Win32 MinCRT" || "$(CFG)" == "AtlCont - Win32 Debug" || "$(CFG)" ==\
  659.  "AtlCont - Win32 Unicode Release" || "$(CFG)" ==\
  660.  "AtlCont - Win32 Unicode MinCRT" || "$(CFG)" == "AtlCont - Win32 Unicode Debug"
  661. SOURCE=.\AtlCont.cpp
  662.  
  663. !IF  "$(CFG)" == "AtlCont - Win32 Release"
  664.  
  665. DEP_CPP_ATLCO=\
  666.     ".\AtlCont.h"\
  667.     ".\AtlCont1.h"\
  668.     ".\AtlCont_i.c"\
  669.     
  670.  
  671. "$(INTDIR)\AtlCont.obj" : $(SOURCE) $(DEP_CPP_ATLCO) "$(INTDIR)"\
  672.  "$(INTDIR)\atlcont.pch" ".\AtlCont.h" ".\AtlCont_i.c"
  673.     $(CPP) $(CPP_PROJ) $(SOURCE)
  674.  
  675.  
  676. !ELSEIF  "$(CFG)" == "AtlCont - Win32 MinCRT"
  677.  
  678. DEP_CPP_ATLCO=\
  679.     ".\AtlCont.h"\
  680.     ".\AtlCont1.h"\
  681.     ".\AtlCont_i.c"\
  682.     
  683.  
  684. "$(INTDIR)\AtlCont.obj" : $(SOURCE) $(DEP_CPP_ATLCO) "$(INTDIR)"\
  685.  ".\Release\atlcont.pch" ".\AtlCont.h" ".\AtlCont_i.c"
  686.     $(CPP) $(CPP_PROJ) $(SOURCE)
  687.  
  688.  
  689. !ELSEIF  "$(CFG)" == "AtlCont - Win32 Debug"
  690.  
  691. DEP_CPP_ATLCO=\
  692.     ".\AtlCont.h"\
  693.     ".\AtlCont1.h"\
  694.     ".\AtlCont_i.c"\
  695.     
  696.  
  697. "$(INTDIR)\AtlCont.obj" : $(SOURCE) $(DEP_CPP_ATLCO) "$(INTDIR)"\
  698.  "$(INTDIR)\atlcont.pch" ".\AtlCont.h" ".\AtlCont_i.c"
  699.     $(CPP) $(CPP_PROJ) $(SOURCE)
  700.  
  701.  
  702. !ELSEIF  "$(CFG)" == "AtlCont - Win32 Unicode Release"
  703.  
  704. DEP_CPP_ATLCO=\
  705.     ".\AtlCont.h"\
  706.     ".\AtlCont1.h"\
  707.     ".\AtlCont_i.c"\
  708.     ".\StdAfx.h"\
  709.     
  710.  
  711. "$(INTDIR)\AtlCont.obj" : $(SOURCE) $(DEP_CPP_ATLCO) "$(INTDIR)"\
  712.  "$(INTDIR)\atlcont.pch" ".\AtlCont.h" ".\AtlCont_i.c"
  713.     $(CPP) $(CPP_PROJ) $(SOURCE)
  714.  
  715.  
  716. !ELSEIF  "$(CFG)" == "AtlCont - Win32 Unicode MinCRT"
  717.  
  718. DEP_CPP_ATLCO=\
  719.     ".\AtlCont.h"\
  720.     ".\AtlCont1.h"\
  721.     ".\AtlCont_i.c"\
  722.     ".\StdAfx.h"\
  723.     
  724.  
  725. "$(INTDIR)\AtlCont.obj" : $(SOURCE) $(DEP_CPP_ATLCO) "$(INTDIR)"\
  726.  ".\ReleaseU\atlcont.pch" ".\AtlCont.h" ".\AtlCont_i.c"
  727.     $(CPP) $(CPP_PROJ) $(SOURCE)
  728.  
  729.  
  730. !ELSEIF  "$(CFG)" == "AtlCont - Win32 Unicode Debug"
  731.  
  732. DEP_CPP_ATLCO=\
  733.     ".\AtlCont.h"\
  734.     ".\AtlCont1.h"\
  735.     ".\AtlCont_i.c"\
  736.     
  737.  
  738. "$(INTDIR)\AtlCont.obj" : $(SOURCE) $(DEP_CPP_ATLCO) "$(INTDIR)"\
  739.  "$(INTDIR)\atlcont.pch" ".\AtlCont_i.c" ".\AtlCont.h"
  740.     $(CPP) $(CPP_PROJ) $(SOURCE)
  741.  
  742.  
  743. !ENDIF 
  744.  
  745. SOURCE=.\AtlCont.idl
  746.  
  747. !IF  "$(CFG)" == "AtlCont - Win32 Release"
  748.  
  749. InputPath=.\AtlCont.idl
  750.  
  751. "AtlCont.tlb"    "AtlCont.h"    "AtlCont_i.c"     : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  752.     midl /Oic /h AtlCont.h /iid AtlCont_i.c AtlCont.idl
  753.  
  754. !ELSEIF  "$(CFG)" == "AtlCont - Win32 MinCRT"
  755.  
  756. InputPath=.\AtlCont.idl
  757.  
  758. "AtlCont.tlb"    "AtlCont.h"    "AtlCont_i.c"     : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  759.     midl /Oic /h AtlCont.h /iid AtlCont_i.c AtlCont.idl
  760.  
  761. !ELSEIF  "$(CFG)" == "AtlCont - Win32 Debug"
  762.  
  763. InputPath=.\AtlCont.idl
  764.  
  765. "AtlCont.tlb"    "AtlCont.h"    "AtlCont_i.c"     : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  766.     midl /Oic /h AtlCont.h /iid AtlCont_i.c AtlCont.idl
  767.  
  768. !ELSEIF  "$(CFG)" == "AtlCont - Win32 Unicode Release"
  769.  
  770. InputPath=.\AtlCont.idl
  771.  
  772. "AtlCont.tlb"    "AtlCont.h"    "AtlCont_i.c"     : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  773.     midl /Oic /h AtlCont.h /iid AtlCont_i.c AtlCont.idl
  774.  
  775. !ELSEIF  "$(CFG)" == "AtlCont - Win32 Unicode MinCRT"
  776.  
  777. InputPath=.\AtlCont.idl
  778.  
  779. "AtlCont.tlb"    "AtlCont.h"    "AtlCont_i.c"     : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  780.     midl /Oic /h AtlCont.h /iid AtlCont_i.c AtlCont.idl
  781.  
  782. !ELSEIF  "$(CFG)" == "AtlCont - Win32 Unicode Debug"
  783.  
  784. InputPath=.\AtlCont.idl
  785.  
  786. "AtlCont.tlb"    "AtlCont.h"    "AtlCont_i.c"     : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  787.     midl /Oic /h AtlCont.h /iid AtlCont_i.c AtlCont.idl
  788.  
  789. !ENDIF 
  790.  
  791. SOURCE=.\AtlCont.rc
  792. DEP_RSC_ATLCON=\
  793.     ".\AtlCont.rgs"\
  794.     ".\AtlCont.tlb"\
  795.     
  796.  
  797. !IF  "$(CFG)" == "AtlCont - Win32 Release"
  798.  
  799.  
  800. "$(INTDIR)\AtlCont.res" : $(SOURCE) $(DEP_RSC_ATLCON) "$(INTDIR)"\
  801.  ".\AtlCont.tlb"
  802.     $(RSC) $(RSC_PROJ) $(SOURCE)
  803.  
  804.  
  805. !ELSEIF  "$(CFG)" == "AtlCont - Win32 MinCRT"
  806.  
  807.  
  808. "$(INTDIR)\AtlCont.res" : $(SOURCE) $(DEP_RSC_ATLCON) "$(INTDIR)"\
  809.  ".\AtlCont.tlb"
  810.     $(RSC) $(RSC_PROJ) $(SOURCE)
  811.  
  812.  
  813. !ELSEIF  "$(CFG)" == "AtlCont - Win32 Debug"
  814.  
  815.  
  816. "$(INTDIR)\AtlCont.res" : $(SOURCE) $(DEP_RSC_ATLCON) "$(INTDIR)"\
  817.  ".\AtlCont.tlb"
  818.     $(RSC) $(RSC_PROJ) $(SOURCE)
  819.  
  820.  
  821. !ELSEIF  "$(CFG)" == "AtlCont - Win32 Unicode Release"
  822.  
  823.  
  824. "$(INTDIR)\AtlCont.res" : $(SOURCE) $(DEP_RSC_ATLCON) "$(INTDIR)"\
  825.  ".\AtlCont.tlb"
  826.     $(RSC) $(RSC_PROJ) $(SOURCE)
  827.  
  828.  
  829. !ELSEIF  "$(CFG)" == "AtlCont - Win32 Unicode MinCRT"
  830.  
  831.  
  832. "$(INTDIR)\AtlCont.res" : $(SOURCE) $(DEP_RSC_ATLCON) "$(INTDIR)"\
  833.  ".\AtlCont.tlb"
  834.     $(RSC) $(RSC_PROJ) $(SOURCE)
  835.  
  836.  
  837. !ELSEIF  "$(CFG)" == "AtlCont - Win32 Unicode Debug"
  838.  
  839.  
  840. "$(INTDIR)\AtlCont.res" : $(SOURCE) $(DEP_RSC_ATLCON) "$(INTDIR)"\
  841.  ".\AtlCont.tlb"
  842.     $(RSC) $(RSC_PROJ) $(SOURCE)
  843.  
  844.  
  845. !ENDIF 
  846.  
  847. SOURCE=.\AtlCont1.cpp
  848.  
  849. !IF  "$(CFG)" == "AtlCont - Win32 Release"
  850.  
  851. DEP_CPP_ATLCONT=\
  852.     ".\AtlCont.h"\
  853.     ".\AtlCont1.h"\
  854.     
  855.  
  856. "$(INTDIR)\AtlCont1.obj" : $(SOURCE) $(DEP_CPP_ATLCONT) "$(INTDIR)"\
  857.  "$(INTDIR)\atlcont.pch" ".\AtlCont.h"
  858.     $(CPP) $(CPP_PROJ) $(SOURCE)
  859.  
  860.  
  861. !ELSEIF  "$(CFG)" == "AtlCont - Win32 MinCRT"
  862.  
  863. DEP_CPP_ATLCONT=\
  864.     ".\AtlCont.h"\
  865.     ".\AtlCont1.h"\
  866.     
  867.  
  868. "$(INTDIR)\AtlCont1.obj" : $(SOURCE) $(DEP_CPP_ATLCONT) "$(INTDIR)"\
  869.  ".\Release\atlcont.pch" ".\AtlCont.h"
  870.     $(CPP) $(CPP_PROJ) $(SOURCE)
  871.  
  872.  
  873. !ELSEIF  "$(CFG)" == "AtlCont - Win32 Debug"
  874.  
  875. DEP_CPP_ATLCONT=\
  876.     ".\AtlCont.h"\
  877.     ".\AtlCont1.h"\
  878.     
  879.  
  880. "$(INTDIR)\AtlCont1.obj" : $(SOURCE) $(DEP_CPP_ATLCONT) "$(INTDIR)"\
  881.  "$(INTDIR)\atlcont.pch" ".\AtlCont.h"
  882.     $(CPP) $(CPP_PROJ) $(SOURCE)
  883.  
  884.  
  885. !ELSEIF  "$(CFG)" == "AtlCont - Win32 Unicode Release"
  886.  
  887. DEP_CPP_ATLCONT=\
  888.     ".\AtlCont.h"\
  889.     ".\AtlCont1.h"\
  890.     ".\StdAfx.h"\
  891.     
  892.  
  893. "$(INTDIR)\AtlCont1.obj" : $(SOURCE) $(DEP_CPP_ATLCONT) "$(INTDIR)"\
  894.  "$(INTDIR)\atlcont.pch" ".\AtlCont.h"
  895.     $(CPP) $(CPP_PROJ) $(SOURCE)
  896.  
  897.  
  898. !ELSEIF  "$(CFG)" == "AtlCont - Win32 Unicode MinCRT"
  899.  
  900. DEP_CPP_ATLCONT=\
  901.     ".\AtlCont.h"\
  902.     ".\AtlCont1.h"\
  903.     ".\StdAfx.h"\
  904.     
  905.  
  906. "$(INTDIR)\AtlCont1.obj" : $(SOURCE) $(DEP_CPP_ATLCONT) "$(INTDIR)"\
  907.  ".\ReleaseU\atlcont.pch" ".\AtlCont.h"
  908.     $(CPP) $(CPP_PROJ) $(SOURCE)
  909.  
  910.  
  911. !ELSEIF  "$(CFG)" == "AtlCont - Win32 Unicode Debug"
  912.  
  913. DEP_CPP_ATLCONT=\
  914.     ".\AtlCont.h"\
  915.     ".\AtlCont1.h"\
  916.     
  917.  
  918. "$(INTDIR)\AtlCont1.obj" : $(SOURCE) $(DEP_CPP_ATLCONT) "$(INTDIR)"\
  919.  "$(INTDIR)\atlcont.pch" ".\AtlCont.h"
  920.     $(CPP) $(CPP_PROJ) $(SOURCE)
  921.  
  922.  
  923. !ENDIF 
  924.  
  925. SOURCE=.\StdAfx.cpp
  926.  
  927. !IF  "$(CFG)" == "AtlCont - Win32 Release"
  928.  
  929. DEP_CPP_STDAF=\
  930.     "..\drawctl\drawctl.tlb"\
  931.     ".\StdAfx.h"\
  932.     "d:\msdev\mcl\atl\include\atliface.h"\
  933.     
  934. CPP_SWITCHES=/nologo /MT /W3 /GX /O1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D\
  935.  "_MBCS" /Fp"$(INTDIR)\atlcont.pch" /Yc"stdafx.h" /Fo"$(INTDIR)\\"\
  936.  /Fd"$(INTDIR)\\" /FD /c 
  937.  
  938. "$(INTDIR)\StdAfx.obj"    "$(INTDIR)\atlcont.pch" : $(SOURCE) $(DEP_CPP_STDAF)\
  939.  "$(INTDIR)"
  940.     $(CPP) @<<
  941.   $(CPP_SWITCHES) $(SOURCE)
  942. <<
  943.  
  944.  
  945. !ELSEIF  "$(CFG)" == "AtlCont - Win32 MinCRT"
  946.  
  947. DEP_CPP_STDAF=\
  948.     "..\drawctl\drawctl.tlb"\
  949.     ".\StdAfx.h"\
  950.     "d:\msdev\mcl\atl\include\atliface.h"\
  951.     
  952. CPP_SWITCHES=/nologo /MT /W3 /O1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D\
  953.  "_MBCS" /D "_ATL_MIN_CRT" /Fp".\Release\AtlCont.pch" /Yc"stdafx.h"\
  954.  /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c 
  955.  
  956. "$(INTDIR)\StdAfx.obj"    ".\Release\atlcont.pch" : $(SOURCE) $(DEP_CPP_STDAF)\
  957.  "$(INTDIR)"
  958.     $(CPP) @<<
  959.   $(CPP_SWITCHES) $(SOURCE)
  960. <<
  961.  
  962.  
  963. !ELSEIF  "$(CFG)" == "AtlCont - Win32 Debug"
  964.  
  965. DEP_CPP_STDAF=\
  966.     "..\drawctl\drawctl.tlb"\
  967.     ".\StdAfx.h"\
  968.     "d:\msdev\mcl\atl\include\atliface.h"\
  969.     
  970. CPP_SWITCHES=/nologo /MTd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D\
  971.  "_WINDOWS" /D "_MBCS" /Fp"$(INTDIR)\atlcont.pch" /Yc"stdafx.h" /Fo"$(INTDIR)\\"\
  972.  /Fd"$(INTDIR)\\" /FD /c 
  973.  
  974. "$(INTDIR)\StdAfx.obj"    "$(INTDIR)\atlcont.pch" : $(SOURCE) $(DEP_CPP_STDAF)\
  975.  "$(INTDIR)"
  976.     $(CPP) @<<
  977.   $(CPP_SWITCHES) $(SOURCE)
  978. <<
  979.  
  980.  
  981. !ELSEIF  "$(CFG)" == "AtlCont - Win32 Unicode Release"
  982.  
  983. DEP_CPP_STDAF=\
  984.     ".\StdAfx.h"\
  985.     
  986. CPP_SWITCHES=/nologo /MT /W3 /GX /O1 /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D\
  987.  "_MBCS" /D "_UNICODE" /Fp"$(INTDIR)\atlcont.pch" /Yc"stdafx.h" /Fo"$(INTDIR)\\"\
  988.  /Fd"$(INTDIR)\\" /FD /c 
  989.  
  990. "$(INTDIR)\StdAfx.obj"    "$(INTDIR)\atlcont.pch" : $(SOURCE) $(DEP_CPP_STDAF)\
  991.  "$(INTDIR)"
  992.     $(CPP) @<<
  993.   $(CPP_SWITCHES) $(SOURCE)
  994. <<
  995.  
  996.  
  997. !ELSEIF  "$(CFG)" == "AtlCont - Win32 Unicode MinCRT"
  998.  
  999. DEP_CPP_STDAF=\
  1000.     ".\StdAfx.h"\
  1001.     
  1002. CPP_SWITCHES=/nologo /MT /W3 /O1 /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D\
  1003.  "_MBCS" /D "_UNICODE" /D "_ATL_MIN_CRT" /Fp".\ReleaseU\AtlCont.pch"\
  1004.  /Yc"stdafx.h" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c 
  1005.  
  1006. "$(INTDIR)\StdAfx.obj"    ".\ReleaseU\atlcont.pch" : $(SOURCE) $(DEP_CPP_STDAF)\
  1007.  "$(INTDIR)"
  1008.     $(CPP) @<<
  1009.   $(CPP_SWITCHES) $(SOURCE)
  1010. <<
  1011.  
  1012.  
  1013. !ELSEIF  "$(CFG)" == "AtlCont - Win32 Unicode Debug"
  1014.  
  1015. DEP_CPP_STDAF=\
  1016.     "..\drawctl\drawctl.tlb"\
  1017.     ".\StdAfx.h"\
  1018.     "d:\msdev\mcl\atl\include\atliface.h"\
  1019.     
  1020. CPP_SWITCHES=/nologo /MTd /W3 /Gm /GX /Zi /Od /D "_DEBUG" /D "WIN32" /D\
  1021.  "_WINDOWS" /D "_MBCS" /D "_UNICODE" /Fp"$(INTDIR)\atlcont.pch" /Yc"stdafx.h"\
  1022.  /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c 
  1023.  
  1024. "$(INTDIR)\StdAfx.obj"    "$(INTDIR)\atlcont.pch" : $(SOURCE) $(DEP_CPP_STDAF)\
  1025.  "$(INTDIR)"
  1026.     $(CPP) @<<
  1027.   $(CPP_SWITCHES) $(SOURCE)
  1028. <<
  1029.  
  1030.  
  1031. !ENDIF 
  1032.  
  1033. SOURCE=.\AtlCont1.h
  1034. SOURCE=.\StdAfx.h
  1035. SOURCE=.\AtlCont.rgs
  1036.  
  1037. !ENDIF 
  1038.  
  1039.