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

  1. # Microsoft Developer Studio Project File - Name="brkpntmgr" - 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=brkpntmgr - 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 "brkpntmgr.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 "brkpntmgr.mak" CFG="brkpntmgr - Win32 Debug"
  17. !MESSAGE 
  18. !MESSAGE Possible choices for configuration are:
  19. !MESSAGE 
  20. !MESSAGE "brkpntmgr - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
  21. !MESSAGE "brkpntmgr - Win32 Release MinSize" (based on "Win32 (x86) Dynamic-Link Library")
  22. !MESSAGE "brkpntmgr - 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)" == "brkpntmgr - Win32 Debug"
  34.  
  35. # PROP BASE Use_MFC 2
  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 2
  41. # PROP Use_Debug_Libraries 1
  42. # PROP Output_Dir "Debug"
  43. # PROP Intermediate_Dir "Debug"
  44. # PROP Ignore_Export_Lib 0
  45. # PROP Target_Dir ""
  46. # ADD BASE CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /Yu"stdafx.h" /FD /GZ /c
  47. # ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_MBCS" /D "_USRDLL" /FR /Yu"stdafx.h" /FD /GZ /c
  48. # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
  49. # ADD BASE RSC /l 0x409 /d "_DEBUG" /d "_AFXDLL"
  50. # ADD RSC /l 0x409 /d "_DEBUG" /d "_AFXDLL"
  51. BSC32=bscmake.exe
  52. # ADD BASE BSC32 /nologo
  53. # ADD BSC32 /nologo
  54. LINK32=link.exe
  55. # ADD BASE LINK32 /nologo /subsystem:windows /dll /debug /machine:I386 /pdbtype:sept
  56. # ADD LINK32 /nologo /subsystem:windows /dll /debug /machine:I386 /pdbtype:sept
  57. # Begin Custom Build - Performing registration
  58. OutDir=.\Debug
  59. TargetPath=.\Debug\brkpntmgr.dll
  60. InputPath=.\Debug\brkpntmgr.dll
  61. SOURCE="$(InputPath)"
  62.  
  63. "$(OutDir)\regsvr32.trg" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  64.     regsvr32 /s /c "$(TargetPath)" 
  65.     echo regsvr32 exec. time > "$(OutDir)\regsvr32.trg" 
  66.     
  67. # End Custom Build
  68.  
  69. !ELSEIF  "$(CFG)" == "brkpntmgr - Win32 Release MinSize"
  70.  
  71. # PROP BASE Use_MFC 2
  72. # PROP BASE Use_Debug_Libraries 0
  73. # PROP BASE Output_Dir "ReleaseMinSize"
  74. # PROP BASE Intermediate_Dir "ReleaseMinSize"
  75. # PROP BASE Target_Dir ""
  76. # PROP Use_MFC 2
  77. # PROP Use_Debug_Libraries 0
  78. # PROP Output_Dir "ReleaseMinSize"
  79. # PROP Intermediate_Dir "ReleaseMinSize"
  80. # PROP Target_Dir ""
  81. # ADD BASE CPP /nologo /MD /W3 /GX /O1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_MBCS" /D "_USRDLL" /Yu"stdafx.h" /FD /c
  82. # ADD CPP /nologo /MD /W3 /GX /O1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_MBCS" /D "_USRDLL" /D "_ATL_DLL" /Yu"stdafx.h" /FD /c
  83. # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  84. # ADD BASE RSC /l 0x409 /d "NDEBUG" /d "_AFXDLL"
  85. # ADD RSC /l 0x409 /d "NDEBUG" /d "_AFXDLL"
  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 /machine:I386
  91. # ADD LINK32 /nologo /subsystem:windows /dll /machine:I386
  92. # Begin Custom Build - Performing registration
  93. OutDir=.\ReleaseMinSize
  94. TargetPath=.\ReleaseMinSize\brkpntmgr.dll
  95. InputPath=.\ReleaseMinSize\brkpntmgr.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)" == "brkpntmgr - Win32 Release MinDependency"
  105.  
  106. # PROP BASE Use_MFC 2
  107. # PROP BASE Use_Debug_Libraries 0
  108. # PROP BASE Output_Dir "ReleaseMinDependency"
  109. # PROP BASE Intermediate_Dir "ReleaseMinDependency"
  110. # PROP BASE Target_Dir ""
  111. # PROP Use_MFC 2
  112. # PROP Use_Debug_Libraries 0
  113. # PROP Output_Dir "ReleaseMinDependency"
  114. # PROP Intermediate_Dir "ReleaseMinDependency"
  115. # PROP Target_Dir ""
  116. # ADD BASE CPP /nologo /MD /W3 /GX /O1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_MBCS" /D "_USRDLL" /Yu"stdafx.h" /FD /c
  117. # ADD CPP /nologo /MD /W3 /GX /O1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_MBCS" /D "_USRDLL" /D "_ATL_STATIC_REGISTRY" /Yu"stdafx.h" /FD /c
  118. # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  119. # ADD BASE RSC /l 0x409 /d "NDEBUG" /d "_AFXDLL"
  120. # ADD RSC /l 0x409 /d "NDEBUG" /d "_AFXDLL"
  121. BSC32=bscmake.exe
  122. # ADD BASE BSC32 /nologo
  123. # ADD BSC32 /nologo
  124. LINK32=link.exe
  125. # ADD BASE LINK32 /nologo /subsystem:windows /dll /machine:I386
  126. # ADD LINK32 /nologo /subsystem:windows /dll /machine:I386
  127. # Begin Custom Build - Performing registration
  128. OutDir=.\ReleaseMinDependency
  129. TargetPath=.\ReleaseMinDependency\brkpntmgr.dll
  130. InputPath=.\ReleaseMinDependency\brkpntmgr.dll
  131. SOURCE="$(InputPath)"
  132.  
  133. "$(OutDir)\regsvr32.trg" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  134.     regsvr32 /s /c "$(TargetPath)" 
  135.     echo regsvr32 exec. time > "$(OutDir)\regsvr32.trg" 
  136.     
  137. # End Custom Build
  138.  
  139. !ENDIF 
  140.  
  141. # Begin Target
  142.  
  143. # Name "brkpntmgr - Win32 Debug"
  144. # Name "brkpntmgr - Win32 Release MinSize"
  145. # Name "brkpntmgr - Win32 Release MinDependency"
  146. # Begin Group "Source Files"
  147.  
  148. # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
  149. # Begin Source File
  150.  
  151. SOURCE=.\brkpntmgr.cpp
  152. # End Source File
  153. # Begin Source File
  154.  
  155. SOURCE=.\brkpntmgr.def
  156. # End Source File
  157. # Begin Source File
  158.  
  159. SOURCE=.\brkpntmgr.idl
  160. # ADD MTL /tlb ".\brkpntmgr.tlb" /h "brkpntmgr.h" /iid "brkpntmgr_i.c" /Oicf
  161. # End Source File
  162. # Begin Source File
  163.  
  164. SOURCE=.\brkpntmgr.rc
  165. # End Source File
  166. # Begin Source File
  167.  
  168. SOURCE=.\BrkPnts.cpp
  169. # End Source File
  170. # Begin Source File
  171.  
  172. SOURCE=.\DlgAdvanced.cpp
  173. # End Source File
  174. # Begin Source File
  175.  
  176. SOURCE=.\DlgBrkPnts.cpp
  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=.\BrkPnts.h
  190. # End Source File
  191. # Begin Source File
  192.  
  193. SOURCE=.\DlgAdvanced.h
  194. # End Source File
  195. # Begin Source File
  196.  
  197. SOURCE=.\DlgBrkPnts.h
  198. # End Source File
  199. # Begin Source File
  200.  
  201. SOURCE=.\Resource.h
  202. # End Source File
  203. # Begin Source File
  204.  
  205. SOURCE=.\StdAfx.h
  206. # End Source File
  207. # End Group
  208. # Begin Group "Resource Files"
  209.  
  210. # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
  211. # Begin Source File
  212.  
  213. SOURCE=.\bmp00001.bmp
  214. # End Source File
  215. # Begin Source File
  216.  
  217. SOURCE=.\BrkPnts.rgs
  218. # End Source File
  219. # Begin Source File
  220.  
  221. SOURCE=.\toolbar_.bmp
  222. # End Source File
  223. # End Group
  224. # Begin Source File
  225.  
  226. SOURCE=.\ideas.txt
  227. # End Source File
  228. # End Target
  229. # End Project
  230.