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

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