home *** CD-ROM | disk | FTP | other *** search
/ Supercompiler 1997 / SUPERCOMPILER97.iso / MS_DAO.SDK / DISK4 / DAOSDK.1 / getrows.mak < prev    next >
Encoding:
NMAKE  |  1995-09-11  |  8.7 KB  |  322 lines

  1. # Microsoft Developer Studio Generated NMAKE File, Format Version 40001
  2. # ** DO NOT EDIT **
  3.  
  4. # TARGTYPE "Win32 (x86) Application" 0x0101
  5.  
  6. !IF "$(CFG)" == ""
  7. CFG=GetRows - Win32 Debug
  8. !MESSAGE No configuration specified.  Defaulting to GetRows - Win32 Debug.
  9. !ENDIF 
  10.  
  11. !IF "$(CFG)" != "GetRows - Win32 Release" && "$(CFG)" !=\
  12.  "GetRows - Win32 Debug"
  13. !MESSAGE Invalid configuration "$(CFG)" specified.
  14. !MESSAGE You can specify a configuration when running NMAKE on this makefile
  15. !MESSAGE by defining the macro CFG on the command line.  For example:
  16. !MESSAGE 
  17. !MESSAGE NMAKE /f "getrows.mak" CFG="GetRows - Win32 Debug"
  18. !MESSAGE 
  19. !MESSAGE Possible choices for configuration are:
  20. !MESSAGE 
  21. !MESSAGE "GetRows - Win32 Release" (based on "Win32 (x86) Application")
  22. !MESSAGE "GetRows - Win32 Debug" (based on "Win32 (x86) Application")
  23. !MESSAGE 
  24. !ERROR An invalid configuration is specified.
  25. !ENDIF 
  26.  
  27. !IF "$(OS)" == "Windows_NT"
  28. NULL=
  29. !ELSE 
  30. NULL=nul
  31. !ENDIF 
  32. ################################################################################
  33. # Begin Project
  34. # PROP Target_Last_Scanned "GetRows - Win32 Debug"
  35. MTL=mktyplib.exe
  36. RSC=rc.exe
  37. CPP=cl.exe
  38.  
  39. !IF  "$(CFG)" == "GetRows - Win32 Release"
  40.  
  41. # PROP BASE Use_MFC 0
  42. # PROP BASE Use_Debug_Libraries 0
  43. # PROP BASE Output_Dir "Release"
  44. # PROP BASE Intermediate_Dir "Release"
  45. # PROP BASE Target_Dir ""
  46. # PROP Use_MFC 2
  47. # PROP Use_Debug_Libraries 0
  48. # PROP Output_Dir "Release"
  49. # PROP Intermediate_Dir "Release"
  50. # PROP Target_Dir ""
  51. OUTDIR=.\Release
  52. INTDIR=.\Release
  53.  
  54. ALL : ".\Release\getrows.exe"
  55.  
  56. CLEAN : 
  57.     -@erase ".\Release\getrows.exe"
  58.     -@erase ".\Release\getrows.obj"
  59.     -@erase ".\Release\getrdlg.obj"
  60.     -@erase ".\Release\stdafx.obj"
  61.     -@erase ".\Release\GetRows.res"
  62.  
  63. "$(OUTDIR)" :
  64.     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  65.  
  66. # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /c
  67. # ADD CPP /nologo /MD /W3 /GX /O2 /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /YX /c
  68. CPP_PROJ=/nologo /MD /W3 /GX /O2 /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D\
  69.  "_AFXDLL" /D "_MBCS" /Fp"$(INTDIR)/getrows.pch" /YX /Fo"$(INTDIR)/" /c 
  70. CPP_OBJS=.\Release/
  71. CPP_SBRS=
  72. # ADD BASE MTL /nologo /D "NDEBUG" /win32
  73. # ADD MTL /nologo /D "NDEBUG" /win32
  74. MTL_PROJ=/nologo /D "NDEBUG" /win32 
  75. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  76. # ADD RSC /l 0x409 /d "NDEBUG" /d "_AFXDLL"
  77. RSC_PROJ=/l 0x409 /fo"$(INTDIR)/GetRows.res" /d "NDEBUG" /d "_AFXDLL" 
  78. BSC32=bscmake.exe
  79. # ADD BASE BSC32 /nologo
  80. # ADD BSC32 /nologo
  81. BSC32_FLAGS=/nologo /o"$(OUTDIR)/getrows.bsc" 
  82. BSC32_SBRS=
  83. LINK32=link.exe
  84. # 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 /machine:I386
  85. # ADD LINK32 dbdao3.lib /nologo /subsystem:windows /machine:I386
  86. LINK32_FLAGS=dbdao3.lib /nologo /subsystem:windows /incremental:no\
  87.  /pdb:"$(OUTDIR)/getrows.pdb" /machine:I386 /out:"$(OUTDIR)/getrows.exe" 
  88. LINK32_OBJS= \
  89.     ".\Release\getrows.obj" \
  90.     ".\Release\getrdlg.obj" \
  91.     ".\Release\stdafx.obj" \
  92.     ".\Release\GetRows.res"
  93.  
  94. ".\Release\getrows.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
  95.     $(LINK32) @<<
  96.   $(LINK32_FLAGS) $(LINK32_OBJS)
  97. <<
  98.  
  99. !ELSEIF  "$(CFG)" == "GetRows - Win32 Debug"
  100.  
  101. # PROP BASE Use_MFC 0
  102. # PROP BASE Use_Debug_Libraries 1
  103. # PROP BASE Output_Dir "GetRows_"
  104. # PROP BASE Intermediate_Dir "GetRows_"
  105. # PROP BASE Target_Dir ""
  106. # PROP Use_MFC 2
  107. # PROP Use_Debug_Libraries 1
  108. # PROP Output_Dir "Debug"
  109. # PROP Intermediate_Dir "Debug"
  110. # PROP Target_Dir ""
  111. OUTDIR=.\Debug
  112. INTDIR=.\Debug
  113.  
  114. ALL : ".\Debug\getrows.exe" ".\Debug\getrows.bsc"
  115.  
  116. CLEAN : 
  117.     -@erase ".\Debug\vc40.pdb"
  118.     -@erase ".\Debug\getrows.bsc"
  119.     -@erase ".\Debug\stdafx.sbr"
  120.     -@erase ".\Debug\getrows.sbr"
  121.     -@erase ".\Debug\getrdlg.sbr"
  122.     -@erase ".\Debug\getrows.exe"
  123.     -@erase ".\Debug\getrdlg.obj"
  124.     -@erase ".\Debug\stdafx.obj"
  125.     -@erase ".\Debug\getrows.obj"
  126.     -@erase ".\Debug\GetRows.res"
  127.     -@erase ".\Debug\getrows.ilk"
  128.     -@erase ".\Debug\getrows.pdb"
  129.  
  130. "$(OUTDIR)" :
  131.     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  132.  
  133. # ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /c
  134. # ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "_AFXDLL" /D "_MCBS" /Fr /YX /c
  135. CPP_PROJ=/nologo /MDd /W3 /Gm /GX /Zi /Od /D "_DEBUG" /D "WIN32" /D "_WINDOWS"\
  136.  /D "_AFXDLL" /D "_MCBS" /Fr"$(INTDIR)/" /Fp"$(INTDIR)/getrows.pch" /YX\
  137.  /Fo"$(INTDIR)/" /Fd"$(INTDIR)/" /c 
  138. CPP_OBJS=.\Debug/
  139. CPP_SBRS=.\Debug/
  140. # ADD BASE MTL /nologo /D "_DEBUG" /win32
  141. # ADD MTL /nologo /D "_DEBUG" /win32
  142. MTL_PROJ=/nologo /D "_DEBUG" /win32 
  143. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  144. # ADD RSC /l 0x409 /d "_DEBUG" /d "_AFXDLL"
  145. RSC_PROJ=/l 0x409 /fo"$(INTDIR)/GetRows.res" /d "_DEBUG" /d "_AFXDLL" 
  146. BSC32=bscmake.exe
  147. # ADD BASE BSC32 /nologo
  148. # ADD BSC32 /nologo
  149. BSC32_FLAGS=/nologo /o"$(OUTDIR)/getrows.bsc" 
  150. BSC32_SBRS= \
  151.     ".\Debug\stdafx.sbr" \
  152.     ".\Debug\getrows.sbr" \
  153.     ".\Debug\getrdlg.sbr"
  154.  
  155. ".\Debug\getrows.bsc" : "$(OUTDIR)" $(BSC32_SBRS)
  156.     $(BSC32) @<<
  157.   $(BSC32_FLAGS) $(BSC32_SBRS)
  158. <<
  159.  
  160. LINK32=link.exe
  161. # 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 /debug /machine:I386
  162. # ADD LINK32 dbdao3d.lib /nologo /subsystem:windows /debug /machine:I386
  163. LINK32_FLAGS=dbdao3d.lib /nologo /subsystem:windows /incremental:yes\
  164.  /pdb:"$(OUTDIR)/getrows.pdb" /debug /machine:I386 /out:"$(OUTDIR)/getrows.exe" 
  165. LINK32_OBJS= \
  166.     ".\Debug\getrdlg.obj" \
  167.     ".\Debug\stdafx.obj" \
  168.     ".\Debug\getrows.obj" \
  169.     ".\Debug\GetRows.res"
  170.  
  171. ".\Debug\getrows.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
  172.     $(LINK32) @<<
  173.   $(LINK32_FLAGS) $(LINK32_OBJS)
  174. <<
  175.  
  176. !ENDIF 
  177.  
  178. .c{$(CPP_OBJS)}.obj:
  179.    $(CPP) $(CPP_PROJ) $<  
  180.  
  181. .cpp{$(CPP_OBJS)}.obj:
  182.    $(CPP) $(CPP_PROJ) $<  
  183.  
  184. .cxx{$(CPP_OBJS)}.obj:
  185.    $(CPP) $(CPP_PROJ) $<  
  186.  
  187. .c{$(CPP_SBRS)}.sbr:
  188.    $(CPP) $(CPP_PROJ) $<  
  189.  
  190. .cpp{$(CPP_SBRS)}.sbr:
  191.    $(CPP) $(CPP_PROJ) $<  
  192.  
  193. .cxx{$(CPP_SBRS)}.sbr:
  194.    $(CPP) $(CPP_PROJ) $<  
  195.  
  196. ################################################################################
  197. # Begin Target
  198.  
  199. # Name "GetRows - Win32 Release"
  200. # Name "GetRows - Win32 Debug"
  201.  
  202. !IF  "$(CFG)" == "GetRows - Win32 Release"
  203.  
  204. !ELSEIF  "$(CFG)" == "GetRows - Win32 Debug"
  205.  
  206. !ENDIF 
  207.  
  208. ################################################################################
  209. # Begin Source File
  210.  
  211. SOURCE=.\getrdlg.cpp
  212. DEP_CPP_GETRD=\
  213.     ".\getrdlg.h"\
  214.     ".\getrows.h"\
  215.     ".\stdafx.h"\
  216.     
  217.  
  218. !IF  "$(CFG)" == "GetRows - Win32 Release"
  219.  
  220.  
  221. ".\Release\getrdlg.obj" : $(SOURCE) $(DEP_CPP_GETRD) "$(INTDIR)"
  222.  
  223.  
  224. !ELSEIF  "$(CFG)" == "GetRows - Win32 Debug"
  225.  
  226.  
  227. ".\Debug\getrdlg.obj" : $(SOURCE) $(DEP_CPP_GETRD) "$(INTDIR)"
  228.  
  229. ".\Debug\getrdlg.sbr" : $(SOURCE) $(DEP_CPP_GETRD) "$(INTDIR)"
  230.  
  231. ".\Debug\vc40.pdb" : $(SOURCE) $(DEP_CPP_GETRD) "$(INTDIR)"
  232.  
  233.  
  234. !ENDIF 
  235.  
  236. # End Source File
  237. ################################################################################
  238. # Begin Source File
  239.  
  240. SOURCE=.\getrows.cpp
  241. DEP_CPP_GETRO=\
  242.     ".\getrdlg.h"\
  243.     ".\getrows.h"\
  244.     ".\stdafx.h"\
  245.     
  246.  
  247. !IF  "$(CFG)" == "GetRows - Win32 Release"
  248.  
  249.  
  250. ".\Release\getrows.obj" : $(SOURCE) $(DEP_CPP_GETRO) "$(INTDIR)"
  251.  
  252.  
  253. !ELSEIF  "$(CFG)" == "GetRows - Win32 Debug"
  254.  
  255.  
  256. ".\Debug\getrows.obj" : $(SOURCE) $(DEP_CPP_GETRO) "$(INTDIR)"
  257.  
  258. ".\Debug\getrows.sbr" : $(SOURCE) $(DEP_CPP_GETRO) "$(INTDIR)"
  259.  
  260. ".\Debug\vc40.pdb" : $(SOURCE) $(DEP_CPP_GETRO) "$(INTDIR)"
  261.  
  262.  
  263. !ENDIF 
  264.  
  265. # End Source File
  266. ################################################################################
  267. # Begin Source File
  268.  
  269. SOURCE=.\stdafx.cpp
  270. DEP_CPP_STDAF=\
  271.     ".\stdafx.h"\
  272.     
  273.  
  274. !IF  "$(CFG)" == "GetRows - Win32 Release"
  275.  
  276.  
  277. ".\Release\stdafx.obj" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)"
  278.  
  279.  
  280. !ELSEIF  "$(CFG)" == "GetRows - Win32 Debug"
  281.  
  282.  
  283. ".\Debug\stdafx.obj" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)"
  284.  
  285. ".\Debug\stdafx.sbr" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)"
  286.  
  287. ".\Debug\vc40.pdb" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)"
  288.  
  289.  
  290. !ENDIF 
  291.  
  292. # End Source File
  293. ################################################################################
  294. # Begin Source File
  295.  
  296. SOURCE=.\GetRows.rc
  297. DEP_RSC_GETROW=\
  298.     ".\res\getrows.ico"\
  299.     ".\res\getrows.rc2"\
  300.     
  301.  
  302. !IF  "$(CFG)" == "GetRows - Win32 Release"
  303.  
  304.  
  305. ".\Release\GetRows.res" : $(SOURCE) $(DEP_RSC_GETROW) "$(INTDIR)"
  306.    $(RSC) $(RSC_PROJ) $(SOURCE)
  307.  
  308.  
  309. !ELSEIF  "$(CFG)" == "GetRows - Win32 Debug"
  310.  
  311.  
  312. ".\Debug\GetRows.res" : $(SOURCE) $(DEP_RSC_GETROW) "$(INTDIR)"
  313.    $(RSC) $(RSC_PROJ) $(SOURCE)
  314.  
  315.  
  316. !ENDIF 
  317.  
  318. # End Source File
  319. # End Target
  320. # End Project
  321. ################################################################################
  322.