home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / com / commap / aggreg / aggreg.dsp < prev    next >
Encoding:
MS Developer Studio Project  |  1998-04-03  |  10.3 KB  |  366 lines

  1. # Microsoft Developer Studio Project File - Name="Aggreg" - Package Owner=<4>
  2. # Microsoft Developer Studio Generated Build File, Format Version 60000
  3. # ** DO NOT EDIT **
  4.  
  5. # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
  6.  
  7. CFG=Aggreg - Win32 Release
  8. !MESSAGE This is not a valid makefile. To build this project using NMAKE,
  9. !MESSAGE use the Export Makefile command and run
  10. !MESSAGE 
  11. !MESSAGE NMAKE /f "Aggreg.mak".
  12. !MESSAGE 
  13. !MESSAGE You can specify a configuration when running NMAKE
  14. !MESSAGE by defining the macro CFG on the command line. For example:
  15. !MESSAGE 
  16. !MESSAGE NMAKE /f "Aggreg.mak" CFG="Aggreg - Win32 Release"
  17. !MESSAGE 
  18. !MESSAGE Possible choices for configuration are:
  19. !MESSAGE 
  20. !MESSAGE "Aggreg - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
  21. !MESSAGE "Aggreg - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
  22. !MESSAGE "Aggreg - Win32 Unicode Release" (based on "Win32 (x86) Dynamic-Link Library")
  23. !MESSAGE "Aggreg - Win32 Unicode Debug" (based on "Win32 (x86) Dynamic-Link Library")
  24. !MESSAGE 
  25.  
  26. # Begin Project
  27. # PROP AllowPerConfigDependencies 0
  28. # PROP Scc_ProjName ""
  29. # PROP Scc_LocalPath ""
  30. CPP=cl.exe
  31. MTL=midl.exe
  32. RSC=rc.exe
  33.  
  34. !IF  "$(CFG)" == "Aggreg - Win32 Release"
  35.  
  36. # PROP BASE Use_MFC 1
  37. # PROP BASE Use_Debug_Libraries 0
  38. # PROP BASE Output_Dir ".\Release"
  39. # PROP BASE Intermediate_Dir ".\Release"
  40. # PROP BASE Target_Dir ""
  41. # PROP Use_MFC 0
  42. # PROP Use_Debug_Libraries 0
  43. # PROP Output_Dir ".\Release"
  44. # PROP Intermediate_Dir ".\Release"
  45. # PROP Target_Dir ""
  46. # ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_MBCS" /Yu"stdafx.h" /c
  47. # ADD CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /Yu"preagg.h" /FD /c
  48. # ADD BASE MTL /nologo /D "NDEBUG" /win32
  49. # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  50. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  51. # ADD RSC /l 0x409 /d "NDEBUG"
  52. BSC32=bscmake.exe
  53. # ADD BASE BSC32 /nologo
  54. # ADD BSC32 /nologo
  55. LINK32=link.exe
  56. # ADD BASE LINK32 /nologo /subsystem:windows /dll /machine:I386
  57. # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /base:"0x10020000" /subsystem:windows /dll /machine:I386
  58. # Begin Custom Build
  59. OutDir=.\Release
  60. TargetPath=.\Release\Aggreg.dll
  61. InputPath=.\Release\Aggreg.dll
  62. SOURCE="$(InputPath)"
  63.  
  64. "$(OutDir)\regsvr32.trg" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  65.     regsvr32 /s /c "$(TargetPath)" 
  66.     echo regsvr32 exec. time > "$(OutDir)\regsvr32.trg" 
  67.     
  68. # End Custom Build
  69.  
  70. !ELSEIF  "$(CFG)" == "Aggreg - Win32 Debug"
  71.  
  72. # PROP BASE Use_MFC 1
  73. # PROP BASE Use_Debug_Libraries 1
  74. # PROP BASE Output_Dir ".\Debug"
  75. # PROP BASE Intermediate_Dir ".\Debug"
  76. # PROP BASE Target_Dir ""
  77. # PROP Use_MFC 0
  78. # PROP Use_Debug_Libraries 1
  79. # PROP Output_Dir ".\Debug"
  80. # PROP Intermediate_Dir ".\Debug"
  81. # PROP Target_Dir ""
  82. # ADD BASE CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_MBCS" /Yu"stdafx.h" /c
  83. # ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /Yu"preagg.h" /FD /c
  84. # ADD BASE MTL /nologo /D "_DEBUG" /win32
  85. # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
  86. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  87. # ADD RSC /l 0x409 /d "_DEBUG"
  88. BSC32=bscmake.exe
  89. # ADD BASE BSC32 /nologo
  90. # ADD BSC32 /nologo
  91. LINK32=link.exe
  92. # ADD BASE LINK32 /nologo /subsystem:windows /dll /debug /machine:I386
  93. # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /base:"0x10020000" /subsystem:windows /dll /debug /machine:I386
  94. # Begin Custom Build
  95. OutDir=.\Debug
  96. TargetPath=.\Debug\Aggreg.dll
  97. InputPath=.\Debug\Aggreg.dll
  98. SOURCE="$(InputPath)"
  99.  
  100. "$(OutDir)\regsvr32.trg" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  101.     regsvr32 /s /c "$(TargetPath)" 
  102.     echo regsvr32 exec. time > "$(OutDir)\regsvr32.trg" 
  103.     
  104. # End Custom Build
  105.  
  106. !ELSEIF  "$(CFG)" == "Aggreg - Win32 Unicode Release"
  107.  
  108. # PROP BASE Use_MFC 1
  109. # PROP BASE Use_Debug_Libraries 0
  110. # PROP BASE Output_Dir ".\Unicode Release"
  111. # PROP BASE Intermediate_Dir ".\Unicode Release"
  112. # PROP BASE Target_Dir ""
  113. # PROP Use_MFC 0
  114. # PROP Use_Debug_Libraries 0
  115. # PROP Output_Dir ".\ReleaseU"
  116. # PROP Intermediate_Dir ".\ReleaseU"
  117. # PROP Target_Dir ""
  118. # ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_MBCS" /D "_USRDLL" /Yu"stdafx.h" /c
  119. # ADD CPP /nologo /MT /W3 /GX /O2 /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "_UNICODE" /Yu"preagg.h" /FD /c
  120. # ADD BASE MTL /nologo /D "NDEBUG" /win32
  121. # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  122. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  123. # ADD RSC /l 0x409 /d "NDEBUG"
  124. BSC32=bscmake.exe
  125. # ADD BASE BSC32 /nologo
  126. # ADD BSC32 /nologo
  127. LINK32=link.exe
  128. # ADD BASE LINK32 /nologo /subsystem:windows /dll /machine:I386
  129. # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /base:"0x10020000" /subsystem:windows /dll /machine:I386
  130. # Begin Custom Build
  131. OutDir=.\ReleaseU
  132. TargetPath=.\ReleaseU\Aggreg.dll
  133. InputPath=.\ReleaseU\Aggreg.dll
  134. SOURCE="$(InputPath)"
  135.  
  136. "$(OutDir)\regsvr32.trg" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  137.     regsvr32 /s /c "$(TargetPath)" 
  138.     echo regsvr32 exec. time > "$(OutDir)\regsvr32.trg" 
  139.     
  140. # End Custom Build
  141.  
  142. !ELSEIF  "$(CFG)" == "Aggreg - Win32 Unicode Debug"
  143.  
  144. # PROP BASE Use_MFC 1
  145. # PROP BASE Use_Debug_Libraries 1
  146. # PROP BASE Output_Dir ".\Unicode Debug"
  147. # PROP BASE Intermediate_Dir ".\Unicode Debug"
  148. # PROP BASE Target_Dir ""
  149. # PROP Use_MFC 0
  150. # PROP Use_Debug_Libraries 1
  151. # PROP Output_Dir ".\DebugU"
  152. # PROP Intermediate_Dir ".\DebugU"
  153. # PROP Target_Dir ""
  154. # ADD BASE CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_MBCS" /D "_USRDLL" /Yu"stdafx.h" /c
  155. # ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "_UNICODE" /Yu"preagg.h" /FD /c
  156. # ADD BASE MTL /nologo /D "_DEBUG" /win32
  157. # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
  158. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  159. # ADD RSC /l 0x409 /d "_DEBUG"
  160. BSC32=bscmake.exe
  161. # ADD BASE BSC32 /nologo
  162. # ADD BSC32 /nologo
  163. LINK32=link.exe
  164. # ADD BASE LINK32 /nologo /subsystem:windows /dll /debug /machine:I386
  165. # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /base:"0x10020000" /subsystem:windows /dll /debug /machine:I386
  166. # Begin Custom Build
  167. OutDir=.\DebugU
  168. TargetPath=.\DebugU\Aggreg.dll
  169. InputPath=.\DebugU\Aggreg.dll
  170. SOURCE="$(InputPath)"
  171.  
  172. "$(OutDir)\regsvr32.trg" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  173.     regsvr32 /s /c "$(TargetPath)" 
  174.     echo regsvr32 exec. time > "$(OutDir)\regsvr32.trg" 
  175.     
  176. # End Custom Build
  177.  
  178. !ENDIF 
  179.  
  180. # Begin Target
  181.  
  182. # Name "Aggreg - Win32 Release"
  183. # Name "Aggreg - Win32 Debug"
  184. # Name "Aggreg - Win32 Unicode Release"
  185. # Name "Aggreg - Win32 Unicode Debug"
  186. # Begin Group "Source Files"
  187.  
  188. # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;hpj;bat;for;f90"
  189. # Begin Source File
  190.  
  191. SOURCE=.\Agg.cpp
  192. # End Source File
  193. # Begin Source File
  194.  
  195. SOURCE=.\Agg.rgs
  196. # End Source File
  197. # Begin Source File
  198.  
  199. SOURCE=.\AggBlind.cpp
  200. # End Source File
  201. # Begin Source File
  202.  
  203. SOURCE=.\AggBlind.rgs
  204. # End Source File
  205. # Begin Source File
  206.  
  207. SOURCE=.\Aggreg.cpp
  208. # End Source File
  209. # Begin Source File
  210.  
  211. SOURCE=.\Aggreg.def
  212. # End Source File
  213. # Begin Source File
  214.  
  215. SOURCE=.\Aggreg.idl
  216.  
  217. !IF  "$(CFG)" == "Aggreg - Win32 Release"
  218.  
  219. # PROP Ignore_Default_Tool 1
  220. # Begin Custom Build
  221. InputPath=.\Aggreg.idl
  222.  
  223. BuildCmds= \
  224.     midl Aggreg.idl
  225.  
  226. "Aggreg.tlb" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  227.    $(BuildCmds)
  228.  
  229. "Aggreg.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  230.    $(BuildCmds)
  231.  
  232. "Aggreg_i.c" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  233.    $(BuildCmds)
  234. # End Custom Build
  235.  
  236. !ELSEIF  "$(CFG)" == "Aggreg - Win32 Debug"
  237.  
  238. # PROP Ignore_Default_Tool 1
  239. # Begin Custom Build
  240. InputPath=.\Aggreg.idl
  241.  
  242. BuildCmds= \
  243.     midl Aggreg.idl
  244.  
  245. "Aggreg.tlb" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  246.    $(BuildCmds)
  247.  
  248. "Aggreg.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  249.    $(BuildCmds)
  250.  
  251. "Aggreg_i.c" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  252.    $(BuildCmds)
  253. # End Custom Build
  254.  
  255. !ELSEIF  "$(CFG)" == "Aggreg - Win32 Unicode Release"
  256.  
  257. # PROP Ignore_Default_Tool 1
  258. # Begin Custom Build
  259. InputPath=.\Aggreg.idl
  260.  
  261. BuildCmds= \
  262.     midl Aggreg.idl
  263.  
  264. "Aggreg.tlb" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  265.    $(BuildCmds)
  266.  
  267. "Aggreg.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  268.    $(BuildCmds)
  269.  
  270. "Aggreg_i.c" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  271.    $(BuildCmds)
  272. # End Custom Build
  273.  
  274. !ELSEIF  "$(CFG)" == "Aggreg - Win32 Unicode Debug"
  275.  
  276. # PROP Ignore_Default_Tool 1
  277. # Begin Custom Build
  278. InputPath=.\Aggreg.idl
  279.  
  280. BuildCmds= \
  281.     midl Aggreg.idl
  282.  
  283. "Aggreg.tlb" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  284.    $(BuildCmds)
  285.  
  286. "Aggreg.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  287.    $(BuildCmds)
  288.  
  289. "Aggreg_i.c" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  290.    $(BuildCmds)
  291. # End Custom Build
  292.  
  293. !ENDIF 
  294.  
  295. # End Source File
  296. # Begin Source File
  297.  
  298. SOURCE=.\Aggreg.rc
  299. # End Source File
  300. # Begin Source File
  301.  
  302. SOURCE=.\AutoAgg.cpp
  303. # End Source File
  304. # Begin Source File
  305.  
  306. SOURCE=.\AutoAgg.rgs
  307. # End Source File
  308. # Begin Source File
  309.  
  310. SOURCE=.\AutoAggB.cpp
  311. # End Source File
  312. # Begin Source File
  313.  
  314. SOURCE=.\AutoAggB.rgs
  315. # End Source File
  316. # Begin Source File
  317.  
  318. SOURCE=.\preagg.cpp
  319. # ADD CPP /Yc"preagg.h"
  320. # End Source File
  321. # End Group
  322. # Begin Group "Header Files"
  323.  
  324. # PROP Default_Filter "h;hpp;hxx;inl;fi;fd"
  325. # Begin Source File
  326.  
  327. SOURCE=.\Agg.h
  328. # End Source File
  329. # Begin Source File
  330.  
  331. SOURCE=.\AggBlind.h
  332. # End Source File
  333. # Begin Source File
  334.  
  335. SOURCE=.\Aggreg.h
  336. # End Source File
  337. # Begin Source File
  338.  
  339. SOURCE=.\AutoAgg.h
  340. # End Source File
  341. # Begin Source File
  342.  
  343. SOURCE=.\AutoAggB.h
  344. # End Source File
  345. # Begin Source File
  346.  
  347. SOURCE=.\preagg.h
  348. # End Source File
  349. # End Group
  350. # Begin Group "Resource Files"
  351.  
  352. # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;cnt;rtf;gif;jpg;jpeg;jpe"
  353. # End Group
  354. # Begin Source File
  355.  
  356. SOURCE=.\Aggreg.tlb
  357. # End Source File
  358. # Begin Source File
  359.  
  360. SOURCE=.\Aggreg_i.c
  361. # PROP BASE Exclude_From_Build 1
  362. # PROP Exclude_From_Build 1
  363. # End Source File
  364. # End Target
  365. # End Project
  366.