home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / mfc / controls / db / db.dsp < prev    next >
Encoding:
MS Developer Studio Project  |  1998-03-27  |  5.0 KB  |  191 lines

  1. # Microsoft Developer Studio Project File - Name="DB" - 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=DB - 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 "db.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 "db.mak" CFG="DB - Win32 Release"
  17. !MESSAGE 
  18. !MESSAGE Possible choices for configuration are:
  19. !MESSAGE 
  20. !MESSAGE "DB - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
  21. !MESSAGE "DB - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
  22. !MESSAGE 
  23.  
  24. # Begin Project
  25. # PROP AllowPerConfigDependencies 0
  26. CPP=cl.exe
  27. MTL=midl.exe
  28. RSC=rc.exe
  29.  
  30. !IF  "$(CFG)" == "DB - Win32 Release"
  31.  
  32. # PROP BASE Use_MFC 2
  33. # PROP BASE Use_Debug_Libraries 0
  34. # PROP BASE Output_Dir ".\Release"
  35. # PROP BASE Intermediate_Dir ".\Release"
  36. # PROP BASE Target_Ext "ocx"
  37. # PROP BASE Target_Dir ""
  38. # PROP Use_MFC 2
  39. # PROP Use_Debug_Libraries 0
  40. # PROP Output_Dir ".\Release"
  41. # PROP Intermediate_Dir ".\Release"
  42. # PROP Target_Ext "ocx"
  43. # PROP Target_Dir ""
  44. # ADD BASE CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Yu"stdafx.h" /c
  45. # ADD CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Yu"stdafx.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" /d "_AFXDLL"
  49. # ADD RSC /l 0x409 /d "NDEBUG" /d "_AFXDLL"
  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 - Registering OLE control...
  57. OutDir=.\.\Release
  58. TargetPath=.\Release\db.ocx
  59. InputPath=.\Release\db.ocx
  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)" == "DB - Win32 Debug"
  69.  
  70. # PROP BASE Use_MFC 2
  71. # PROP BASE Use_Debug_Libraries 1
  72. # PROP BASE Output_Dir ".\Debug"
  73. # PROP BASE Intermediate_Dir ".\Debug"
  74. # PROP BASE Target_Ext "ocx"
  75. # PROP BASE Target_Dir ""
  76. # PROP Use_MFC 2
  77. # PROP Use_Debug_Libraries 1
  78. # PROP Output_Dir ".\Debug"
  79. # PROP Intermediate_Dir ".\Debug"
  80. # PROP Target_Ext "ocx"
  81. # PROP Target_Dir ""
  82. # ADD BASE CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Yu"stdafx.h" /c
  83. # ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Yu"stdafx.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" /d "_AFXDLL"
  87. # ADD RSC /l 0x409 /d "_DEBUG" /d "_AFXDLL"
  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 /nologo /subsystem:windows /dll /debug /machine:I386
  94. # Begin Custom Build - Registering OLE control...
  95. OutDir=.\.\Debug
  96. TargetPath=.\Debug\db.ocx
  97. InputPath=.\Debug\db.ocx
  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. !ENDIF 
  107.  
  108. # Begin Target
  109.  
  110. # Name "DB - Win32 Release"
  111. # Name "DB - Win32 Debug"
  112. # Begin Group "Source Files"
  113.  
  114. # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;hpj;bat;for;f90"
  115. # Begin Source File
  116.  
  117. SOURCE=.\db.cpp
  118. # End Source File
  119. # Begin Source File
  120.  
  121. SOURCE=.\db.def
  122. # End Source File
  123. # Begin Source File
  124.  
  125. SOURCE=.\db.odl
  126. # End Source File
  127. # Begin Source File
  128.  
  129. SOURCE=.\db.rc
  130. # End Source File
  131. # Begin Source File
  132.  
  133. SOURCE=.\dbctl.cpp
  134. # End Source File
  135. # Begin Source File
  136.  
  137. SOURCE=.\dbppg.cpp
  138. # End Source File
  139. # Begin Source File
  140.  
  141. SOURCE=.\readme.txt
  142. # End Source File
  143. # Begin Source File
  144.  
  145. SOURCE=.\stdafx.cpp
  146. # ADD CPP /Yc"stdafx.h"
  147. # End Source File
  148. # End Group
  149. # Begin Group "Header Files"
  150.  
  151. # PROP Default_Filter "h;hpp;hxx;inl;fi;fd"
  152. # Begin Source File
  153.  
  154. SOURCE=.\db.h
  155. # End Source File
  156. # Begin Source File
  157.  
  158. SOURCE=.\dbctl.h
  159. # End Source File
  160. # Begin Source File
  161.  
  162. SOURCE=.\dbppg.h
  163. # End Source File
  164. # Begin Source File
  165.  
  166. SOURCE=.\resource.h
  167. # End Source File
  168. # Begin Source File
  169.  
  170. SOURCE=.\stdafx.h
  171. # End Source File
  172. # End Group
  173. # Begin Group "Resource Files"
  174.  
  175. # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;cnt;rtf;gif;jpg;jpeg;jpe"
  176. # Begin Source File
  177.  
  178. SOURCE=.\db.ico
  179. # End Source File
  180. # Begin Source File
  181.  
  182. SOURCE=.\db.rc2
  183. # End Source File
  184. # Begin Source File
  185.  
  186. SOURCE=.\dbctl.bmp
  187. # End Source File
  188. # End Group
  189. # End Target
  190. # End Project
  191.