home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / dbmsg / oledb / sampclnt / sampclnt.dsp < prev    next >
Encoding:
MS Developer Studio Project  |  1998-03-12  |  8.0 KB  |  244 lines

  1. # Microsoft Developer Studio Project File - Name="sampclnt" - Package Owner=<4>
  2. # Microsoft Developer Studio Generated Build File, Format Version 5.00
  3. # ** DO NOT EDIT **
  4.  
  5. # TARGTYPE "Win32 (x86) Console Application" 0x0103
  6. # TARGTYPE "Win32 (ALPHA) Console Application" 0x0603
  7.  
  8. CFG=sampclnt - Win32 x86 Debug
  9. !MESSAGE This is not a valid makefile. To build this project using NMAKE,
  10. !MESSAGE use the Export Makefile command and run
  11. !MESSAGE 
  12. !MESSAGE NMAKE /f "sampclnt.mak".
  13. !MESSAGE 
  14. !MESSAGE You can specify a configuration when running NMAKE
  15. !MESSAGE by defining the macro CFG on the command line. For example:
  16. !MESSAGE 
  17. !MESSAGE NMAKE /f "sampclnt.mak" CFG="sampclnt - Win32 x86 Debug"
  18. !MESSAGE 
  19. !MESSAGE Possible choices for configuration are:
  20. !MESSAGE 
  21. !MESSAGE "sampclnt - Win32 x86 Debug" (based on\
  22.  "Win32 (x86) Console Application")
  23. !MESSAGE "sampclnt - Win32 x86 Release" (based on\
  24.  "Win32 (x86) Console Application")
  25. !MESSAGE "sampclnt - Win32 (ALPHA) axp Debug" (based on\
  26.  "Win32 (ALPHA) Console Application")
  27. !MESSAGE "sampclnt - Win32 (ALPHA) axp Release" (based on\
  28.  "Win32 (ALPHA) Console Application")
  29. !MESSAGE 
  30.  
  31. # Begin Project
  32. # PROP Scc_ProjName ""$/Chinook/samples/sampclnt", ABBAAAAA"
  33. # PROP Scc_LocalPath "."
  34.  
  35. !IF  "$(CFG)" == "sampclnt - Win32 x86 Debug"
  36.  
  37. # PROP BASE Use_MFC 0
  38. # PROP BASE Use_Debug_Libraries 1
  39. # PROP BASE Output_Dir ".\sampclnt"
  40. # PROP BASE Intermediate_Dir ".\sampclnt"
  41. # PROP BASE Target_Dir ""
  42. # PROP Use_MFC 0
  43. # PROP Use_Debug_Libraries 1
  44. # PROP Output_Dir ".\x86_debu"
  45. # PROP Intermediate_Dir ".\x86_debu"
  46. # PROP Ignore_Export_Lib 0
  47. # PROP Target_Dir ""
  48. CPP=cl.exe
  49. # ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /YX /c
  50. # SUBTRACT BASE CPP /Fr
  51. # ADD CPP /nologo /W3 /Gm /Zi /Od /I "..\..\include" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /YX /FD /c
  52. # SUBTRACT CPP /Fr
  53. RSC=rc.exe
  54. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  55. # ADD RSC /l 0x409 /d "_DEBUG"
  56. BSC32=bscmake.exe
  57. # ADD BASE BSC32 /nologo
  58. # ADD BSC32 /nologo
  59. LINK32=link.exe
  60. # ADD BASE LINK32 dbuuid.lib 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:console /debug /machine:I386
  61. # SUBTRACT BASE LINK32 /map
  62. # ADD LINK32 oledb.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:I386 /libpath:"..\..\LIB\$(PROCESSOR_ARCHITECTURE)"
  63. # SUBTRACT LINK32 /map
  64.  
  65. !ELSEIF  "$(CFG)" == "sampclnt - Win32 x86 Release"
  66.  
  67. # PROP BASE Use_MFC 0
  68. # PROP BASE Use_Debug_Libraries 1
  69. # PROP BASE Output_Dir ".\sampclnt"
  70. # PROP BASE Intermediate_Dir ".\sampclnt"
  71. # PROP BASE Target_Dir ""
  72. # PROP Use_MFC 0
  73. # PROP Use_Debug_Libraries 1
  74. # PROP Output_Dir ".\x86_Rele"
  75. # PROP Intermediate_Dir ".\x86_Rele"
  76. # PROP Ignore_Export_Lib 0
  77. # PROP Target_Dir ""
  78. CPP=cl.exe
  79. # ADD BASE CPP /nologo /W3 /Gm /GX /Zi /O2 /D "WIN32" /D "_CONSOLE" /YX /c
  80. # SUBTRACT BASE CPP /Fr
  81. # ADD CPP /nologo /MD /W3 /Gi /O2 /I "..\..\include" /D "WIN32" /D "_CONSOLE" /YX /FD /c
  82. RSC=rc.exe
  83. # ADD BASE RSC /l 0x409
  84. # ADD RSC /l 0x409
  85. BSC32=bscmake.exe
  86. # ADD BASE BSC32 /nologo
  87. # ADD BSC32 /nologo
  88. LINK32=link.exe
  89. # ADD BASE LINK32 dbuuid.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:I386
  90. # SUBTRACT BASE LINK32 /map
  91. # ADD LINK32 oledb.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:I386 /libpath:"..\..\LIB\$(PROCESSOR_ARCHITECTURE)"
  92. # SUBTRACT LINK32 /pdb:none /map /debug
  93.  
  94. !ELSEIF  "$(CFG)" == "sampclnt - Win32 (ALPHA) axp Debug"
  95.  
  96. # PROP BASE Use_MFC 0
  97. # PROP BASE Use_Debug_Libraries 1
  98. # PROP BASE Output_Dir ".\sampclnt"
  99. # PROP BASE Intermediate_Dir ".\sampclnt"
  100. # PROP BASE Target_Dir ""
  101. # PROP Use_MFC 0
  102. # PROP Use_Debug_Libraries 1
  103. # PROP Output_Dir ".\axp_Debu"
  104. # PROP Intermediate_Dir ".\axp_Debu"
  105. # PROP Ignore_Export_Lib 0
  106. # PROP Target_Dir ""
  107. CPP=cl.exe
  108. # ADD BASE CPP /nologo /Gt0 /W3 /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /YX /c
  109. # ADD CPP /nologo /Gt0 /W3 /Zi /Od /I "..\..\include" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /YX /FD /c
  110. RSC=rc.exe
  111. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  112. # ADD RSC /l 0x409 /d "_DEBUG"
  113. BSC32=bscmake.exe
  114. # ADD BASE BSC32 /nologo
  115. # ADD BSC32 /nologo
  116. LINK32=link.exe
  117. # 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:console /debug /machine:ALPHA
  118. # ADD LINK32 oledb.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /libpath:"..\..\LIB\$(PROCESSOR_ARCHITECTURE)"
  119.  
  120. !ELSEIF  "$(CFG)" == "sampclnt - Win32 (ALPHA) axp Release"
  121.  
  122. # PROP BASE Use_MFC 0
  123. # PROP BASE Use_Debug_Libraries 1
  124. # PROP BASE Output_Dir ".\sampclnt"
  125. # PROP BASE Intermediate_Dir ".\sampclnt"
  126. # PROP BASE Target_Dir ""
  127. # PROP Use_MFC 0
  128. # PROP Use_Debug_Libraries 1
  129. # PROP Output_Dir ".\axp_Rele"
  130. # PROP Intermediate_Dir ".\axp_Rele"
  131. # PROP Ignore_Export_Lib 0
  132. # PROP Target_Dir ""
  133. CPP=cl.exe
  134. # ADD BASE CPP /nologo /Gt0 /W3 /GX /Zi /O2 /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /YX /c
  135. # ADD CPP /nologo /MD /Gt0 /W3 /O2 /I "..\..\include" /D "WIN32" /D "_CONSOLE" /YX /FD /c
  136. RSC=rc.exe
  137. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  138. # ADD RSC /l 0x409 /d "_DEBUG"
  139. BSC32=bscmake.exe
  140. # ADD BASE BSC32 /nologo
  141. # ADD BSC32 /nologo
  142. LINK32=link.exe
  143. # ADD BASE LINK32 oledb.lib 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:console /machine:ALPHA
  144. # SUBTRACT BASE LINK32 /pdb:none /map /debug
  145. # ADD LINK32 odbc32.lib odbccp32.lib oledb.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA /libpath:"..\..\LIB\$(PROCESSOR_ARCHITECTURE)"
  146. # SUBTRACT LINK32 /pdb:none /map /debug
  147.  
  148. !ENDIF 
  149.  
  150. # Begin Target
  151.  
  152. # Name "sampclnt - Win32 x86 Debug"
  153. # Name "sampclnt - Win32 x86 Release"
  154. # Name "sampclnt - Win32 (ALPHA) axp Debug"
  155. # Name "sampclnt - Win32 (ALPHA) axp Release"
  156. # Begin Group "Source Files"
  157.  
  158. # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;hpj;bat;for;f90"
  159. # Begin Source File
  160.  
  161. SOURCE=.\dump.cpp
  162.  
  163. !IF  "$(CFG)" == "sampclnt - Win32 x86 Debug"
  164.  
  165. !ELSEIF  "$(CFG)" == "sampclnt - Win32 x86 Release"
  166.  
  167. !ELSEIF  "$(CFG)" == "sampclnt - Win32 (ALPHA) axp Debug"
  168.  
  169. DEP_CPP_DUMP_=\
  170.     "..\..\include\oledb.h"\
  171.     "..\..\include\oledberr.h"\
  172.     "..\..\include\transact.h"\
  173.     ".\sampclnt.h"\
  174.     
  175.  
  176. !ELSEIF  "$(CFG)" == "sampclnt - Win32 (ALPHA) axp Release"
  177.  
  178. DEP_CPP_DUMP_=\
  179.     "..\..\include\oledb.h"\
  180.     "..\..\include\oledberr.h"\
  181.     "..\..\include\transact.h"\
  182.     ".\sampclnt.h"\
  183.     
  184.  
  185. !ENDIF 
  186.  
  187. # End Source File
  188. # Begin Source File
  189.  
  190. SOURCE=.\sampclnt.cpp
  191.  
  192. !IF  "$(CFG)" == "sampclnt - Win32 x86 Debug"
  193.  
  194. !ELSEIF  "$(CFG)" == "sampclnt - Win32 x86 Release"
  195.  
  196. !ELSEIF  "$(CFG)" == "sampclnt - Win32 (ALPHA) axp Debug"
  197.  
  198. DEP_CPP_SAMPC=\
  199.     "..\..\include\oledb.h"\
  200.     "..\..\include\oledberr.h"\
  201.     "..\..\include\transact.h"\
  202.     ".\sampclnt.h"\
  203.     
  204.  
  205. !ELSEIF  "$(CFG)" == "sampclnt - Win32 (ALPHA) axp Release"
  206.  
  207. DEP_CPP_SAMPC=\
  208.     "..\..\include\oledb.h"\
  209.     "..\..\include\oledberr.h"\
  210.     "..\..\include\transact.h"\
  211.     ".\sampclnt.h"\
  212.     
  213.  
  214. !ENDIF 
  215.  
  216. # End Source File
  217. # Begin Source File
  218.  
  219. SOURCE=.\sampclnt.rc
  220. # End Source File
  221. # End Group
  222. # Begin Group "Header Files"
  223.  
  224. # PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd"
  225. # Begin Source File
  226.  
  227. SOURCE=.\sampclnt.h
  228. # End Source File
  229. # Begin Source File
  230.  
  231. SOURCE=.\sampver.h
  232. # End Source File
  233. # End Group
  234. # Begin Group "Resource Files"
  235.  
  236. # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;cnt;rtf;gif;jpg;jpeg;jpe"
  237. # Begin Source File
  238.  
  239. SOURCE=.\sampclnt.rc2
  240. # End Source File
  241. # End Group
  242. # End Target
  243. # End Project
  244.