home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1996 December / PCWKCD1296.iso / sharewar / quake106 / utils / qfiles / qfiles.mak < prev    next >
Text File  |  1996-09-12  |  7KB  |  222 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=qfiles - Win32 Debug
  8. !MESSAGE No configuration specified.  Defaulting to qfiles - Win32 Debug.
  9. !ENDIF 
  10.  
  11. !IF "$(CFG)" != "qfiles - Win32 Release" && "$(CFG)" != "qfiles - 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 "qfiles.mak" CFG="qfiles - Win32 Debug"
  17. !MESSAGE 
  18. !MESSAGE Possible choices for configuration are:
  19. !MESSAGE 
  20. !MESSAGE "qfiles - Win32 Release" (based on "Win32 (x86) Console Application")
  21. !MESSAGE "qfiles - 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)" == "qfiles - Win32 Release"
  37.  
  38. # PROP BASE Use_MFC 0
  39. # PROP BASE Use_Debug_Libraries 0
  40. # PROP BASE Output_Dir "Release"
  41. # PROP BASE Intermediate_Dir "Release"
  42. # PROP BASE Target_Dir ""
  43. # PROP Use_MFC 0
  44. # PROP Use_Debug_Libraries 0
  45. # PROP Output_Dir "Release"
  46. # PROP Intermediate_Dir "Release"
  47. # PROP Target_Dir ""
  48. OUTDIR=.\Release
  49. INTDIR=.\Release
  50.  
  51. ALL : "$(OUTDIR)\qfiles.exe"
  52.  
  53. CLEAN : 
  54.     -@erase ".\Release\qfiles.exe"
  55.     -@erase ".\Release\qfiles.obj"
  56.     -@erase ".\Release\cmdlib.obj"
  57.  
  58. "$(OUTDIR)" :
  59.     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  60.  
  61. # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /YX /c
  62. # ADD CPP /nologo /W1 /GX /O2 /I "..\common" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /YX /c
  63. CPP_PROJ=/nologo /ML /W1 /GX /O2 /I "..\common" /D "WIN32" /D "NDEBUG" /D\
  64.  "_CONSOLE" /Fp"$(INTDIR)/qfiles.pch" /YX /Fo"$(INTDIR)/" /c 
  65. CPP_OBJS=.\Release/
  66. CPP_SBRS=
  67. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  68. # ADD RSC /l 0x409 /d "NDEBUG"
  69. BSC32=bscmake.exe
  70. # ADD BASE BSC32 /nologo
  71. # ADD BSC32 /nologo
  72. BSC32_FLAGS=/nologo /o"$(OUTDIR)/qfiles.bsc" 
  73. BSC32_SBRS=
  74. LINK32=link.exe
  75. # 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 /machine:I386
  76. # 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
  77. LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\
  78.  advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib\
  79.  odbccp32.lib /nologo /subsystem:console /incremental:no\
  80.  /pdb:"$(OUTDIR)/qfiles.pdb" /machine:I386 /out:"$(OUTDIR)/qfiles.exe" 
  81. LINK32_OBJS= \
  82.     "$(INTDIR)/qfiles.obj" \
  83.     "$(INTDIR)/cmdlib.obj"
  84.  
  85. "$(OUTDIR)\qfiles.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
  86.     $(LINK32) @<<
  87.   $(LINK32_FLAGS) $(LINK32_OBJS)
  88. <<
  89.  
  90. !ELSEIF  "$(CFG)" == "qfiles - Win32 Debug"
  91.  
  92. # PROP BASE Use_MFC 0
  93. # PROP BASE Use_Debug_Libraries 1
  94. # PROP BASE Output_Dir "Debug"
  95. # PROP BASE Intermediate_Dir "Debug"
  96. # PROP BASE Target_Dir ""
  97. # PROP Use_MFC 0
  98. # PROP Use_Debug_Libraries 1
  99. # PROP Output_Dir "Debug"
  100. # PROP Intermediate_Dir "Debug"
  101. # PROP Target_Dir ""
  102. OUTDIR=.\Debug
  103. INTDIR=.\Debug
  104.  
  105. ALL : "$(OUTDIR)\qfiles.exe"
  106.  
  107. CLEAN : 
  108.     -@erase ".\Debug\qfiles.exe"
  109.     -@erase ".\Debug\qfiles.obj"
  110.     -@erase ".\Debug\cmdlib.obj"
  111.     -@erase ".\Debug\qfiles.ilk"
  112.     -@erase ".\Debug\qfiles.pdb"
  113.     -@erase ".\Debug\vc40.pdb"
  114.     -@erase ".\Debug\vc40.idb"
  115.  
  116. "$(OUTDIR)" :
  117.     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  118.  
  119. # ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /YX /c
  120. # ADD CPP /nologo /W1 /Gm /GX /Zi /Od /I "..\common" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /YX /c
  121. CPP_PROJ=/nologo /MLd /W1 /Gm /GX /Zi /Od /I "..\common" /D "WIN32" /D "_DEBUG"\
  122.  /D "_CONSOLE" /Fp"$(INTDIR)/qfiles.pch" /YX /Fo"$(INTDIR)/" /Fd"$(INTDIR)/" /c 
  123. CPP_OBJS=.\Debug/
  124. CPP_SBRS=
  125. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  126. # ADD RSC /l 0x409 /d "_DEBUG"
  127. BSC32=bscmake.exe
  128. # ADD BASE BSC32 /nologo
  129. # ADD BSC32 /nologo
  130. BSC32_FLAGS=/nologo /o"$(OUTDIR)/qfiles.bsc" 
  131. BSC32_SBRS=
  132. LINK32=link.exe
  133. # 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:I386
  134. # 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
  135. LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\
  136.  advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib\
  137.  odbccp32.lib /nologo /subsystem:console /incremental:yes\
  138.  /pdb:"$(OUTDIR)/qfiles.pdb" /debug /machine:I386 /out:"$(OUTDIR)/qfiles.exe" 
  139. LINK32_OBJS= \
  140.     "$(INTDIR)/qfiles.obj" \
  141.     "$(INTDIR)/cmdlib.obj"
  142.  
  143. "$(OUTDIR)\qfiles.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
  144.     $(LINK32) @<<
  145.   $(LINK32_FLAGS) $(LINK32_OBJS)
  146. <<
  147.  
  148. !ENDIF 
  149.  
  150. .c{$(CPP_OBJS)}.obj:
  151.    $(CPP) $(CPP_PROJ) $<  
  152.  
  153. .cpp{$(CPP_OBJS)}.obj:
  154.    $(CPP) $(CPP_PROJ) $<  
  155.  
  156. .cxx{$(CPP_OBJS)}.obj:
  157.    $(CPP) $(CPP_PROJ) $<  
  158.  
  159. .c{$(CPP_SBRS)}.sbr:
  160.    $(CPP) $(CPP_PROJ) $<  
  161.  
  162. .cpp{$(CPP_SBRS)}.sbr:
  163.    $(CPP) $(CPP_PROJ) $<  
  164.  
  165. .cxx{$(CPP_SBRS)}.sbr:
  166.    $(CPP) $(CPP_PROJ) $<  
  167.  
  168. ################################################################################
  169. # Begin Target
  170.  
  171. # Name "qfiles - Win32 Release"
  172. # Name "qfiles - Win32 Debug"
  173.  
  174. !IF  "$(CFG)" == "qfiles - Win32 Release"
  175.  
  176. !ELSEIF  "$(CFG)" == "qfiles - Win32 Debug"
  177.  
  178. !ENDIF 
  179.  
  180. ################################################################################
  181. # Begin Source File
  182.  
  183. SOURCE=.\qfiles.c
  184. DEP_CPP_QFILE=\
  185.     ".\..\common\cmdlib.h"\
  186.     
  187.  
  188. "$(INTDIR)\qfiles.obj" : $(SOURCE) $(DEP_CPP_QFILE) "$(INTDIR)"
  189.  
  190.  
  191. # End Source File
  192. ################################################################################
  193. # Begin Source File
  194.  
  195. SOURCE=\quake\utils2\common\cmdlib.c
  196. DEP_CPP_CMDLI=\
  197.     ".\..\common\cmdlib.h"\
  198.     {$(INCLUDE)}"\sys\types.h"\
  199.     {$(INCLUDE)}"\sys\stat.h"\
  200.     
  201.  
  202. "$(INTDIR)\cmdlib.obj" : $(SOURCE) $(DEP_CPP_CMDLI) "$(INTDIR)"
  203.    $(CPP) $(CPP_PROJ) $(SOURCE)
  204.  
  205.  
  206. # End Source File
  207. ################################################################################
  208. # Begin Source File
  209.  
  210. SOURCE=\quake\utils2\common\cmdlib.h
  211.  
  212. !IF  "$(CFG)" == "qfiles - Win32 Release"
  213.  
  214. !ELSEIF  "$(CFG)" == "qfiles - Win32 Debug"
  215.  
  216. !ENDIF 
  217.  
  218. # End Source File
  219. # End Target
  220. # End Project
  221. ################################################################################
  222.