home *** CD-ROM | disk | FTP | other *** search
/ Total C++ 2 / TOTALCTWO.iso / vfp5.0 / vfp / samples / servers / foxisapi / foxisapi.mak < prev    next >
Text File  |  1996-08-21  |  8KB  |  253 lines

  1. # Microsoft Developer Studio Generated NMAKE File, Format Version 4.10
  2. # ** DO NOT EDIT **
  3.  
  4. # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
  5.  
  6. !IF "$(CFG)" == ""
  7. CFG=foxisapi - Win32 Debug
  8. !MESSAGE No configuration specified.  Defaulting to foxisapi - Win32 Debug.
  9. !ENDIF 
  10.  
  11. !IF "$(CFG)" != "foxisapi - Win32 Release" && "$(CFG)" !=\
  12.  "foxisapi - 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 "foxisapi.mak" CFG="foxisapi - Win32 Debug"
  18. !MESSAGE 
  19. !MESSAGE Possible choices for configuration are:
  20. !MESSAGE 
  21. !MESSAGE "foxisapi - Win32 Release" (based on\
  22.  "Win32 (x86) Dynamic-Link Library")
  23. !MESSAGE "foxisapi - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
  24. !MESSAGE 
  25. !ERROR An invalid configuration is specified.
  26. !ENDIF 
  27.  
  28. !IF "$(OS)" == "Windows_NT"
  29. NULL=
  30. !ELSE 
  31. NULL=nul
  32. !ENDIF 
  33. ################################################################################
  34. # Begin Project
  35. # PROP Target_Last_Scanned "foxisapi - Win32 Debug"
  36. CPP=cl.exe
  37. RSC=rc.exe
  38. MTL=mktyplib.exe
  39.  
  40. !IF  "$(CFG)" == "foxisapi - Win32 Release"
  41.  
  42. # PROP BASE Use_MFC 0
  43. # PROP BASE Use_Debug_Libraries 0
  44. # PROP BASE Output_Dir "Release"
  45. # PROP BASE Intermediate_Dir "Release"
  46. # PROP BASE Target_Dir ""
  47. # PROP Use_MFC 0
  48. # PROP Use_Debug_Libraries 0
  49. # PROP Output_Dir ""
  50. # PROP Intermediate_Dir ""
  51. # PROP Target_Dir ""
  52. OUTDIR=.
  53. INTDIR=.
  54.  
  55. ALL : "$(OUTDIR)\foxisapi.dll"
  56.  
  57. CLEAN : 
  58.     -@erase "$(INTDIR)\foxisapi.obj"
  59.     -@erase "$(INTDIR)\foxisapi.res"
  60.     -@erase "$(OUTDIR)\foxisapi.dll"
  61.     -@erase "$(OUTDIR)\foxisapi.exp"
  62.     -@erase "$(OUTDIR)\foxisapi.lib"
  63.  
  64. # ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /c
  65. # ADD CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /c
  66. CPP_PROJ=/nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS"\
  67.  /Fp"$(INTDIR)/foxisapi.pch" /YX /c 
  68. CPP_OBJS=.\.
  69. CPP_SBRS=.\.
  70. # ADD BASE MTL /nologo /D "NDEBUG" /win32
  71. # ADD MTL /nologo /D "NDEBUG" /win32
  72. MTL_PROJ=/nologo /D "NDEBUG" /win32 
  73. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  74. # ADD RSC /l 0x409 /d "NDEBUG"
  75. RSC_PROJ=/l 0x409 /fo"$(INTDIR)/foxisapi.res" /d "NDEBUG" 
  76. BSC32=bscmake.exe
  77. # ADD BASE BSC32 /nologo
  78. # ADD BSC32 /nologo
  79. BSC32_FLAGS=/nologo /o"$(OUTDIR)/foxisapi.bsc" 
  80. BSC32_SBRS= \
  81.     
  82. LINK32=link.exe
  83. # 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 /dll /machine:I386
  84. # ADD 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 /dll /machine:I386
  85. LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\
  86.  advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib\
  87.  odbccp32.lib /nologo /subsystem:windows /dll /incremental:no\
  88.  /pdb:"$(OUTDIR)/foxisapi.pdb" /machine:I386 /def:".\foxisapi.def"\
  89.  /out:"$(OUTDIR)/foxisapi.dll" /implib:"$(OUTDIR)/foxisapi.lib" 
  90. DEF_FILE= \
  91.     ".\foxisapi.def"
  92. LINK32_OBJS= \
  93.     "$(INTDIR)\foxisapi.obj" \
  94.     "$(INTDIR)\foxisapi.res"
  95.  
  96. "$(OUTDIR)\foxisapi.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
  97.     $(LINK32) @<<
  98.   $(LINK32_FLAGS) $(LINK32_OBJS)
  99. <<
  100.  
  101. !ELSEIF  "$(CFG)" == "foxisapi - Win32 Debug"
  102.  
  103. # PROP BASE Use_MFC 0
  104. # PROP BASE Use_Debug_Libraries 1
  105. # PROP BASE Output_Dir "Debug"
  106. # PROP BASE Intermediate_Dir "Debug"
  107. # PROP BASE Target_Dir ""
  108. # PROP Use_MFC 0
  109. # PROP Use_Debug_Libraries 1
  110. # PROP Output_Dir ""
  111. # PROP Intermediate_Dir ""
  112. # PROP Target_Dir ""
  113. OUTDIR=.
  114. INTDIR=.
  115.  
  116. ALL : "$(OUTDIR)\foxisapi.dll" "$(OUTDIR)\foxisapi.bsc"
  117.  
  118. CLEAN : 
  119.     -@erase "$(INTDIR)\foxisapi.obj"
  120.     -@erase "$(INTDIR)\foxisapi.res"
  121.     -@erase "$(INTDIR)\foxisapi.sbr"
  122.     -@erase "$(INTDIR)\vc40.idb"
  123.     -@erase "$(INTDIR)\vc40.pdb"
  124.     -@erase "$(OUTDIR)\foxisapi.bsc"
  125.     -@erase "$(OUTDIR)\foxisapi.dll"
  126.     -@erase "$(OUTDIR)\foxisapi.exp"
  127.     -@erase "$(OUTDIR)\foxisapi.ilk"
  128.     -@erase "$(OUTDIR)\foxisapi.lib"
  129.     -@erase "$(OUTDIR)\foxisapi.pdb"
  130.  
  131. # ADD BASE CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /c
  132. # ADD CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /FR /YX /c
  133. CPP_PROJ=/nologo /MTd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS"\
  134.  /FR /Fp"$(INTDIR)/foxisapi.pch" /YX /c 
  135. CPP_OBJS=.\.
  136. CPP_SBRS=.\.
  137. # ADD BASE MTL /nologo /D "_DEBUG" /win32
  138. # ADD MTL /nologo /D "_DEBUG" /win32
  139. MTL_PROJ=/nologo /D "_DEBUG" /win32 
  140. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  141. # ADD RSC /l 0x409 /d "_DEBUG"
  142. RSC_PROJ=/l 0x409 /fo"$(INTDIR)/foxisapi.res" /d "_DEBUG" 
  143. BSC32=bscmake.exe
  144. # ADD BASE BSC32 /nologo
  145. # ADD BSC32 /nologo
  146. BSC32_FLAGS=/nologo /o"$(OUTDIR)/foxisapi.bsc" 
  147. BSC32_SBRS= \
  148.     "$(INTDIR)\foxisapi.sbr"
  149.  
  150. "$(OUTDIR)\foxisapi.bsc" : "$(OUTDIR)" $(BSC32_SBRS)
  151.     $(BSC32) @<<
  152.   $(BSC32_FLAGS) $(BSC32_SBRS)
  153. <<
  154.  
  155. LINK32=link.exe
  156. # 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 /dll /debug /machine:I386
  157. # ADD 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 /dll /debug /machine:I386
  158. LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\
  159.  advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib\
  160.  odbccp32.lib /nologo /subsystem:windows /dll /incremental:yes\
  161.  /pdb:"$(OUTDIR)/foxisapi.pdb" /debug /machine:I386 /def:".\foxisapi.def"\
  162.  /out:"$(OUTDIR)/foxisapi.dll" /implib:"$(OUTDIR)/foxisapi.lib" 
  163. DEF_FILE= \
  164.     ".\foxisapi.def"
  165. LINK32_OBJS= \
  166.     "$(INTDIR)\foxisapi.obj" \
  167.     "$(INTDIR)\foxisapi.res"
  168.  
  169. "$(OUTDIR)\foxisapi.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
  170.     $(LINK32) @<<
  171.   $(LINK32_FLAGS) $(LINK32_OBJS)
  172. <<
  173.  
  174. !ENDIF 
  175.  
  176. .c{$(CPP_OBJS)}.obj:
  177.    $(CPP) $(CPP_PROJ) $<  
  178.  
  179. .cpp{$(CPP_OBJS)}.obj:
  180.    $(CPP) $(CPP_PROJ) $<  
  181.  
  182. .cxx{$(CPP_OBJS)}.obj:
  183.    $(CPP) $(CPP_PROJ) $<  
  184.  
  185. .c{$(CPP_SBRS)}.sbr:
  186.    $(CPP) $(CPP_PROJ) $<  
  187.  
  188. .cpp{$(CPP_SBRS)}.sbr:
  189.    $(CPP) $(CPP_PROJ) $<  
  190.  
  191. .cxx{$(CPP_SBRS)}.sbr:
  192.    $(CPP) $(CPP_PROJ) $<  
  193.  
  194. ################################################################################
  195. # Begin Target
  196.  
  197. # Name "foxisapi - Win32 Release"
  198. # Name "foxisapi - Win32 Debug"
  199.  
  200. !IF  "$(CFG)" == "foxisapi - Win32 Release"
  201.  
  202. !ELSEIF  "$(CFG)" == "foxisapi - Win32 Debug"
  203.  
  204. !ENDIF 
  205.  
  206. ################################################################################
  207. # Begin Source File
  208.  
  209. SOURCE=.\foxisapi.cpp
  210.  
  211. !IF  "$(CFG)" == "foxisapi - Win32 Release"
  212.  
  213.  
  214. "$(INTDIR)\foxisapi.obj" : $(SOURCE) "$(INTDIR)"
  215.  
  216.  
  217. !ELSEIF  "$(CFG)" == "foxisapi - Win32 Debug"
  218.  
  219.  
  220. "$(INTDIR)\foxisapi.obj" : $(SOURCE) "$(INTDIR)"
  221.  
  222. "$(INTDIR)\foxisapi.sbr" : $(SOURCE) "$(INTDIR)"
  223.  
  224.  
  225. !ENDIF 
  226.  
  227. # End Source File
  228. ################################################################################
  229. # Begin Source File
  230.  
  231. SOURCE=.\foxisapi.def
  232.  
  233. !IF  "$(CFG)" == "foxisapi - Win32 Release"
  234.  
  235. !ELSEIF  "$(CFG)" == "foxisapi - Win32 Debug"
  236.  
  237. !ENDIF 
  238.  
  239. # End Source File
  240. ################################################################################
  241. # Begin Source File
  242.  
  243. SOURCE=.\foxisapi.rc
  244.  
  245. "$(INTDIR)\foxisapi.res" : $(SOURCE) "$(INTDIR)"
  246.    $(RSC) $(RSC_PROJ) $(SOURCE)
  247.  
  248.  
  249. # End Source File
  250. # End Target
  251. # End Project
  252. ################################################################################
  253.