home *** CD-ROM | disk | FTP | other *** search
/ Supercompiler 1997 / SUPERCOMPILER97.iso / MS_VC.50 / VC / ATL / SRC / ATL.MAK < prev    next >
Encoding:
NMAKE  |  1997-01-09  |  23.3 KB  |  888 lines

  1. # Microsoft Developer Studio Generated NMAKE File, Format Version 4.20
  2. # ** DO NOT EDIT **
  3.  
  4. # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
  5.  
  6. !IF "$(CFG)" == ""
  7. CFG=atl - Win32 Debug
  8. !MESSAGE No configuration specified.  Defaulting to atl - Win32 Debug.
  9. !ENDIF 
  10.  
  11. !IF "$(CFG)" != "atl - Win32 Debug" && "$(CFG)" != "atl - Win32 Unicode Debug"\
  12.  && "$(CFG)" != "atl - Win32 Release" && "$(CFG)" !=\
  13.  "atl - Win32 Unicode Release"
  14. !MESSAGE Invalid configuration "$(CFG)" specified.
  15. !MESSAGE You can specify a configuration when running NMAKE on this makefile
  16. !MESSAGE by defining the macro CFG on the command line.  For example:
  17. !MESSAGE 
  18. !MESSAGE NMAKE /f "atl.mak" CFG="atl - Win32 Debug"
  19. !MESSAGE 
  20. !MESSAGE Possible choices for configuration are:
  21. !MESSAGE 
  22. !MESSAGE "atl - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
  23. !MESSAGE "atl - Win32 Unicode Debug" (based on\
  24.  "Win32 (x86) Dynamic-Link Library")
  25. !MESSAGE "atl - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
  26. !MESSAGE "atl - Win32 Unicode Release" (based on\
  27.  "Win32 (x86) Dynamic-Link Library")
  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. # Begin Project
  39. # PROP Target_Last_Scanned "atl - Win32 Unicode Release"
  40. MTL=mktyplib.exe
  41. CPP=cl.exe
  42. RSC=rc.exe
  43.  
  44. !IF  "$(CFG)" == "atl - Win32 Debug"
  45.  
  46. # PROP BASE Use_MFC 0
  47. # PROP BASE Use_Debug_Libraries 1
  48. # PROP BASE Output_Dir "Debug"
  49. # PROP BASE Intermediate_Dir "Debug"
  50. # PROP BASE Target_Dir ""
  51. # PROP Use_MFC 0
  52. # PROP Use_Debug_Libraries 1
  53. # PROP Output_Dir "Debug"
  54. # PROP Intermediate_Dir "Debug"
  55. # PROP Target_Dir ""
  56. OUTDIR=.\Debug
  57. INTDIR=.\Debug
  58. # Begin Custom Macros
  59. OutDir=.\Debug
  60. # End Custom Macros
  61.  
  62. ALL : "$(OUTDIR)\atl.dll" "$(OUTDIR)\atl.bsc" "$(OUTDIR)\regsvr32.trg"\
  63.  ".\atl.tlb"
  64.  
  65. CLEAN : 
  66.     -@erase "$(INTDIR)\atl.obj"
  67.     -@erase "$(INTDIR)\atl.pch"
  68.     -@erase "$(INTDIR)\atl.res"
  69.     -@erase "$(INTDIR)\atl.sbr"
  70.     -@erase "$(INTDIR)\RegObj.obj"
  71.     -@erase "$(INTDIR)\RegObj.sbr"
  72.     -@erase "$(INTDIR)\StdAfx.obj"
  73.     -@erase "$(INTDIR)\StdAfx.sbr"
  74.     -@erase "$(INTDIR)\vc40.idb"
  75.     -@erase "$(INTDIR)\vc40.pdb"
  76.     -@erase "$(OUTDIR)\atl.bsc"
  77.     -@erase "$(OUTDIR)\atl.dll"
  78.     -@erase "$(OUTDIR)\atl.exp"
  79.     -@erase "$(OUTDIR)\atl.ilk"
  80.     -@erase "$(OUTDIR)\atl.lib"
  81.     -@erase "$(OUTDIR)\atl.pdb"
  82.     -@erase "$(OUTDIR)\regsvr32.trg"
  83.     -@erase ".\atl.h"
  84.     -@erase ".\atl.tlb"
  85.     -@erase ".\atl_i.c"
  86.  
  87. "$(OUTDIR)" :
  88.     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  89.  
  90. # ADD BASE CPP /nologo /MDd /W3 /Gm /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_MBCS" /Yu"stdafx.h" /c
  91. # ADD CPP /nologo /MDd /W3 /Gm /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_MBCS" /FR /Yu"stdafx.h" /c
  92. CPP_PROJ=/nologo /MDd /W3 /Gm /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D\
  93.  "_WINDLL" /D "_MBCS" /FR"$(INTDIR)/" /Fp"$(INTDIR)/atl.pch" /Yu"stdafx.h"\
  94.  /Fo"$(INTDIR)/" /Fd"$(INTDIR)/" /c 
  95. CPP_OBJS=.\Debug/
  96. CPP_SBRS=.\Debug/
  97. # ADD BASE MTL /nologo /D "_DEBUG" /win32
  98. # ADD MTL /nologo /D "_DEBUG" /win32
  99. MTL_PROJ=/nologo /D "_DEBUG" /win32 
  100. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  101. # ADD RSC /l 0x409 /d "_DEBUG"
  102. RSC_PROJ=/l 0x409 /fo"$(INTDIR)/atl.res" /d "_DEBUG" 
  103. BSC32=bscmake.exe
  104. # ADD BASE BSC32 /nologo
  105. # ADD BSC32 /nologo
  106. BSC32_FLAGS=/nologo /o"$(OUTDIR)/atl.bsc" 
  107. BSC32_SBRS= \
  108.     "$(INTDIR)\atl.sbr" \
  109.     "$(INTDIR)\RegObj.sbr" \
  110.     "$(INTDIR)\StdAfx.sbr"
  111.  
  112. "$(OUTDIR)\atl.bsc" : "$(OUTDIR)" $(BSC32_SBRS)
  113.     $(BSC32) @<<
  114.   $(BSC32_FLAGS) $(BSC32_SBRS)
  115. <<
  116.  
  117. LINK32=link.exe
  118. # ADD BASE LINK32 /nologo /subsystem:windows /dll /debug /machine:I386
  119. # ADD LINK32 /nologo /base:0x5f3e0000 /version:2.0 /subsystem:windows /dll /debug /machine:I386
  120. LINK32_FLAGS=/nologo /base:0x5f3e0000 /version:2.0 /subsystem:windows /dll\
  121.  /incremental:yes /pdb:"$(OUTDIR)/atl.pdb" /debug /machine:I386 /def:".\atl.def"\
  122.  /out:"$(OUTDIR)/atl.dll" /implib:"$(OUTDIR)/atl.lib" 
  123. DEF_FILE= \
  124.     ".\atl.def"
  125. LINK32_OBJS= \
  126.     "$(INTDIR)\atl.obj" \
  127.     "$(INTDIR)\atl.res" \
  128.     "$(INTDIR)\RegObj.obj" \
  129.     "$(INTDIR)\StdAfx.obj"
  130.  
  131. "$(OUTDIR)\atl.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
  132.     $(LINK32) @<<
  133.   $(LINK32_FLAGS) $(LINK32_OBJS)
  134. <<
  135.  
  136. # Begin Custom Build
  137. OutDir=.\Debug
  138. TargetPath=.\Debug\atl.dll
  139. InputPath=.\Debug\atl.dll
  140. SOURCE=$(InputPath)
  141.  
  142. "$(OutDir)\regsvr32.trg" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  143.    regsvr32 /s /c "$(TargetPath)"
  144.    echo regsvr32 exec. time > "$(OutDir)\regsvr32.trg"
  145.  
  146. # End Custom Build
  147.  
  148. !ELSEIF  "$(CFG)" == "atl - Win32 Unicode Debug"
  149.  
  150. # PROP BASE Use_MFC 0
  151. # PROP BASE Use_Debug_Libraries 1
  152. # PROP BASE Output_Dir "Unicode Debug"
  153. # PROP BASE Intermediate_Dir "Unicode Debug"
  154. # PROP BASE Target_Dir ""
  155. # PROP Use_MFC 0
  156. # PROP Use_Debug_Libraries 1
  157. # PROP Output_Dir "DebugU"
  158. # PROP Intermediate_Dir "DebugU"
  159. # PROP Target_Dir ""
  160. OUTDIR=.\DebugU
  161. INTDIR=.\DebugU
  162. # Begin Custom Macros
  163. OutDir=.\DebugU
  164. # End Custom Macros
  165.  
  166. ALL : "$(OUTDIR)\atl.dll" "$(OUTDIR)\regsvr32.trg" ".\atl.tlb"
  167.  
  168. CLEAN : 
  169.     -@erase "$(INTDIR)\atl.obj"
  170.     -@erase "$(INTDIR)\atl.pch"
  171.     -@erase "$(INTDIR)\atl.res"
  172.     -@erase "$(INTDIR)\RegObj.obj"
  173.     -@erase "$(INTDIR)\StdAfx.obj"
  174.     -@erase "$(INTDIR)\vc40.idb"
  175.     -@erase "$(INTDIR)\vc40.pdb"
  176.     -@erase "$(OUTDIR)\atl.dll"
  177.     -@erase "$(OUTDIR)\atl.exp"
  178.     -@erase "$(OUTDIR)\atl.ilk"
  179.     -@erase "$(OUTDIR)\atl.lib"
  180.     -@erase "$(OUTDIR)\atl.pdb"
  181.     -@erase "$(OUTDIR)\regsvr32.trg"
  182.     -@erase ".\atl.h"
  183.     -@erase ".\atl.tlb"
  184.     -@erase ".\atl_i.c"
  185.  
  186. "$(OUTDIR)" :
  187.     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  188.  
  189. # ADD BASE CPP /nologo /MDd /W3 /Gm /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_UNICODE" /Yu"stdafx.h" /c
  190. # ADD CPP /nologo /MDd /W3 /Gm /Zi /Od /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "_WINDLL" /D "_UNICODE" /Yu"stdafx.h" /c
  191. CPP_PROJ=/nologo /MDd /W3 /Gm /Zi /Od /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D\
  192.  "_WINDLL" /D "_UNICODE" /Fp"$(INTDIR)/atl.pch" /Yu"stdafx.h" /Fo"$(INTDIR)/"\
  193.  /Fd"$(INTDIR)/" /c 
  194. CPP_OBJS=.\DebugU/
  195. CPP_SBRS=.\.
  196. # ADD BASE MTL /nologo /D "_DEBUG" /win32
  197. # ADD MTL /nologo /D "_DEBUG" /win32
  198. MTL_PROJ=/nologo /D "_DEBUG" /win32 
  199. # ADD BASE RSC /l 0x409 /d "_DEBUG" /d "_UNICODE"
  200. # ADD RSC /l 0x409 /d "_DEBUG"
  201. RSC_PROJ=/l 0x409 /fo"$(INTDIR)/atl.res" /d "_DEBUG" /d "_UNICODE"
  202. BSC32=bscmake.exe
  203. # ADD BASE BSC32 /nologo
  204. # ADD BSC32 /nologo
  205. BSC32_FLAGS=/nologo /o"$(OUTDIR)/atl.bsc" 
  206. BSC32_SBRS= \
  207.     
  208. LINK32=link.exe
  209. # ADD BASE LINK32 /nologo /subsystem:windows /dll /debug /machine:I386
  210. # ADD LINK32 /nologo /base:0x5f3e0000 /version:2.0 /subsystem:windows /dll /debug /machine:I386
  211. LINK32_FLAGS=/nologo /base:0x5f3e0000 /version:2.0 /subsystem:windows /dll\
  212.  /incremental:yes /pdb:"$(OUTDIR)/atl.pdb" /debug /machine:I386 /def:".\atl.def"\
  213.  /out:"$(OUTDIR)/atl.dll" /implib:"$(OUTDIR)/atl.lib" 
  214. DEF_FILE= \
  215.     ".\atl.def"
  216. LINK32_OBJS= \
  217.     "$(INTDIR)\atl.obj" \
  218.     "$(INTDIR)\atl.res" \
  219.     "$(INTDIR)\RegObj.obj" \
  220.     "$(INTDIR)\StdAfx.obj"
  221.  
  222. "$(OUTDIR)\atl.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
  223.     $(LINK32) @<<
  224.   $(LINK32_FLAGS) $(LINK32_OBJS)
  225. <<
  226.  
  227. # Begin Custom Build
  228. OutDir=.\DebugU
  229. TargetPath=.\DebugU\atl.dll
  230. InputPath=.\DebugU\atl.dll
  231. SOURCE=$(InputPath)
  232.  
  233. "$(OutDir)\regsvr32.trg" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  234.    regsvr32 /s /c "$(TargetPath)"
  235.    echo regsvr32 exec. time > "$(OutDir)\regsvr32.trg"
  236.  
  237. # End Custom Build
  238.  
  239. !ELSEIF  "$(CFG)" == "atl - Win32 Release"
  240.  
  241. # PROP BASE Use_MFC 0
  242. # PROP BASE Use_Debug_Libraries 0
  243. # PROP BASE Output_Dir "Release"
  244. # PROP BASE Intermediate_Dir "Release"
  245. # PROP BASE Target_Dir ""
  246. # PROP Use_MFC 0
  247. # PROP Use_Debug_Libraries 0
  248. # PROP Output_Dir "Release"
  249. # PROP Intermediate_Dir "Release"
  250. # PROP Target_Dir ""
  251. OUTDIR=.\Release
  252. INTDIR=.\Release
  253. # Begin Custom Macros
  254. OutDir=.\Release
  255. # End Custom Macros
  256.  
  257. ALL : "$(OUTDIR)\atl.dll" "$(OUTDIR)\regsvr32.trg" ".\atl.tlb"
  258.  
  259. CLEAN : 
  260.     -@erase "$(INTDIR)\atl.obj"
  261.     -@erase "$(INTDIR)\atl.pch"
  262.     -@erase "$(INTDIR)\atl.res"
  263.     -@erase "$(INTDIR)\RegObj.obj"
  264.     -@erase "$(INTDIR)\StdAfx.obj"
  265.     -@erase "$(OUTDIR)\atl.dll"
  266.     -@erase "$(OUTDIR)\atl.exp"
  267.     -@erase "$(OUTDIR)\atl.lib"
  268.     -@erase "$(OUTDIR)\regsvr32.trg"
  269.     -@erase ".\atl.h"
  270.     -@erase ".\atl.tlb"
  271.     -@erase ".\atl_i.c"
  272.  
  273. "$(OUTDIR)" :
  274.     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  275.  
  276. # ADD BASE CPP /nologo /MT /W3 /O1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_MBCS" /D "_ATL_MIN_CRT" /Yu"stdafx.h" /c
  277. # ADD CPP /nologo /MT /W3 /O1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_MBCS" /D "_ATL_MIN_CRT" /Yu"stdafx.h" /c
  278. # SUBTRACT CPP /Fr
  279. CPP_PROJ=/nologo /MT /W3 /O1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_WINDLL"\
  280.  /D "_MBCS" /D "_ATL_MIN_CRT" /Fp"$(INTDIR)/atl.pch" /Yu"stdafx.h"\
  281.  /Fo"$(INTDIR)/" /c 
  282. CPP_OBJS=.\Release/
  283. CPP_SBRS=.\.
  284. # ADD BASE MTL /nologo /D "NDEBUG" /win32
  285. # ADD MTL /nologo /D "NDEBUG" /win32
  286. MTL_PROJ=/nologo /D "NDEBUG" /win32 
  287. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  288. # ADD RSC /l 0x409 /d "NDEBUG"
  289. RSC_PROJ=/l 0x409 /fo"$(INTDIR)/atl.res" /d "NDEBUG" 
  290. BSC32=bscmake.exe
  291. # ADD BASE BSC32 /nologo
  292. # ADD BSC32 /nologo
  293. BSC32_FLAGS=/nologo /o"$(OUTDIR)/atl.bsc" 
  294. BSC32_SBRS= \
  295.     
  296. LINK32=link.exe
  297. # ADD BASE LINK32 /nologo /entry:"DllMain" /subsystem:windows /dll /machine:I386
  298. # ADD LINK32 /nologo /base:0x5f3e0000 /version:2.0 /entry:"DllMain" /subsystem:windows /dll /machine:I386 /MERGE:.idata=.rdata
  299. # SUBTRACT LINK32 /pdb:none
  300. LINK32_FLAGS=/nologo /base:0x5f3e0000 /version:2.0 /entry:"DllMain"\
  301.  /subsystem:windows /dll /incremental:no /pdb:"$(OUTDIR)/atl.pdb" /machine:I386\
  302.  /def:".\atl.def" /out:"$(OUTDIR)/atl.dll" /implib:"$(OUTDIR)/atl.lib"\
  303.  /MERGE:.idata=.rdata 
  304. DEF_FILE= \
  305.     ".\atl.def"
  306. LINK32_OBJS= \
  307.     "$(INTDIR)\atl.obj" \
  308.     "$(INTDIR)\atl.res" \
  309.     "$(INTDIR)\RegObj.obj" \
  310.     "$(INTDIR)\StdAfx.obj"
  311.  
  312. "$(OUTDIR)\atl.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
  313.     $(LINK32) @<<
  314.   $(LINK32_FLAGS) $(LINK32_OBJS)
  315. <<
  316.  
  317. # Begin Custom Build
  318. OutDir=.\Release
  319. TargetPath=.\Release\atl.dll
  320. InputPath=.\Release\atl.dll
  321. SOURCE=$(InputPath)
  322.  
  323. "$(OutDir)\regsvr32.trg" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  324.    regsvr32 /s /c "$(TargetPath)"
  325.    echo regsvr32 exec. time > "$(OutDir)\regsvr32.trg"
  326.  
  327. # End Custom Build
  328.  
  329. !ELSEIF  "$(CFG)" == "atl - Win32 Unicode Release"
  330.  
  331. # PROP BASE Use_MFC 0
  332. # PROP BASE Use_Debug_Libraries 0
  333. # PROP BASE Output_Dir "ReleaseU"
  334. # PROP BASE Intermediate_Dir "ReleaseU"
  335. # PROP BASE Target_Dir ""
  336. # PROP Use_MFC 0
  337. # PROP Use_Debug_Libraries 0
  338. # PROP Output_Dir "ReleaseU"
  339. # PROP Intermediate_Dir "ReleaseU"
  340. # PROP Target_Dir ""
  341. OUTDIR=.\ReleaseU
  342. INTDIR=.\ReleaseU
  343. # Begin Custom Macros
  344. OutDir=.\ReleaseU
  345. # End Custom Macros
  346.  
  347. ALL : "$(OUTDIR)\atl.dll" "$(OUTDIR)\regsvr32.trg" ".\atl.tlb"
  348.  
  349. CLEAN : 
  350.     -@erase "$(INTDIR)\atl.obj"
  351.     -@erase "$(INTDIR)\atl.pch"
  352.     -@erase "$(INTDIR)\atl.res"
  353.     -@erase "$(INTDIR)\RegObj.obj"
  354.     -@erase "$(INTDIR)\StdAfx.obj"
  355.     -@erase "$(OUTDIR)\atl.dll"
  356.     -@erase "$(OUTDIR)\atl.exp"
  357.     -@erase "$(OUTDIR)\atl.lib"
  358.     -@erase "$(OUTDIR)\regsvr32.trg"
  359.     -@erase ".\atl.h"
  360.     -@erase ".\atl.tlb"
  361.     -@erase ".\atl_i.c"
  362.  
  363. "$(OUTDIR)" :
  364.     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  365.  
  366. # ADD BASE CPP /nologo /MT /W3 /O1 /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "_WINDLL" /D "_UNICODE" /D "_ATL_MIN_CRT" /Yu"stdafx.h" /c
  367. # ADD CPP /nologo /MT /W3 /O1 /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "_WINDLL" /D "_UNICODE" /D "_ATL_MIN_CRT" /Yu"stdafx.h" /c
  368. CPP_PROJ=/nologo /MT /W3 /O1 /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "_WINDLL"\
  369.  /D "_UNICODE" /D "_ATL_MIN_CRT" /Fp"$(INTDIR)/atl.pch" /Yu"stdafx.h"\
  370.  /Fo"$(INTDIR)/" /c 
  371. CPP_OBJS=.\ReleaseU/
  372. CPP_SBRS=.\.
  373. # ADD BASE MTL /nologo /D "NDEBUG" /win32
  374. # ADD MTL /nologo /D "NDEBUG" /win32
  375. MTL_PROJ=/nologo /D "NDEBUG" /win32 
  376. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  377. # ADD RSC /l 0x409 /d "NDEBUG" /d "_UNICODE"
  378. RSC_PROJ=/l 0x409 /fo"$(INTDIR)/atl.res" /d "NDEBUG" /d "_UNICODE"
  379. BSC32=bscmake.exe
  380. # ADD BASE BSC32 /nologo
  381. # ADD BSC32 /nologo
  382. BSC32_FLAGS=/nologo /o"$(OUTDIR)/atl.bsc" 
  383. BSC32_SBRS= \
  384.     
  385. LINK32=link.exe
  386. # ADD BASE LINK32 /nologo /entry:"DllMain" /subsystem:windows /dll /machine:I386
  387. # ADD LINK32 /nologo /base:0x5f3e0000 /version:2.0 /entry:"DllMain" /subsystem:windows /dll /machine:I386 /MERGE:.text=.rsrc /MERGE:.rdata=.data /MERGE:.CRT=.idata /MERGE:.idata=.data
  388. # SUBTRACT LINK32 /pdb:none
  389. LINK32_FLAGS=/nologo /base:0x5f3e0000 /version:2.0 /entry:"DllMain"\
  390.  /subsystem:windows /dll /incremental:no /pdb:"$(OUTDIR)/atl.pdb" /machine:I386\
  391.  /def:".\atl.def" /out:"$(OUTDIR)/atl.dll" /implib:"$(OUTDIR)/atl.lib"\
  392.  /MERGE:.text=.rsrc /MERGE:.rdata=.data /MERGE:.CRT=.idata /MERGE:.idata=.data 
  393. DEF_FILE= \
  394.     ".\atl.def"
  395. LINK32_OBJS= \
  396.     "$(INTDIR)\atl.obj" \
  397.     "$(INTDIR)\atl.res" \
  398.     "$(INTDIR)\RegObj.obj" \
  399.     "$(INTDIR)\StdAfx.obj"
  400.  
  401. "$(OUTDIR)\atl.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
  402.     $(LINK32) @<<
  403.   $(LINK32_FLAGS) $(LINK32_OBJS)
  404. <<
  405.  
  406. # Begin Custom Build
  407. OutDir=.\ReleaseU
  408. TargetPath=.\ReleaseU\atl.dll
  409. InputPath=.\ReleaseU\atl.dll
  410. SOURCE=$(InputPath)
  411.  
  412. "$(OutDir)\regsvr32.trg" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  413.    regsvr32 /s /c "$(TargetPath)"
  414.    echo regsvr32 exec. time > "$(OutDir)\regsvr32.trg"
  415.  
  416. # End Custom Build
  417.  
  418. !ENDIF 
  419.  
  420. .c{$(CPP_OBJS)}.obj:
  421.    $(CPP) $(CPP_PROJ) $<  
  422.  
  423. .cpp{$(CPP_OBJS)}.obj:
  424.    $(CPP) $(CPP_PROJ) $<  
  425.  
  426. .cxx{$(CPP_OBJS)}.obj:
  427.    $(CPP) $(CPP_PROJ) $<  
  428.  
  429. .c{$(CPP_SBRS)}.sbr:
  430.    $(CPP) $(CPP_PROJ) $<  
  431.  
  432. .cpp{$(CPP_SBRS)}.sbr:
  433.    $(CPP) $(CPP_PROJ) $<  
  434.  
  435. .cxx{$(CPP_SBRS)}.sbr:
  436.    $(CPP) $(CPP_PROJ) $<  
  437.  
  438. ################################################################################
  439. # Begin Target
  440.  
  441. # Name "atl - Win32 Debug"
  442. # Name "atl - Win32 Unicode Debug"
  443. # Name "atl - Win32 Release"
  444. # Name "atl - Win32 Unicode Release"
  445.  
  446. !IF  "$(CFG)" == "atl - Win32 Debug"
  447.  
  448. !ELSEIF  "$(CFG)" == "atl - Win32 Unicode Debug"
  449.  
  450. !ELSEIF  "$(CFG)" == "atl - Win32 Release"
  451.  
  452. !ELSEIF  "$(CFG)" == "atl - Win32 Unicode Release"
  453.  
  454. !ENDIF 
  455.  
  456. ################################################################################
  457. # Begin Source File
  458.  
  459. SOURCE=.\StdAfx.cpp
  460.  
  461. !IF  "$(CFG)" == "atl - Win32 Debug"
  462.  
  463. DEP_CPP_STDAF=\
  464.     ".\StdAfx.h"\
  465.     {$(INCLUDE)}"\atlconv.cpp"\
  466.     {$(INCLUDE)}"\atlctl.cpp"\
  467.     {$(INCLUDE)}"\atlimpl.cpp"\
  468.     {$(INCLUDE)}"\statreg.cpp"\
  469.     
  470. # ADD CPP /Yc"stdafx.h"
  471.  
  472. BuildCmds= \
  473.     $(CPP) /nologo /MDd /W3 /Gm /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D\
  474.  "_WINDLL" /D "_MBCS" /FR"$(INTDIR)/" /Fp"$(INTDIR)/atl.pch" /Yc"stdafx.h"\
  475.  /Fo"$(INTDIR)/" /Fd"$(INTDIR)/" /c $(SOURCE) \
  476.     
  477.  
  478. "$(INTDIR)\StdAfx.obj" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)"
  479.    $(BuildCmds)
  480.  
  481. "$(INTDIR)\StdAfx.sbr" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)"
  482.    $(BuildCmds)
  483.  
  484. "$(INTDIR)\atl.pch" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)"
  485.    $(BuildCmds)
  486.  
  487. !ELSEIF  "$(CFG)" == "atl - Win32 Unicode Debug"
  488.  
  489. DEP_CPP_STDAF=\
  490.     ".\StdAfx.h"\
  491.     {$(INCLUDE)}"\atlbase.h"\
  492.     {$(INCLUDE)}"\atlcom.h"\
  493.     {$(INCLUDE)}"\atlconv.cpp"\
  494.     {$(INCLUDE)}"\atlconv.h"\
  495.     {$(INCLUDE)}"\atlctl.cpp"\
  496.     {$(INCLUDE)}"\atlctl.h"\
  497.     {$(INCLUDE)}"\atliface.h"\
  498.     {$(INCLUDE)}"\atlimpl.cpp"\
  499.     {$(INCLUDE)}"\statreg.cpp"\
  500.     
  501. # ADD BASE CPP /Yc"stdafx.h"
  502. # ADD CPP /Yc"stdafx.h"
  503.  
  504. BuildCmds= \
  505.     $(CPP) /nologo /MDd /W3 /Gm /Zi /Od /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D\
  506.  "_WINDLL" /D "_UNICODE" /Fp"$(INTDIR)/atl.pch" /Yc"stdafx.h" /Fo"$(INTDIR)/"\
  507.  /Fd"$(INTDIR)/" /c $(SOURCE) \
  508.     
  509.  
  510. "$(INTDIR)\StdAfx.obj" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)"
  511.    $(BuildCmds)
  512.  
  513. "$(INTDIR)\atl.pch" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)"
  514.    $(BuildCmds)
  515.  
  516. !ELSEIF  "$(CFG)" == "atl - Win32 Release"
  517.  
  518. DEP_CPP_STDAF=\
  519.     ".\StdAfx.h"\
  520.     {$(INCLUDE)}"\atlbase.h"\
  521.     {$(INCLUDE)}"\atlcom.h"\
  522.     {$(INCLUDE)}"\atlconv.cpp"\
  523.     {$(INCLUDE)}"\atlconv.h"\
  524.     {$(INCLUDE)}"\atlctl.cpp"\
  525.     {$(INCLUDE)}"\atlctl.h"\
  526.     {$(INCLUDE)}"\atliface.h"\
  527.     {$(INCLUDE)}"\atlimpl.cpp"\
  528.     {$(INCLUDE)}"\atlwin.h"\
  529.     {$(INCLUDE)}"\statreg.cpp"\
  530.     
  531. # ADD BASE CPP /Yc"stdafx.h"
  532. # ADD CPP /Yc"stdafx.h"
  533.  
  534. BuildCmds= \
  535.     $(CPP) /nologo /MT /W3 /O1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_WINDLL"\
  536.  /D "_MBCS" /D "_ATL_MIN_CRT" /Fp"$(INTDIR)/atl.pch" /Yc"stdafx.h"\
  537.  /Fo"$(INTDIR)/" /c $(SOURCE) \
  538.     
  539.  
  540. "$(INTDIR)\StdAfx.obj" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)"
  541.    $(BuildCmds)
  542.  
  543. "$(INTDIR)\atl.pch" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)"
  544.    $(BuildCmds)
  545.  
  546. !ELSEIF  "$(CFG)" == "atl - Win32 Unicode Release"
  547.  
  548. DEP_CPP_STDAF=\
  549.     ".\StdAfx.h"\
  550.     {$(INCLUDE)}"\atlbase.h"\
  551.     {$(INCLUDE)}"\atlcom.h"\
  552.     {$(INCLUDE)}"\atlconv.cpp"\
  553.     {$(INCLUDE)}"\atlconv.h"\
  554.     {$(INCLUDE)}"\atlctl.cpp"\
  555.     {$(INCLUDE)}"\atlctl.h"\
  556.     {$(INCLUDE)}"\atliface.h"\
  557.     {$(INCLUDE)}"\atlimpl.cpp"\
  558.     {$(INCLUDE)}"\statreg.cpp"\
  559.     
  560. # ADD BASE CPP /Yc"stdafx.h"
  561. # ADD CPP /Yc"stdafx.h"
  562.  
  563. BuildCmds= \
  564.     $(CPP) /nologo /MT /W3 /O1 /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "_WINDLL"\
  565.  /D "_UNICODE" /D "_ATL_MIN_CRT" /Fp"$(INTDIR)/atl.pch" /Yc"stdafx.h"\
  566.  /Fo"$(INTDIR)/" /c $(SOURCE) \
  567.     
  568.  
  569. "$(INTDIR)\StdAfx.obj" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)"
  570.    $(BuildCmds)
  571.  
  572. "$(INTDIR)\atl.pch" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)"
  573.    $(BuildCmds)
  574.  
  575. !ENDIF 
  576.  
  577. # End Source File
  578. ################################################################################
  579. # Begin Source File
  580.  
  581. SOURCE=.\atl.cpp
  582.  
  583. !IF  "$(CFG)" == "atl - Win32 Debug"
  584.  
  585. DEP_CPP_ATL_C=\
  586.     ".\atl.h"\
  587.     ".\atl_i.c"\
  588.     ".\RegObj.h"\
  589.     ".\StdAfx.h"\
  590.     {$(INCLUDE)}"\atlbase.h"\
  591.     {$(INCLUDE)}"\atlcom.h"\
  592.     {$(INCLUDE)}"\atlconv.h"\
  593.     {$(INCLUDE)}"\atlctl.h"\
  594.     {$(INCLUDE)}"\atlwin.h"\
  595.     {$(INCLUDE)}"\OBJSAFE.H"\
  596.     {$(INCLUDE)}"\statreg.h"\
  597.     
  598.  
  599. "$(INTDIR)\atl.obj" : $(SOURCE) $(DEP_CPP_ATL_C) "$(INTDIR)"\
  600.  "$(INTDIR)\atl.pch" ".\atl.h" ".\atl_i.c"
  601.  
  602. "$(INTDIR)\atl.sbr" : $(SOURCE) $(DEP_CPP_ATL_C) "$(INTDIR)"\
  603.  "$(INTDIR)\atl.pch" ".\atl.h" ".\atl_i.c"
  604.  
  605.  
  606. !ELSEIF  "$(CFG)" == "atl - Win32 Unicode Debug"
  607.  
  608. DEP_CPP_ATL_C=\
  609.     ".\atl.h"\
  610.     ".\atl_i.c"\
  611.     ".\RegObj.h"\
  612.     ".\StdAfx.h"\
  613.     {$(INCLUDE)}"\atlbase.h"\
  614.     {$(INCLUDE)}"\atlcom.h"\
  615.     {$(INCLUDE)}"\atlconv.h"\
  616.     {$(INCLUDE)}"\atlctl.h"\
  617.     {$(INCLUDE)}"\atliface.h"\
  618.     
  619.  
  620. "$(INTDIR)\atl.obj" : $(SOURCE) $(DEP_CPP_ATL_C) "$(INTDIR)"\
  621.  "$(INTDIR)\atl.pch" ".\atl.h" ".\atl_i.c"
  622.  
  623.  
  624. !ELSEIF  "$(CFG)" == "atl - Win32 Release"
  625.  
  626. DEP_CPP_ATL_C=\
  627.     ".\atl.h"\
  628.     ".\atl_i.c"\
  629.     ".\RegObj.h"\
  630.     ".\StdAfx.h"\
  631.     {$(INCLUDE)}"\atlbase.h"\
  632.     {$(INCLUDE)}"\atlcom.h"\
  633.     {$(INCLUDE)}"\atlconv.h"\
  634.     {$(INCLUDE)}"\atlctl.h"\
  635.     {$(INCLUDE)}"\atliface.h"\
  636.     {$(INCLUDE)}"\atlwin.h"\
  637.     
  638.  
  639. "$(INTDIR)\atl.obj" : $(SOURCE) $(DEP_CPP_ATL_C) "$(INTDIR)"\
  640.  "$(INTDIR)\atl.pch" ".\atl.h" ".\atl_i.c"
  641.  
  642.  
  643. !ELSEIF  "$(CFG)" == "atl - Win32 Unicode Release"
  644.  
  645. DEP_CPP_ATL_C=\
  646.     ".\atl.h"\
  647.     ".\atl_i.c"\
  648.     ".\RegObj.h"\
  649.     ".\StdAfx.h"\
  650.     {$(INCLUDE)}"\atlbase.h"\
  651.     {$(INCLUDE)}"\atlcom.h"\
  652.     {$(INCLUDE)}"\atlconv.h"\
  653.     {$(INCLUDE)}"\atlctl.h"\
  654.     {$(INCLUDE)}"\atliface.h"\
  655.     
  656.  
  657. "$(INTDIR)\atl.obj" : $(SOURCE) $(DEP_CPP_ATL_C) "$(INTDIR)"\
  658.  "$(INTDIR)\atl.pch" ".\atl.h" ".\atl_i.c"
  659.  
  660.  
  661. !ENDIF 
  662.  
  663. # End Source File
  664. ################################################################################
  665. # Begin Source File
  666.  
  667. SOURCE=.\atl.def
  668.  
  669. !IF  "$(CFG)" == "atl - Win32 Debug"
  670.  
  671. !ELSEIF  "$(CFG)" == "atl - Win32 Unicode Debug"
  672.  
  673. !ELSEIF  "$(CFG)" == "atl - Win32 Release"
  674.  
  675. !ELSEIF  "$(CFG)" == "atl - Win32 Unicode Release"
  676.  
  677. !ENDIF 
  678.  
  679. # End Source File
  680. ################################################################################
  681. # Begin Source File
  682.  
  683. SOURCE=.\atl.rc
  684. DEP_RSC_ATL_R=\
  685.     ".\RegObj.rgs"\
  686.     
  687.  
  688. !IF  "$(CFG)" == "atl - Win32 Debug"
  689.  
  690.  
  691. "$(INTDIR)\atl.res" : $(SOURCE) $(DEP_RSC_ATL_R) "$(INTDIR)"
  692.    $(RSC) $(RSC_PROJ) $(SOURCE)
  693.  
  694.  
  695. !ELSEIF  "$(CFG)" == "atl - Win32 Unicode Debug"
  696.  
  697.  
  698. "$(INTDIR)\atl.res" : $(SOURCE) $(DEP_RSC_ATL_R) "$(INTDIR)"
  699.    $(RSC) $(RSC_PROJ) $(SOURCE)
  700.  
  701.  
  702. !ELSEIF  "$(CFG)" == "atl - Win32 Release"
  703.  
  704.  
  705. "$(INTDIR)\atl.res" : $(SOURCE) $(DEP_RSC_ATL_R) "$(INTDIR)"
  706.    $(RSC) $(RSC_PROJ) $(SOURCE)
  707.  
  708.  
  709. !ELSEIF  "$(CFG)" == "atl - Win32 Unicode Release"
  710.  
  711.  
  712. "$(INTDIR)\atl.res" : $(SOURCE) $(DEP_RSC_ATL_R) "$(INTDIR)"
  713.    $(RSC) $(RSC_PROJ) $(SOURCE)
  714.  
  715.  
  716. !ENDIF 
  717.  
  718. # End Source File
  719. ################################################################################
  720. # Begin Source File
  721.  
  722. SOURCE=.\atl.idl
  723.  
  724. !IF  "$(CFG)" == "atl - Win32 Debug"
  725.  
  726. # Begin Custom Build
  727. InputPath=.\atl.idl
  728.  
  729. BuildCmds= \
  730.     midl /h atl.h /iid atl_i.c atl.idl \
  731.     
  732.  
  733. "atl.tlb" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  734.    $(BuildCmds)
  735.  
  736. "atl.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  737.    $(BuildCmds)
  738.  
  739. "atl_i.c" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  740.    $(BuildCmds)
  741. # End Custom Build
  742.  
  743. !ELSEIF  "$(CFG)" == "atl - Win32 Unicode Debug"
  744.  
  745. # Begin Custom Build
  746. InputPath=.\atl.idl
  747.  
  748. BuildCmds= \
  749.     midl /h atl.h /iid atl_i.c atl.idl \
  750.     
  751.  
  752. "atl.tlb" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  753.    $(BuildCmds)
  754.  
  755. "atl.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  756.    $(BuildCmds)
  757.  
  758. "atl_i.c" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  759.    $(BuildCmds)
  760. # End Custom Build
  761.  
  762. !ELSEIF  "$(CFG)" == "atl - Win32 Release"
  763.  
  764. # Begin Custom Build
  765. InputPath=.\atl.idl
  766.  
  767. BuildCmds= \
  768.     midl /h atl.h /iid atl_i.c atl.idl \
  769.     
  770.  
  771. "atl.tlb" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  772.    $(BuildCmds)
  773.  
  774. "atl.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  775.    $(BuildCmds)
  776.  
  777. "atl_i.c" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  778.    $(BuildCmds)
  779. # End Custom Build
  780.  
  781. !ELSEIF  "$(CFG)" == "atl - Win32 Unicode Release"
  782.  
  783. # Begin Custom Build
  784. InputPath=.\atl.idl
  785.  
  786. BuildCmds= \
  787.     midl /h atl.h /iid atl_i.c atl.idl \
  788.     
  789.  
  790. "atl.tlb" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  791.    $(BuildCmds)
  792.  
  793. "atl.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  794.    $(BuildCmds)
  795.  
  796. "atl_i.c" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  797.    $(BuildCmds)
  798. # End Custom Build
  799.  
  800. !ENDIF 
  801.  
  802. # End Source File
  803. ################################################################################
  804. # Begin Source File
  805.  
  806. SOURCE=.\RegObj.cpp
  807.  
  808. !IF  "$(CFG)" == "atl - Win32 Debug"
  809.  
  810. DEP_CPP_REGOB=\
  811.     ".\atl.h"\
  812.     ".\RegObj.h"\
  813.     ".\StdAfx.h"\
  814.     {$(INCLUDE)}"\atlbase.h"\
  815.     {$(INCLUDE)}"\atlcom.h"\
  816.     {$(INCLUDE)}"\atlconv.h"\
  817.     {$(INCLUDE)}"\atlctl.h"\
  818.     {$(INCLUDE)}"\atlwin.h"\
  819.     {$(INCLUDE)}"\OBJSAFE.H"\
  820.     {$(INCLUDE)}"\statreg.h"\
  821.     
  822.  
  823. "$(INTDIR)\RegObj.obj" : $(SOURCE) $(DEP_CPP_REGOB) "$(INTDIR)"\
  824.  "$(INTDIR)\atl.pch" ".\atl.h"
  825.  
  826. "$(INTDIR)\RegObj.sbr" : $(SOURCE) $(DEP_CPP_REGOB) "$(INTDIR)"\
  827.  "$(INTDIR)\atl.pch" ".\atl.h"
  828.  
  829.  
  830. !ELSEIF  "$(CFG)" == "atl - Win32 Unicode Debug"
  831.  
  832. DEP_CPP_REGOB=\
  833.     ".\atl.h"\
  834.     ".\RegObj.h"\
  835.     ".\StdAfx.h"\
  836.     {$(INCLUDE)}"\atlbase.h"\
  837.     {$(INCLUDE)}"\atlcom.h"\
  838.     {$(INCLUDE)}"\atlconv.h"\
  839.     {$(INCLUDE)}"\atlctl.h"\
  840.     {$(INCLUDE)}"\atliface.h"\
  841.     
  842.  
  843. "$(INTDIR)\RegObj.obj" : $(SOURCE) $(DEP_CPP_REGOB) "$(INTDIR)"\
  844.  "$(INTDIR)\atl.pch" ".\atl.h"
  845.  
  846.  
  847. !ELSEIF  "$(CFG)" == "atl - Win32 Release"
  848.  
  849. DEP_CPP_REGOB=\
  850.     ".\atl.h"\
  851.     ".\RegObj.h"\
  852.     ".\StdAfx.h"\
  853.     {$(INCLUDE)}"\atlbase.h"\
  854.     {$(INCLUDE)}"\atlcom.h"\
  855.     {$(INCLUDE)}"\atlconv.h"\
  856.     {$(INCLUDE)}"\atlctl.h"\
  857.     {$(INCLUDE)}"\atliface.h"\
  858.     {$(INCLUDE)}"\atlwin.h"\
  859.     
  860.  
  861. "$(INTDIR)\RegObj.obj" : $(SOURCE) $(DEP_CPP_REGOB) "$(INTDIR)"\
  862.  "$(INTDIR)\atl.pch" ".\atl.h"
  863.  
  864.  
  865. !ELSEIF  "$(CFG)" == "atl - Win32 Unicode Release"
  866.  
  867. DEP_CPP_REGOB=\
  868.     ".\atl.h"\
  869.     ".\RegObj.h"\
  870.     ".\StdAfx.h"\
  871.     {$(INCLUDE)}"\atlbase.h"\
  872.     {$(INCLUDE)}"\atlcom.h"\
  873.     {$(INCLUDE)}"\atlconv.h"\
  874.     {$(INCLUDE)}"\atlctl.h"\
  875.     {$(INCLUDE)}"\atliface.h"\
  876.     
  877.  
  878. "$(INTDIR)\RegObj.obj" : $(SOURCE) $(DEP_CPP_REGOB) "$(INTDIR)"\
  879.  "$(INTDIR)\atl.pch" ".\atl.h"
  880.  
  881.  
  882. !ENDIF 
  883.  
  884. # End Source File
  885. # End Target
  886. # End Project
  887. ################################################################################
  888.