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

  1. # Microsoft Developer Studio Project File - Name="Connect" - 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=Connect - 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 "connect.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 "connect.mak" CFG="Connect - Win32 Release"
  17. !MESSAGE 
  18. !MESSAGE Possible choices for configuration are:
  19. !MESSAGE 
  20. !MESSAGE "Connect - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
  21. !MESSAGE "Connect - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
  22. !MESSAGE "Connect - Win32 Unicode Release" (based on "Win32 (x86) Dynamic-Link Library")
  23. !MESSAGE "Connect - Win32 Unicode Debug" (based on "Win32 (x86) Dynamic-Link Library")
  24. !MESSAGE 
  25.  
  26. # Begin Project
  27. # PROP AllowPerConfigDependencies 0
  28. CPP=cl.exe
  29. MTL=midl.exe
  30. RSC=rc.exe
  31.  
  32. !IF  "$(CFG)" == "Connect - Win32 Release"
  33.  
  34. # PROP BASE Use_MFC 1
  35. # PROP BASE Use_Debug_Libraries 0
  36. # PROP BASE Output_Dir ".\Release"
  37. # PROP BASE Intermediate_Dir ".\Release"
  38. # PROP BASE Target_Dir ""
  39. # PROP Use_MFC 1
  40. # PROP Use_Debug_Libraries 0
  41. # PROP Output_Dir ".\Release"
  42. # PROP Intermediate_Dir ".\Release"
  43. # PROP Target_Dir ""
  44. # ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_MBCS" /Yu"stdafx.h" /c
  45. # ADD CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_MBCS" /D "_USRDLL" /Yu"preconn.h" /FD /c
  46. # ADD BASE MTL /nologo /D "NDEBUG" /win32
  47. # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  48. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  49. # ADD RSC /l 0x409 /d "NDEBUG"
  50. BSC32=bscmake.exe
  51. # ADD BASE BSC32 /nologo
  52. # ADD BSC32 /nologo
  53. LINK32=link.exe
  54. # ADD BASE LINK32 /nologo /subsystem:windows /dll /machine:I386
  55. # ADD LINK32 /nologo /subsystem:windows /dll /machine:I386
  56. # Begin Custom Build
  57. OutDir=.\.\Release
  58. TargetPath=.\Release\connect.dll
  59. InputPath=.\Release\connect.dll
  60. SOURCE=$(InputPath)
  61.  
  62. "$(OutDir)\regsvr32.trg" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  63.     regsvr32 /s /c "$(TargetPath)" 
  64.     echo regsvr32 exec. time > "$(OutDir)\regsvr32.trg" 
  65.     
  66. # End Custom Build
  67.  
  68. !ELSEIF  "$(CFG)" == "Connect - Win32 Debug"
  69.  
  70. # PROP BASE Use_MFC 1
  71. # PROP BASE Use_Debug_Libraries 1
  72. # PROP BASE Output_Dir ".\Debug"
  73. # PROP BASE Intermediate_Dir ".\Debug"
  74. # PROP BASE Target_Dir ""
  75. # PROP Use_MFC 1
  76. # PROP Use_Debug_Libraries 1
  77. # PROP Output_Dir ".\Debug"
  78. # PROP Intermediate_Dir ".\Debug"
  79. # PROP Target_Dir ""
  80. # ADD BASE CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_MBCS" /Yu"stdafx.h" /c
  81. # ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_MBCS" /D "_USRDLL" /Yu"preconn.h" /FD /c
  82. # ADD BASE MTL /nologo /D "_DEBUG" /win32
  83. # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
  84. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  85. # ADD RSC /l 0x409 /d "_DEBUG"
  86. BSC32=bscmake.exe
  87. # ADD BASE BSC32 /nologo
  88. # ADD BSC32 /nologo
  89. LINK32=link.exe
  90. # ADD BASE LINK32 /nologo /subsystem:windows /dll /debug /machine:I386
  91. # ADD LINK32 /nologo /subsystem:windows /dll /debug /machine:I386
  92. # Begin Custom Build
  93. OutDir=.\.\Debug
  94. TargetPath=.\Debug\connect.dll
  95. InputPath=.\Debug\connect.dll
  96. SOURCE=$(InputPath)
  97.  
  98. "$(OutDir)\regsvr32.trg" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  99.     regsvr32 /s /c "$(TargetPath)" 
  100.     echo regsvr32 exec. time > "$(OutDir)\regsvr32.trg" 
  101.     
  102. # End Custom Build
  103.  
  104. !ELSEIF  "$(CFG)" == "Connect - Win32 Unicode Release"
  105.  
  106. # PROP BASE Use_MFC 1
  107. # PROP BASE Use_Debug_Libraries 0
  108. # PROP BASE Output_Dir ".\Unicode Release"
  109. # PROP BASE Intermediate_Dir ".\Unicode Release"
  110. # PROP BASE Target_Dir ""
  111. # PROP Use_MFC 1
  112. # PROP Use_Debug_Libraries 0
  113. # PROP Output_Dir ".\ReleaseU"
  114. # PROP Intermediate_Dir ".\ReleaseU"
  115. # PROP Target_Dir ""
  116. # ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_MBCS" /D "_USRDLL" /Yu"stdafx.h" /c
  117. # ADD CPP /nologo /MT /W3 /GX /O2 /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "_WINDLL" /D "_MBCS" /D "_USRDLL" /D "_UNICODE" /Yu"preconn.h" /FD /c
  118. # ADD BASE MTL /nologo /D "NDEBUG" /win32
  119. # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  120. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  121. # ADD RSC /l 0x409 /d "NDEBUG"
  122. BSC32=bscmake.exe
  123. # ADD BASE BSC32 /nologo
  124. # ADD BSC32 /nologo
  125. LINK32=link.exe
  126. # ADD BASE LINK32 /nologo /subsystem:windows /dll /machine:I386
  127. # ADD LINK32 /nologo /subsystem:windows /dll /machine:I386
  128. # Begin Custom Build
  129. OutDir=.\.\ReleaseU
  130. TargetPath=.\ReleaseU\connect.dll
  131. InputPath=.\ReleaseU\connect.dll
  132. SOURCE=$(InputPath)
  133.  
  134. "$(OutDir)\regsvr32.trg" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  135.     regsvr32 /s /c "$(TargetPath)" 
  136.     echo regsvr32 exec. time > "$(OutDir)\regsvr32.trg" 
  137.     
  138. # End Custom Build
  139.  
  140. !ELSEIF  "$(CFG)" == "Connect - Win32 Unicode Debug"
  141.  
  142. # PROP BASE Use_MFC 1
  143. # PROP BASE Use_Debug_Libraries 1
  144. # PROP BASE Output_Dir ".\Unicode Debug"
  145. # PROP BASE Intermediate_Dir ".\Unicode Debug"
  146. # PROP BASE Target_Dir ""
  147. # PROP Use_MFC 1
  148. # PROP Use_Debug_Libraries 1
  149. # PROP Output_Dir ".\DebugU"
  150. # PROP Intermediate_Dir ".\DebugU"
  151. # PROP Target_Dir ""
  152. # 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
  153. # ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "_WINDLL" /D "_MBCS" /D "_USRDLL" /D "_UNICODE" /Yu"preconn.h" /FD /c
  154. # ADD BASE MTL /nologo /D "_DEBUG" /win32
  155. # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
  156. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  157. # ADD RSC /l 0x409 /d "_DEBUG"
  158. BSC32=bscmake.exe
  159. # ADD BASE BSC32 /nologo
  160. # ADD BSC32 /nologo
  161. LINK32=link.exe
  162. # ADD BASE LINK32 /nologo /subsystem:windows /dll /debug /machine:I386
  163. # ADD LINK32 /nologo /subsystem:windows /dll /debug /machine:I386
  164. # Begin Custom Build
  165. OutDir=.\.\DebugU
  166. TargetPath=.\DebugU\connect.dll
  167. InputPath=.\DebugU\connect.dll
  168. SOURCE=$(InputPath)
  169.  
  170. "$(OutDir)\regsvr32.trg" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  171.     regsvr32 /s /c "$(TargetPath)" 
  172.     echo regsvr32 exec. time > "$(OutDir)\regsvr32.trg" 
  173.     
  174. # End Custom Build
  175.  
  176. !ENDIF 
  177.  
  178. # Begin Target
  179.  
  180. # Name "Connect - Win32 Release"
  181. # Name "Connect - Win32 Debug"
  182. # Name "Connect - Win32 Unicode Release"
  183. # Name "Connect - Win32 Unicode Debug"
  184. # Begin Group "Source Files"
  185.  
  186. # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;hpj;bat;for;f90"
  187. # Begin Source File
  188.  
  189. SOURCE=.\Connect.cpp
  190. # End Source File
  191. # Begin Source File
  192.  
  193. SOURCE=.\Connect.def
  194. # End Source File
  195. # Begin Source File
  196.  
  197. SOURCE=.\Connect.idl
  198. # ADD MTL /tlb ".\Connect.tlb" /h "Connect.h" /iid "Connect_i.c"
  199. # SUBTRACT MTL /mktyplib203
  200. # End Source File
  201. # Begin Source File
  202.  
  203. SOURCE=.\Connect.rc
  204. # End Source File
  205. # Begin Source File
  206.  
  207. SOURCE=.\connect.txt
  208. # End Source File
  209. # Begin Source File
  210.  
  211. SOURCE=.\preconn.cpp
  212. # ADD CPP /Yc"preconn.h"
  213. # End Source File
  214. # Begin Source File
  215.  
  216. SOURCE=.\Random.cpp
  217. # End Source File
  218. # Begin Source File
  219.  
  220. SOURCE=.\Random.rgs
  221. # End Source File
  222. # End Group
  223. # Begin Group "Header Files"
  224.  
  225. # PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd"
  226. # Begin Source File
  227.  
  228. SOURCE=.\preconn.h
  229. # End Source File
  230. # Begin Source File
  231.  
  232. SOURCE=.\Random.h
  233. # End Source File
  234. # End Group
  235. # Begin Group "Resource Files"
  236.  
  237. # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;cnt;rtf;gif;jpg;jpeg;jpe"
  238. # End Group
  239. # End Target
  240. # End Project
  241.