home *** CD-ROM | disk | FTP | other *** search
/ Total C++ 2 / TOTALCTWO.iso / vfp5.0 / vfp / tools / inetwiz / server / vfpcgi.mak < prev    next >
Text File  |  1996-08-21  |  6KB  |  186 lines

  1. # Microsoft Developer Studio Generated NMAKE File, Format Version 4.00
  2. # ** DO NOT EDIT **
  3.  
  4. # TARGTYPE "Win32 (x86) Console Application" 0x0103
  5.  
  6. !IF "$(CFG)" == ""
  7. CFG=mycgi - Win32 Debug
  8. !MESSAGE No configuration specified.  Defaulting to mycgi - Win32 Debug.
  9. !ENDIF 
  10.  
  11. !IF "$(CFG)" != "mycgi - Win32 Release" && "$(CFG)" != "mycgi - Win32 Debug"
  12. !MESSAGE Invalid configuration "$(CFG)" specified.
  13. !MESSAGE You can specify a configuration when running NMAKE on this makefile
  14. !MESSAGE by defining the macro CFG on the command line.  For example:
  15. !MESSAGE 
  16. !MESSAGE NMAKE /f "vfpcgi.mak" CFG="mycgi - Win32 Debug"
  17. !MESSAGE 
  18. !MESSAGE Possible choices for configuration are:
  19. !MESSAGE 
  20. !MESSAGE "mycgi - Win32 Release" (based on "Win32 (x86) Console Application")
  21. !MESSAGE "mycgi - Win32 Debug" (based on "Win32 (x86) Console Application")
  22. !MESSAGE 
  23. !ERROR An invalid configuration is specified.
  24. !ENDIF 
  25.  
  26. !IF "$(OS)" == "Windows_NT"
  27. NULL=
  28. !ELSE 
  29. NULL=nul
  30. !ENDIF 
  31. ################################################################################
  32. # Begin Project
  33. RSC=rc.exe
  34. CPP=cl.exe
  35.  
  36. !IF  "$(CFG)" == "mycgi - Win32 Release"
  37.  
  38. # PROP BASE Use_MFC 0
  39. # PROP BASE Use_Debug_Libraries 0
  40. # PROP BASE Output_Dir "WinRel"
  41. # PROP BASE Intermediate_Dir "WinRel"
  42. # PROP Use_MFC 0
  43. # PROP Use_Debug_Libraries 0
  44. # PROP Output_Dir "WinRel"
  45. # PROP Intermediate_Dir "WinRel"
  46. OUTDIR=.\WinRel
  47. INTDIR=.\WinRel
  48.  
  49. ALL : "$(OUTDIR)\vfpcgi.exe"
  50.  
  51. CLEAN : 
  52.     -@erase ".\WinRel\vfpcgi.exe"
  53.     -@erase ".\WinRel\mycgi.obj"
  54.  
  55. "$(OUTDIR)" :
  56.     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  57.  
  58. # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /FR /YX /c
  59. # ADD CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /YX /c
  60. # SUBTRACT CPP /Fr
  61. CPP_PROJ=/nologo /ML /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE"\
  62.  /Fp"$(INTDIR)/vfpcgi.pch" /YX /Fo"$(INTDIR)/" /c 
  63. CPP_OBJS=.\WinRel/
  64. CPP_SBRS=
  65. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  66. # ADD RSC /l 0x409 /d "NDEBUG"
  67. BSC32=bscmake.exe
  68. # ADD BASE BSC32 /nologo
  69. # ADD BSC32 /nologo
  70. BSC32_FLAGS=/nologo /o"$(OUTDIR)/vfpcgi.bsc" 
  71. BSC32_SBRS=
  72. LINK32=link.exe
  73. # ADD BASE LINK32 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
  74. # 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:console /machine:I386
  75. LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\
  76.  advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib\
  77.  odbccp32.lib /nologo /subsystem:console /incremental:no\
  78.  /pdb:"$(OUTDIR)/vfpcgi.pdb" /machine:I386 /out:"$(OUTDIR)/vfpcgi.exe" 
  79. LINK32_OBJS= \
  80.     "$(INTDIR)/mycgi.obj"
  81.  
  82. "$(OUTDIR)\vfpcgi.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
  83.     $(LINK32) @<<
  84.   $(LINK32_FLAGS) $(LINK32_OBJS)
  85. <<
  86.  
  87. !ELSEIF  "$(CFG)" == "mycgi - Win32 Debug"
  88.  
  89. # PROP BASE Use_MFC 0
  90. # PROP BASE Use_Debug_Libraries 1
  91. # PROP BASE Output_Dir "WinDebug"
  92. # PROP BASE Intermediate_Dir "WinDebug"
  93. # PROP Use_MFC 0
  94. # PROP Use_Debug_Libraries 1
  95. # PROP Output_Dir "WinDebug"
  96. # PROP Intermediate_Dir "WinDebug"
  97. OUTDIR=.\WinDebug
  98. INTDIR=.\WinDebug
  99.  
  100. ALL : "$(OUTDIR)\vfpcgi.exe"
  101.  
  102. CLEAN : 
  103.     -@erase ".\WinDebug\vc40.pdb"
  104.     -@erase ".\WinDebug\vc40.idb"
  105.     -@erase ".\WinDebug\vfpcgi.exe"
  106.     -@erase ".\WinDebug\mycgi.obj"
  107.     -@erase ".\WinDebug\vfpcgi.ilk"
  108.     -@erase ".\WinDebug\vfpcgi.pdb"
  109.  
  110. "$(OUTDIR)" :
  111.     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  112.  
  113. # ADD BASE CPP /nologo /ML /W3 /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /FR /YX /c
  114. # ADD CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /YX /c
  115. # SUBTRACT CPP /Fr
  116. CPP_PROJ=/nologo /MLd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE"\
  117.  /Fp"$(INTDIR)/vfpcgi.pch" /YX /Fo"$(INTDIR)/" /Fd"$(INTDIR)/" /c 
  118. CPP_OBJS=.\WinDebug/
  119. CPP_SBRS=
  120. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  121. # ADD RSC /l 0x409 /d "_DEBUG"
  122. BSC32=bscmake.exe
  123. # ADD BASE BSC32 /nologo
  124. # ADD BSC32 /nologo
  125. BSC32_FLAGS=/nologo /o"$(OUTDIR)/vfpcgi.bsc" 
  126. BSC32_SBRS=
  127. LINK32=link.exe
  128. # ADD BASE LINK32 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
  129. # 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:console /debug /machine:I386
  130. LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\
  131.  advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib\
  132.  odbccp32.lib /nologo /subsystem:console /incremental:yes\
  133.  /pdb:"$(OUTDIR)/vfpcgi.pdb" /debug /machine:I386 /out:"$(OUTDIR)/vfpcgi.exe" 
  134. LINK32_OBJS= \
  135.     "$(INTDIR)/mycgi.obj"
  136.  
  137. "$(OUTDIR)\vfpcgi.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
  138.     $(LINK32) @<<
  139.   $(LINK32_FLAGS) $(LINK32_OBJS)
  140. <<
  141.  
  142. !ENDIF 
  143.  
  144. .c{$(CPP_OBJS)}.obj:
  145.    $(CPP) $(CPP_PROJ) $<  
  146.  
  147. .cpp{$(CPP_OBJS)}.obj:
  148.    $(CPP) $(CPP_PROJ) $<  
  149.  
  150. .cxx{$(CPP_OBJS)}.obj:
  151.    $(CPP) $(CPP_PROJ) $<  
  152.  
  153. .c{$(CPP_SBRS)}.sbr:
  154.    $(CPP) $(CPP_PROJ) $<  
  155.  
  156. .cpp{$(CPP_SBRS)}.sbr:
  157.    $(CPP) $(CPP_PROJ) $<  
  158.  
  159. .cxx{$(CPP_SBRS)}.sbr:
  160.    $(CPP) $(CPP_PROJ) $<  
  161.  
  162. ################################################################################
  163. # Begin Target
  164.  
  165. # Name "mycgi - Win32 Release"
  166. # Name "mycgi - Win32 Debug"
  167.  
  168. !IF  "$(CFG)" == "mycgi - Win32 Release"
  169.  
  170. !ELSEIF  "$(CFG)" == "mycgi - Win32 Debug"
  171.  
  172. !ENDIF 
  173.  
  174. ################################################################################
  175. # Begin Source File
  176.  
  177. SOURCE=.\mycgi.c
  178.  
  179. "$(INTDIR)\mycgi.obj" : $(SOURCE) "$(INTDIR)"
  180.  
  181.  
  182. # End Source File
  183. # End Target
  184. # End Project
  185. ################################################################################
  186.