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 / tablecopy / tablecopy.dsp < prev    next >
Encoding:
MS Developer Studio Project  |  1998-03-12  |  19.4 KB  |  883 lines

  1. # Microsoft Developer Studio Project File - Name="TableCopy" - Package Owner=<4>
  2. # Microsoft Developer Studio Generated Build File, Format Version 5.00
  3. # ** DO NOT EDIT **
  4.  
  5. # TARGTYPE "Win32 (x86) Application" 0x0101
  6. # TARGTYPE "Win32 (ALPHA) Application" 0x0601
  7.  
  8. CFG=TableCopy - Win32 x86 Release
  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 "TableCopy.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 "TableCopy.mak" CFG="TableCopy - Win32 x86 Release"
  18. !MESSAGE 
  19. !MESSAGE Possible choices for configuration are:
  20. !MESSAGE 
  21. !MESSAGE "TableCopy - Win32 x86 Release" (based on "Win32 (x86) Application")
  22. !MESSAGE "TableCopy - Win32 x86 Debug" (based on "Win32 (x86) Application")
  23. !MESSAGE "TableCopy - Win32 (ALPHA) axp Debug" (based on\
  24.  "Win32 (ALPHA) Application")
  25. !MESSAGE "TableCopy - Win32 (ALPHA) axp Release" (based on\
  26.  "Win32 (ALPHA) Application")
  27. !MESSAGE 
  28.  
  29. # Begin Project
  30. # PROP Scc_ProjName ""$/OLE DB SDK/samples/tablecopy", QJQAAAAA"
  31. # PROP Scc_LocalPath "."
  32.  
  33. !IF  "$(CFG)" == "TableCopy - Win32 x86 Release"
  34.  
  35. # PROP BASE Use_MFC 0
  36. # PROP BASE Use_Debug_Libraries 0
  37. # PROP BASE Output_Dir ".\TableCop"
  38. # PROP BASE Intermediate_Dir ".\TableCop"
  39. # PROP BASE Target_Dir ""
  40. # PROP Use_MFC 0
  41. # PROP Use_Debug_Libraries 0
  42. # PROP Output_Dir ".\x86_Rele"
  43. # PROP Intermediate_Dir ".\x86_Rele"
  44. # PROP Ignore_Export_Lib 0
  45. # PROP Target_Dir ""
  46. CPP=cl.exe
  47. # ADD BASE CPP /nologo /W3 /GX /O1 /D "NDEBUG" /FR /YX /c
  48. # ADD CPP /nologo /W3 /O1 /I "..\..\INCLUDE" /D "NDEBUG" /FD /c
  49. # SUBTRACT CPP /WX /Fr /YX
  50. MTL=midl.exe
  51. # ADD BASE MTL /nologo /D "NDEBUG" /win32
  52. # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  53. RSC=rc.exe
  54. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  55. # ADD RSC /l 0x409 /d "NDEBUG"
  56. BSC32=bscmake.exe
  57. # ADD BASE BSC32 /nologo
  58. # ADD BSC32 /nologo
  59. LINK32=link.exe
  60. # 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:windows /machine:I386
  61. # ADD LINK32 oledb.lib msvcrt.lib kernel32.lib ole32.lib oleaut32.lib user32.lib uuid.lib comctl32.lib /nologo /subsystem:windows /machine:I386 /nodefaultlib /libpath:"..\..\LIB\$(PROCESSOR_ARCHITECTURE)"
  62.  
  63. !ELSEIF  "$(CFG)" == "TableCopy - Win32 x86 Debug"
  64.  
  65. # PROP BASE Use_MFC 0
  66. # PROP BASE Use_Debug_Libraries 1
  67. # PROP BASE Output_Dir ".\TableCo0"
  68. # PROP BASE Intermediate_Dir ".\TableCo0"
  69. # PROP BASE Target_Dir ""
  70. # PROP Use_MFC 0
  71. # PROP Use_Debug_Libraries 1
  72. # PROP Output_Dir ".\x86_Debu"
  73. # PROP Intermediate_Dir ".\x86_Debu"
  74. # PROP Ignore_Export_Lib 0
  75. # PROP Target_Dir ""
  76. CPP=cl.exe
  77. # ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "_DEBUG" /D "FINDLEAKS" /FR /YX /c
  78. # ADD CPP /nologo /W3 /Gm /Gi /Zi /Od /I "..\..\INCLUDE" /D "_DEBUG" /D "FINDLEAKS" /FD /c
  79. # SUBTRACT CPP /WX /Gf /Gy /Fr /YX
  80. MTL=midl.exe
  81. # ADD BASE MTL /nologo /D "_DEBUG" /win32
  82. # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
  83. RSC=rc.exe
  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 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:windows /debug /machine:I386
  91. # ADD LINK32 oledb.lib msvcrt.lib kernel32.lib ole32.lib oleaut32.lib user32.lib uuid.lib comctl32.lib /nologo /subsystem:windows /incremental:no /debug /machine:I386 /nodefaultlib /libpath:"..\..\LIB\$(PROCESSOR_ARCHITECTURE)"
  92.  
  93. !ELSEIF  "$(CFG)" == "TableCopy - Win32 (ALPHA) axp Debug"
  94.  
  95. # PROP BASE Use_MFC 0
  96. # PROP BASE Use_Debug_Libraries 1
  97. # PROP BASE Output_Dir ".\TableCo1"
  98. # PROP BASE Intermediate_Dir ".\TableCo1"
  99. # PROP BASE Target_Dir ""
  100. # PROP Use_MFC 0
  101. # PROP Use_Debug_Libraries 1
  102. # PROP Output_Dir ".\axp_Debu"
  103. # PROP Intermediate_Dir ".\axp_Debu"
  104. # PROP Ignore_Export_Lib 0
  105. # PROP Target_Dir ""
  106. MTL=midl.exe
  107. # ADD BASE MTL /nologo /D "_DEBUG" /win32
  108. # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
  109. CPP=cl.exe
  110. # ADD BASE CPP /nologo /Gt0 /W3 /GX /Zi /Od /D "_DEBUG" /D "FINDLEAKS" /FR /YX /c
  111. # ADD CPP /nologo /Gt0 /W3 /Zi /Od /I "..\..\INCLUDE" /D "_DEBUG" /D "FINDLEAKS" /FD /c
  112. # SUBTRACT CPP /WX /Gf /Gy /Fr /YX
  113. RSC=rc.exe
  114. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  115. # ADD RSC /l 0x409 /d "_DEBUG"
  116. BSC32=bscmake.exe
  117. # ADD BASE BSC32 /nologo
  118. # ADD BSC32 /nologo
  119. LINK32=link.exe
  120. # ADD BASE LINK32 oledbd.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:windows /debug /machine:ALPHA
  121. # ADD LINK32 oledb.lib msvcrt.lib kernel32.lib ole32.lib oleaut32.lib user32.lib uuid.lib comctl32.lib /nologo /subsystem:windows /debug /machine:ALPHA /nodefaultlib /libpath:"..\..\LIB\$(PROCESSOR_ARCHITECTURE)"
  122.  
  123. !ELSEIF  "$(CFG)" == "TableCopy - Win32 (ALPHA) axp Release"
  124.  
  125. # PROP BASE Use_MFC 0
  126. # PROP BASE Use_Debug_Libraries 0
  127. # PROP BASE Output_Dir ".\TableCo2"
  128. # PROP BASE Intermediate_Dir ".\TableCo2"
  129. # PROP BASE Target_Dir ""
  130. # PROP Use_MFC 0
  131. # PROP Use_Debug_Libraries 0
  132. # PROP Output_Dir ".\axp_Rele"
  133. # PROP Intermediate_Dir ".\axp_Rele"
  134. # PROP Ignore_Export_Lib 0
  135. # PROP Target_Dir ""
  136. MTL=midl.exe
  137. # ADD BASE MTL /nologo /D "NDEBUG" /win32
  138. # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  139. CPP=cl.exe
  140. # ADD BASE CPP /nologo /Gt0 /W3 /GX /O1 /D "NDEBUG" /FR /YX /c
  141. # ADD CPP /nologo /Gt0 /W3 /O1 /I "..\..\INCLUDE" /D "NDEBUG" /FD /c
  142. # SUBTRACT CPP /WX /Fr /YX
  143. RSC=rc.exe
  144. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  145. # ADD RSC /l 0x409 /d "NDEBUG"
  146. BSC32=bscmake.exe
  147. # ADD BASE BSC32 /nologo
  148. # ADD BSC32 /nologo
  149. LINK32=link.exe
  150. # 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:windows /machine:ALPHA
  151. # ADD LINK32 oledb.lib msvcrt.lib kernel32.lib ole32.lib oleaut32.lib user32.lib uuid.lib comctl32.lib /nologo /subsystem:windows /machine:ALPHA /nodefaultlib /libpath:"..\..\LIB\$(PROCESSOR_ARCHITECTURE)"
  152.  
  153. !ENDIF 
  154.  
  155. # Begin Target
  156.  
  157. # Name "TableCopy - Win32 x86 Release"
  158. # Name "TableCopy - Win32 x86 Debug"
  159. # Name "TableCopy - Win32 (ALPHA) axp Debug"
  160. # Name "TableCopy - Win32 (ALPHA) axp Release"
  161. # Begin Group "Source Files"
  162.  
  163. # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;hpj;bat;for;f90"
  164. # Begin Source File
  165.  
  166. SOURCE=.\COMMON.CPP
  167.  
  168. !IF  "$(CFG)" == "TableCopy - Win32 x86 Release"
  169.  
  170. !ELSEIF  "$(CFG)" == "TableCopy - Win32 x86 Debug"
  171.  
  172. !ELSEIF  "$(CFG)" == "TableCopy - Win32 (ALPHA) axp Debug"
  173.  
  174. DEP_CPP_COMMO=\
  175.     "..\..\include\oledb.h"\
  176.     "..\..\include\oledberr.h"\
  177.     "..\..\include\transact.h"\
  178.     ".\COMMON.H"\
  179.     ".\DataSource.h"\
  180.     ".\Error.h"\
  181.     ".\Property.h"\
  182.     ".\Table.h"\
  183.     ".\TableCopy.h"\
  184.     ".\WinMain.h"\
  185.     
  186.  
  187. !ELSEIF  "$(CFG)" == "TableCopy - Win32 (ALPHA) axp Release"
  188.  
  189. DEP_CPP_COMMO=\
  190.     "..\..\include\oledb.h"\
  191.     "..\..\include\oledberr.h"\
  192.     "..\..\include\transact.h"\
  193.     ".\COMMON.H"\
  194.     ".\DataSource.h"\
  195.     ".\Error.h"\
  196.     ".\Property.h"\
  197.     ".\Table.h"\
  198.     ".\TableCopy.h"\
  199.     ".\WinMain.h"\
  200.     
  201.  
  202. !ENDIF 
  203.  
  204. # End Source File
  205. # Begin Source File
  206.  
  207. SOURCE=.\DataSource.cpp
  208.  
  209. !IF  "$(CFG)" == "TableCopy - Win32 x86 Release"
  210.  
  211. !ELSEIF  "$(CFG)" == "TableCopy - Win32 x86 Debug"
  212.  
  213. !ELSEIF  "$(CFG)" == "TableCopy - Win32 (ALPHA) axp Debug"
  214.  
  215. DEP_CPP_DATAS=\
  216.     "..\..\include\msdaguid.h"\
  217.     "..\..\include\oledb.h"\
  218.     "..\..\include\oledberr.h"\
  219.     "..\..\include\transact.h"\
  220.     ".\COMMON.H"\
  221.     ".\DataSource.h"\
  222.     ".\Error.h"\
  223.     ".\Property.h"\
  224.     ".\TableCopy.h"\
  225.     ".\WinMain.h"\
  226.     
  227.  
  228. !ELSEIF  "$(CFG)" == "TableCopy - Win32 (ALPHA) axp Release"
  229.  
  230. DEP_CPP_DATAS=\
  231.     "..\..\include\msdaguid.h"\
  232.     "..\..\include\oledb.h"\
  233.     "..\..\include\oledberr.h"\
  234.     "..\..\include\transact.h"\
  235.     ".\COMMON.H"\
  236.     ".\DataSource.h"\
  237.     ".\Error.h"\
  238.     ".\Property.h"\
  239.     ".\TableCopy.h"\
  240.     ".\WinMain.h"\
  241.     
  242.  
  243. !ENDIF 
  244.  
  245. # End Source File
  246. # Begin Source File
  247.  
  248. SOURCE=.\Error.cpp
  249.  
  250. !IF  "$(CFG)" == "TableCopy - Win32 x86 Release"
  251.  
  252. !ELSEIF  "$(CFG)" == "TableCopy - Win32 x86 Debug"
  253.  
  254. !ELSEIF  "$(CFG)" == "TableCopy - Win32 (ALPHA) axp Debug"
  255.  
  256. DEP_CPP_ERROR=\
  257.     "..\..\include\oledb.h"\
  258.     "..\..\include\oledberr.h"\
  259.     "..\..\include\transact.h"\
  260.     ".\COMMON.H"\
  261.     ".\Error.h"\
  262.     ".\TableCopy.h"\
  263.     ".\WinMain.h"\
  264.     
  265.  
  266. !ELSEIF  "$(CFG)" == "TableCopy - Win32 (ALPHA) axp Release"
  267.  
  268. DEP_CPP_ERROR=\
  269.     "..\..\include\oledb.h"\
  270.     "..\..\include\oledberr.h"\
  271.     "..\..\include\transact.h"\
  272.     ".\COMMON.H"\
  273.     ".\Error.h"\
  274.     ".\TableCopy.h"\
  275.     ".\WinMain.h"\
  276.     
  277.  
  278. !ENDIF 
  279.  
  280. # End Source File
  281. # Begin Source File
  282.  
  283. SOURCE=.\PROGRESS.CPP
  284.  
  285. !IF  "$(CFG)" == "TableCopy - Win32 x86 Release"
  286.  
  287. !ELSEIF  "$(CFG)" == "TableCopy - Win32 x86 Debug"
  288.  
  289. !ELSEIF  "$(CFG)" == "TableCopy - Win32 (ALPHA) axp Debug"
  290.  
  291. DEP_CPP_PROGR=\
  292.     "..\..\include\oledb.h"\
  293.     "..\..\include\oledberr.h"\
  294.     "..\..\include\transact.h"\
  295.     ".\COMMON.H"\
  296.     ".\DataSource.h"\
  297.     ".\Error.h"\
  298.     ".\PROGRESS.H"\
  299.     ".\Property.h"\
  300.     ".\Table.h"\
  301.     ".\TableCopy.h"\
  302.     ".\WinMain.h"\
  303.     ".\Wizard.h"\
  304.     
  305.  
  306. !ELSEIF  "$(CFG)" == "TableCopy - Win32 (ALPHA) axp Release"
  307.  
  308. DEP_CPP_PROGR=\
  309.     "..\..\include\oledb.h"\
  310.     "..\..\include\oledberr.h"\
  311.     "..\..\include\transact.h"\
  312.     ".\COMMON.H"\
  313.     ".\DataSource.h"\
  314.     ".\Error.h"\
  315.     ".\PROGRESS.H"\
  316.     ".\Property.h"\
  317.     ".\Table.h"\
  318.     ".\TableCopy.h"\
  319.     ".\WinMain.h"\
  320.     ".\Wizard.h"\
  321.     
  322.  
  323. !ENDIF 
  324.  
  325. # End Source File
  326. # Begin Source File
  327.  
  328. SOURCE=.\Property.cpp
  329.  
  330. !IF  "$(CFG)" == "TableCopy - Win32 x86 Release"
  331.  
  332. !ELSEIF  "$(CFG)" == "TableCopy - Win32 x86 Debug"
  333.  
  334. !ELSEIF  "$(CFG)" == "TableCopy - Win32 (ALPHA) axp Debug"
  335.  
  336. DEP_CPP_PROPE=\
  337.     "..\..\include\oledb.h"\
  338.     "..\..\include\oledberr.h"\
  339.     "..\..\include\transact.h"\
  340.     ".\COMMON.H"\
  341.     ".\Error.h"\
  342.     ".\Property.h"\
  343.     ".\TableCopy.h"\
  344.     ".\WinMain.h"\
  345.     
  346.  
  347. !ELSEIF  "$(CFG)" == "TableCopy - Win32 (ALPHA) axp Release"
  348.  
  349. DEP_CPP_PROPE=\
  350.     "..\..\include\oledb.h"\
  351.     "..\..\include\oledberr.h"\
  352.     "..\..\include\transact.h"\
  353.     ".\COMMON.H"\
  354.     ".\Error.h"\
  355.     ".\Property.h"\
  356.     ".\TableCopy.h"\
  357.     ".\WinMain.h"\
  358.     
  359.  
  360. !ENDIF 
  361.  
  362. # End Source File
  363. # Begin Source File
  364.  
  365. SOURCE=.\Spy.cpp
  366.  
  367. !IF  "$(CFG)" == "TableCopy - Win32 x86 Release"
  368.  
  369. !ELSEIF  "$(CFG)" == "TableCopy - Win32 x86 Debug"
  370.  
  371. !ELSEIF  "$(CFG)" == "TableCopy - Win32 (ALPHA) axp Debug"
  372.  
  373. DEP_CPP_SPY_C=\
  374.     "..\..\include\oledb.h"\
  375.     "..\..\include\oledberr.h"\
  376.     "..\..\include\transact.h"\
  377.     ".\COMMON.H"\
  378.     ".\Error.h"\
  379.     ".\List.h"\
  380.     ".\Spy.h"\
  381.     ".\TableCopy.h"\
  382.     ".\WinMain.h"\
  383.     
  384.  
  385. !ELSEIF  "$(CFG)" == "TableCopy - Win32 (ALPHA) axp Release"
  386.  
  387. DEP_CPP_SPY_C=\
  388.     "..\..\include\oledb.h"\
  389.     "..\..\include\oledberr.h"\
  390.     "..\..\include\transact.h"\
  391.     ".\COMMON.H"\
  392.     ".\Error.h"\
  393.     ".\List.h"\
  394.     ".\Spy.h"\
  395.     ".\TableCopy.h"\
  396.     ".\WinMain.h"\
  397.     
  398.  
  399. !ENDIF 
  400.  
  401. # End Source File
  402. # Begin Source File
  403.  
  404. SOURCE=.\STEP1.CPP
  405.  
  406. !IF  "$(CFG)" == "TableCopy - Win32 x86 Release"
  407.  
  408. !ELSEIF  "$(CFG)" == "TableCopy - Win32 x86 Debug"
  409.  
  410. !ELSEIF  "$(CFG)" == "TableCopy - Win32 (ALPHA) axp Debug"
  411.  
  412. DEP_CPP_STEP1=\
  413.     "..\..\include\oledb.h"\
  414.     "..\..\include\oledberr.h"\
  415.     "..\..\include\transact.h"\
  416.     ".\COMMON.H"\
  417.     ".\DataSource.h"\
  418.     ".\Error.h"\
  419.     ".\Property.h"\
  420.     ".\Table.h"\
  421.     ".\TableCopy.h"\
  422.     ".\WinMain.h"\
  423.     ".\Wizard.h"\
  424.     
  425.  
  426. !ELSEIF  "$(CFG)" == "TableCopy - Win32 (ALPHA) axp Release"
  427.  
  428. DEP_CPP_STEP1=\
  429.     "..\..\include\oledb.h"\
  430.     "..\..\include\oledberr.h"\
  431.     "..\..\include\transact.h"\
  432.     ".\COMMON.H"\
  433.     ".\DataSource.h"\
  434.     ".\Error.h"\
  435.     ".\Property.h"\
  436.     ".\Table.h"\
  437.     ".\TableCopy.h"\
  438.     ".\WinMain.h"\
  439.     ".\Wizard.h"\
  440.     
  441.  
  442. !ENDIF 
  443.  
  444. # End Source File
  445. # Begin Source File
  446.  
  447. SOURCE=.\STEP2.CPP
  448.  
  449. !IF  "$(CFG)" == "TableCopy - Win32 x86 Release"
  450.  
  451. !ELSEIF  "$(CFG)" == "TableCopy - Win32 x86 Debug"
  452.  
  453. !ELSEIF  "$(CFG)" == "TableCopy - Win32 (ALPHA) axp Debug"
  454.  
  455. DEP_CPP_STEP2=\
  456.     "..\..\include\oledb.h"\
  457.     "..\..\include\oledberr.h"\
  458.     "..\..\include\transact.h"\
  459.     ".\COMMON.H"\
  460.     ".\DataSource.h"\
  461.     ".\Error.h"\
  462.     ".\Property.h"\
  463.     ".\Table.h"\
  464.     ".\TableCopy.h"\
  465.     ".\WinMain.h"\
  466.     ".\Wizard.h"\
  467.     
  468.  
  469. !ELSEIF  "$(CFG)" == "TableCopy - Win32 (ALPHA) axp Release"
  470.  
  471. DEP_CPP_STEP2=\
  472.     "..\..\include\oledb.h"\
  473.     "..\..\include\oledberr.h"\
  474.     "..\..\include\transact.h"\
  475.     ".\COMMON.H"\
  476.     ".\DataSource.h"\
  477.     ".\Error.h"\
  478.     ".\Property.h"\
  479.     ".\Table.h"\
  480.     ".\TableCopy.h"\
  481.     ".\WinMain.h"\
  482.     ".\Wizard.h"\
  483.     
  484.  
  485. !ENDIF 
  486.  
  487. # End Source File
  488. # Begin Source File
  489.  
  490. SOURCE=.\STEP3.CPP
  491.  
  492. !IF  "$(CFG)" == "TableCopy - Win32 x86 Release"
  493.  
  494. !ELSEIF  "$(CFG)" == "TableCopy - Win32 x86 Debug"
  495.  
  496. !ELSEIF  "$(CFG)" == "TableCopy - Win32 (ALPHA) axp Debug"
  497.  
  498. DEP_CPP_STEP3=\
  499.     "..\..\include\oledb.h"\
  500.     "..\..\include\oledberr.h"\
  501.     "..\..\include\transact.h"\
  502.     ".\COMMON.H"\
  503.     ".\DataSource.h"\
  504.     ".\Error.h"\
  505.     ".\Property.h"\
  506.     ".\Table.h"\
  507.     ".\TableCopy.h"\
  508.     ".\WinMain.h"\
  509.     ".\Wizard.h"\
  510.     
  511.  
  512. !ELSEIF  "$(CFG)" == "TableCopy - Win32 (ALPHA) axp Release"
  513.  
  514. DEP_CPP_STEP3=\
  515.     "..\..\include\oledb.h"\
  516.     "..\..\include\oledberr.h"\
  517.     "..\..\include\transact.h"\
  518.     ".\COMMON.H"\
  519.     ".\DataSource.h"\
  520.     ".\Error.h"\
  521.     ".\Property.h"\
  522.     ".\Table.h"\
  523.     ".\TableCopy.h"\
  524.     ".\WinMain.h"\
  525.     ".\Wizard.h"\
  526.     
  527.  
  528. !ENDIF 
  529.  
  530. # End Source File
  531. # Begin Source File
  532.  
  533. SOURCE=.\STEP4.CPP
  534.  
  535. !IF  "$(CFG)" == "TableCopy - Win32 x86 Release"
  536.  
  537. !ELSEIF  "$(CFG)" == "TableCopy - Win32 x86 Debug"
  538.  
  539. !ELSEIF  "$(CFG)" == "TableCopy - Win32 (ALPHA) axp Debug"
  540.  
  541. DEP_CPP_STEP4=\
  542.     "..\..\include\oledb.h"\
  543.     "..\..\include\oledberr.h"\
  544.     "..\..\include\transact.h"\
  545.     ".\COMMON.H"\
  546.     ".\DataSource.h"\
  547.     ".\Error.h"\
  548.     ".\Property.h"\
  549.     ".\Table.h"\
  550.     ".\TableCopy.h"\
  551.     ".\WinMain.h"\
  552.     ".\Wizard.h"\
  553.     
  554.  
  555. !ELSEIF  "$(CFG)" == "TableCopy - Win32 (ALPHA) axp Release"
  556.  
  557. DEP_CPP_STEP4=\
  558.     "..\..\include\oledb.h"\
  559.     "..\..\include\oledberr.h"\
  560.     "..\..\include\transact.h"\
  561.     ".\COMMON.H"\
  562.     ".\DataSource.h"\
  563.     ".\Error.h"\
  564.     ".\Property.h"\
  565.     ".\Table.h"\
  566.     ".\TableCopy.h"\
  567.     ".\WinMain.h"\
  568.     ".\Wizard.h"\
  569.     
  570.  
  571. !ENDIF 
  572.  
  573. # End Source File
  574. # Begin Source File
  575.  
  576. SOURCE=.\Table.cpp
  577.  
  578. !IF  "$(CFG)" == "TableCopy - Win32 x86 Release"
  579.  
  580. !ELSEIF  "$(CFG)" == "TableCopy - Win32 x86 Debug"
  581.  
  582. !ELSEIF  "$(CFG)" == "TableCopy - Win32 (ALPHA) axp Debug"
  583.  
  584. DEP_CPP_TABLE=\
  585.     "..\..\include\oledb.h"\
  586.     "..\..\include\oledberr.h"\
  587.     "..\..\include\transact.h"\
  588.     ".\COMMON.H"\
  589.     ".\DataSource.h"\
  590.     ".\Error.h"\
  591.     ".\PROGRESS.H"\
  592.     ".\Property.h"\
  593.     ".\Table.h"\
  594.     ".\TableCopy.h"\
  595.     ".\WinMain.h"\
  596.     ".\Wizard.h"\
  597.     
  598.  
  599. !ELSEIF  "$(CFG)" == "TableCopy - Win32 (ALPHA) axp Release"
  600.  
  601. DEP_CPP_TABLE=\
  602.     "..\..\include\oledb.h"\
  603.     "..\..\include\oledberr.h"\
  604.     "..\..\include\transact.h"\
  605.     ".\COMMON.H"\
  606.     ".\DataSource.h"\
  607.     ".\Error.h"\
  608.     ".\PROGRESS.H"\
  609.     ".\Property.h"\
  610.     ".\Table.h"\
  611.     ".\TableCopy.h"\
  612.     ".\WinMain.h"\
  613.     ".\Wizard.h"\
  614.     
  615.  
  616. !ENDIF 
  617.  
  618. # End Source File
  619. # Begin Source File
  620.  
  621. SOURCE=.\TableCopy.cpp
  622.  
  623. !IF  "$(CFG)" == "TableCopy - Win32 x86 Release"
  624.  
  625. !ELSEIF  "$(CFG)" == "TableCopy - Win32 x86 Debug"
  626.  
  627. !ELSEIF  "$(CFG)" == "TableCopy - Win32 (ALPHA) axp Debug"
  628.  
  629. DEP_CPP_TABLEC=\
  630.     "..\..\include\msdaguid.h"\
  631.     "..\..\include\oledb.h"\
  632.     "..\..\include\oledberr.h"\
  633.     "..\..\include\transact.h"\
  634.     ".\COMMON.H"\
  635.     ".\DataSource.h"\
  636.     ".\Error.h"\
  637.     ".\Property.h"\
  638.     ".\Table.h"\
  639.     ".\TableCopy.h"\
  640.     ".\WinMain.h"\
  641.     ".\Wizard.h"\
  642.     
  643.  
  644. !ELSEIF  "$(CFG)" == "TableCopy - Win32 (ALPHA) axp Release"
  645.  
  646. DEP_CPP_TABLEC=\
  647.     "..\..\include\msdaguid.h"\
  648.     "..\..\include\oledb.h"\
  649.     "..\..\include\oledberr.h"\
  650.     "..\..\include\transact.h"\
  651.     ".\COMMON.H"\
  652.     ".\DataSource.h"\
  653.     ".\Error.h"\
  654.     ".\Property.h"\
  655.     ".\Table.h"\
  656.     ".\TableCopy.h"\
  657.     ".\WinMain.h"\
  658.     ".\Wizard.h"\
  659.     
  660.  
  661. !ENDIF 
  662.  
  663. # End Source File
  664. # Begin Source File
  665.  
  666. SOURCE=.\TableCopy.rc
  667. # End Source File
  668. # Begin Source File
  669.  
  670. SOURCE=.\WinMain.cpp
  671.  
  672. !IF  "$(CFG)" == "TableCopy - Win32 x86 Release"
  673.  
  674. !ELSEIF  "$(CFG)" == "TableCopy - Win32 x86 Debug"
  675.  
  676. !ELSEIF  "$(CFG)" == "TableCopy - Win32 (ALPHA) axp Debug"
  677.  
  678. DEP_CPP_WINMA=\
  679.     "..\..\include\oledb.h"\
  680.     "..\..\include\oledberr.h"\
  681.     "..\..\include\transact.h"\
  682.     ".\COMMON.H"\
  683.     ".\DataSource.h"\
  684.     ".\Error.h"\
  685.     ".\List.h"\
  686.     ".\Property.h"\
  687.     ".\Spy.h"\
  688.     ".\Table.h"\
  689.     ".\TableCopy.h"\
  690.     ".\WinMain.h"\
  691.     ".\Wizard.h"\
  692.     
  693.  
  694. !ELSEIF  "$(CFG)" == "TableCopy - Win32 (ALPHA) axp Release"
  695.  
  696. DEP_CPP_WINMA=\
  697.     "..\..\include\oledb.h"\
  698.     "..\..\include\oledberr.h"\
  699.     "..\..\include\transact.h"\
  700.     ".\COMMON.H"\
  701.     ".\DataSource.h"\
  702.     ".\Error.h"\
  703.     ".\List.h"\
  704.     ".\Property.h"\
  705.     ".\Spy.h"\
  706.     ".\Table.h"\
  707.     ".\TableCopy.h"\
  708.     ".\WinMain.h"\
  709.     ".\Wizard.h"\
  710.     
  711.  
  712. !ENDIF 
  713.  
  714. # End Source File
  715. # Begin Source File
  716.  
  717. SOURCE=.\Wizard.cpp
  718.  
  719. !IF  "$(CFG)" == "TableCopy - Win32 x86 Release"
  720.  
  721. !ELSEIF  "$(CFG)" == "TableCopy - Win32 x86 Debug"
  722.  
  723. !ELSEIF  "$(CFG)" == "TableCopy - Win32 (ALPHA) axp Debug"
  724.  
  725. DEP_CPP_WIZAR=\
  726.     "..\..\include\oledb.h"\
  727.     "..\..\include\oledberr.h"\
  728.     "..\..\include\transact.h"\
  729.     ".\COMMON.H"\
  730.     ".\DataSource.h"\
  731.     ".\Error.h"\
  732.     ".\PROGRESS.H"\
  733.     ".\Property.h"\
  734.     ".\Table.h"\
  735.     ".\TableCopy.h"\
  736.     ".\WinMain.h"\
  737.     ".\Wizard.h"\
  738.     
  739.  
  740. !ELSEIF  "$(CFG)" == "TableCopy - Win32 (ALPHA) axp Release"
  741.  
  742. DEP_CPP_WIZAR=\
  743.     "..\..\include\oledb.h"\
  744.     "..\..\include\oledberr.h"\
  745.     "..\..\include\transact.h"\
  746.     ".\COMMON.H"\
  747.     ".\DataSource.h"\
  748.     ".\Error.h"\
  749.     ".\PROGRESS.H"\
  750.     ".\Property.h"\
  751.     ".\Table.h"\
  752.     ".\TableCopy.h"\
  753.     ".\WinMain.h"\
  754.     ".\Wizard.h"\
  755.     
  756.  
  757. !ENDIF 
  758.  
  759. # End Source File
  760. # End Group
  761. # Begin Group "Header Files"
  762.  
  763. # PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd"
  764. # Begin Source File
  765.  
  766. SOURCE=.\COMMON.H
  767. # End Source File
  768. # Begin Source File
  769.  
  770. SOURCE=.\DataSource.h
  771. # End Source File
  772. # Begin Source File
  773.  
  774. SOURCE=.\Error.h
  775. # End Source File
  776. # Begin Source File
  777.  
  778. SOURCE=.\List.h
  779. # End Source File
  780. # Begin Source File
  781.  
  782. SOURCE=.\PROGRESS.H
  783. # End Source File
  784. # Begin Source File
  785.  
  786. SOURCE=.\Property.h
  787. # End Source File
  788. # Begin Source File
  789.  
  790. SOURCE=.\Spy.h
  791. # End Source File
  792. # Begin Source File
  793.  
  794. SOURCE=.\Table.h
  795. # End Source File
  796. # Begin Source File
  797.  
  798. SOURCE=.\TableCopy.h
  799. # End Source File
  800. # Begin Source File
  801.  
  802. SOURCE=.\version.h
  803. # End Source File
  804. # Begin Source File
  805.  
  806. SOURCE=.\WinMain.h
  807. # End Source File
  808. # Begin Source File
  809.  
  810. SOURCE=.\Wizard.h
  811. # End Source File
  812. # End Group
  813. # Begin Group "Resource Files"
  814.  
  815. # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;cnt;rtf;gif;jpg;jpeg;jpe"
  816. # Begin Source File
  817.  
  818. SOURCE=.\Catalog.ico
  819. # End Source File
  820. # Begin Source File
  821.  
  822. SOURCE=.\Column.ico
  823. # End Source File
  824. # Begin Source File
  825.  
  826. SOURCE=.\columnlong.ico
  827. # End Source File
  828. # Begin Source File
  829.  
  830. SOURCE=.\columnread.ico
  831. # End Source File
  832. # Begin Source File
  833.  
  834. SOURCE=.\Index.ico
  835. # End Source File
  836. # Begin Source File
  837.  
  838. SOURCE=.\PrimaryKey.ico
  839. # End Source File
  840. # Begin Source File
  841.  
  842. SOURCE=.\Schema.ico
  843. # End Source File
  844. # Begin Source File
  845.  
  846. SOURCE=.\SelTable.ico
  847. # End Source File
  848. # Begin Source File
  849.  
  850. SOURCE=.\SelType.ico
  851. # End Source File
  852. # Begin Source File
  853.  
  854. SOURCE=.\Synonym.ico
  855. # End Source File
  856. # Begin Source File
  857.  
  858. SOURCE=.\SysTable.ico
  859. # End Source File
  860. # Begin Source File
  861.  
  862. SOURCE=.\Table.ico
  863. # End Source File
  864. # Begin Source File
  865.  
  866. SOURCE=.\TABLE_CO.ICO
  867. # End Source File
  868. # Begin Source File
  869.  
  870. SOURCE=.\TableCopy.rc2
  871. # End Source File
  872. # Begin Source File
  873.  
  874. SOURCE=.\Type.ico
  875. # End Source File
  876. # Begin Source File
  877.  
  878. SOURCE=.\View.ico
  879. # End Source File
  880. # End Group
  881. # End Target
  882. # End Project
  883.