home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1996 December / PCWKCD1296.iso / sharewar / quake106 / utils / sprgen / sprgen.mak < prev    next >
Text File  |  1996-09-12  |  9KB  |  301 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=sprgen - Win32 Debug
  8. !MESSAGE No configuration specified.  Defaulting to sprgen - Win32 Debug.
  9. !ENDIF 
  10.  
  11. !IF "$(CFG)" != "sprgen - Win32 Release" && "$(CFG)" != "sprgen - 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 "sprgen.mak" CFG="sprgen - Win32 Debug"
  17. !MESSAGE 
  18. !MESSAGE Possible choices for configuration are:
  19. !MESSAGE 
  20. !MESSAGE "sprgen - Win32 Release" (based on "Win32 (x86) Console Application")
  21. !MESSAGE "sprgen - 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. # PROP Target_Last_Scanned "sprgen - Win32 Debug"
  34. RSC=rc.exe
  35. CPP=cl.exe
  36.  
  37. !IF  "$(CFG)" == "sprgen - Win32 Release"
  38.  
  39. # PROP BASE Use_MFC 0
  40. # PROP BASE Use_Debug_Libraries 0
  41. # PROP BASE Output_Dir "Release"
  42. # PROP BASE Intermediate_Dir "Release"
  43. # PROP BASE Target_Dir ""
  44. # PROP Use_MFC 0
  45. # PROP Use_Debug_Libraries 0
  46. # PROP Output_Dir "Release"
  47. # PROP Intermediate_Dir "Release"
  48. # PROP Target_Dir ""
  49. OUTDIR=.\Release
  50. INTDIR=.\Release
  51.  
  52. ALL : "$(OUTDIR)\sprgen.exe"
  53.  
  54. CLEAN : 
  55.     -@erase ".\Release\sprgen.exe"
  56.     -@erase ".\Release\scriplib.obj"
  57.     -@erase ".\Release\sprgen.obj"
  58.     -@erase ".\Release\cmdlib.obj"
  59.     -@erase ".\Release\lbmlib.obj"
  60.  
  61. "$(OUTDIR)" :
  62.     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  63.  
  64. # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /YX /c
  65. # ADD CPP /nologo /GX /O2 /I "..\common" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /YX /c
  66. CPP_PROJ=/nologo /ML /GX /O2 /I "..\common" /D "WIN32" /D "NDEBUG" /D\
  67.  "_CONSOLE" /Fp"$(INTDIR)/sprgen.pch" /YX /Fo"$(INTDIR)/" /c 
  68. CPP_OBJS=.\Release/
  69. CPP_SBRS=
  70. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  71. # ADD RSC /l 0x409 /d "NDEBUG"
  72. BSC32=bscmake.exe
  73. # ADD BASE BSC32 /nologo
  74. # ADD BSC32 /nologo
  75. BSC32_FLAGS=/nologo /o"$(OUTDIR)/sprgen.bsc" 
  76. BSC32_SBRS=
  77. LINK32=link.exe
  78. # 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
  79. # 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
  80. LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\
  81.  advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib\
  82.  odbccp32.lib /nologo /subsystem:console /incremental:no\
  83.  /pdb:"$(OUTDIR)/sprgen.pdb" /machine:I386 /out:"$(OUTDIR)/sprgen.exe" 
  84. LINK32_OBJS= \
  85.     ".\Release\scriplib.obj" \
  86.     ".\Release\sprgen.obj" \
  87.     ".\Release\cmdlib.obj" \
  88.     ".\Release\lbmlib.obj"
  89.  
  90. "$(OUTDIR)\sprgen.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
  91.     $(LINK32) @<<
  92.   $(LINK32_FLAGS) $(LINK32_OBJS)
  93. <<
  94.  
  95. !ELSEIF  "$(CFG)" == "sprgen - Win32 Debug"
  96.  
  97. # PROP BASE Use_MFC 0
  98. # PROP BASE Use_Debug_Libraries 1
  99. # PROP BASE Output_Dir "Debug"
  100. # PROP BASE Intermediate_Dir "Debug"
  101. # PROP BASE Target_Dir ""
  102. # PROP Use_MFC 0
  103. # PROP Use_Debug_Libraries 1
  104. # PROP Output_Dir "Debug"
  105. # PROP Intermediate_Dir "Debug"
  106. # PROP Target_Dir ""
  107. OUTDIR=.\Debug
  108. INTDIR=.\Debug
  109.  
  110. ALL : "$(OUTDIR)\sprgen.exe"
  111.  
  112. CLEAN : 
  113.     -@erase ".\Debug\vc40.pdb"
  114.     -@erase ".\Debug\vc40.idb"
  115.     -@erase ".\Debug\sprgen.exe"
  116.     -@erase ".\Debug\cmdlib.obj"
  117.     -@erase ".\Debug\scriplib.obj"
  118.     -@erase ".\Debug\lbmlib.obj"
  119.     -@erase ".\Debug\sprgen.obj"
  120.     -@erase ".\Debug\sprgen.ilk"
  121.     -@erase ".\Debug\sprgen.pdb"
  122.  
  123. "$(OUTDIR)" :
  124.     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  125.  
  126. # ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /YX /c
  127. # ADD CPP /nologo /Gm /GX /Zi /Od /I "..\common" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /YX /c
  128. CPP_PROJ=/nologo /MLd /Gm /GX /Zi /Od /I "..\common" /D "WIN32" /D "_DEBUG" /D\
  129.  "_CONSOLE" /Fp"$(INTDIR)/sprgen.pch" /YX /Fo"$(INTDIR)/" /Fd"$(INTDIR)/" /c 
  130. CPP_OBJS=.\Debug/
  131. CPP_SBRS=
  132. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  133. # ADD RSC /l 0x409 /d "_DEBUG"
  134. BSC32=bscmake.exe
  135. # ADD BASE BSC32 /nologo
  136. # ADD BSC32 /nologo
  137. BSC32_FLAGS=/nologo /o"$(OUTDIR)/sprgen.bsc" 
  138. BSC32_SBRS=
  139. LINK32=link.exe
  140. # 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
  141. # 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
  142. LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\
  143.  advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib\
  144.  odbccp32.lib /nologo /subsystem:console /incremental:yes\
  145.  /pdb:"$(OUTDIR)/sprgen.pdb" /debug /machine:I386 /out:"$(OUTDIR)/sprgen.exe" 
  146. LINK32_OBJS= \
  147.     ".\Debug\cmdlib.obj" \
  148.     ".\Debug\scriplib.obj" \
  149.     ".\Debug\lbmlib.obj" \
  150.     ".\Debug\sprgen.obj"
  151.  
  152. "$(OUTDIR)\sprgen.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
  153.     $(LINK32) @<<
  154.   $(LINK32_FLAGS) $(LINK32_OBJS)
  155. <<
  156.  
  157. !ENDIF 
  158.  
  159. .c{$(CPP_OBJS)}.obj:
  160.    $(CPP) $(CPP_PROJ) $<  
  161.  
  162. .cpp{$(CPP_OBJS)}.obj:
  163.    $(CPP) $(CPP_PROJ) $<  
  164.  
  165. .cxx{$(CPP_OBJS)}.obj:
  166.    $(CPP) $(CPP_PROJ) $<  
  167.  
  168. .c{$(CPP_SBRS)}.sbr:
  169.    $(CPP) $(CPP_PROJ) $<  
  170.  
  171. .cpp{$(CPP_SBRS)}.sbr:
  172.    $(CPP) $(CPP_PROJ) $<  
  173.  
  174. .cxx{$(CPP_SBRS)}.sbr:
  175.    $(CPP) $(CPP_PROJ) $<  
  176.  
  177. ################################################################################
  178. # Begin Target
  179.  
  180. # Name "sprgen - Win32 Release"
  181. # Name "sprgen - Win32 Debug"
  182.  
  183. !IF  "$(CFG)" == "sprgen - Win32 Release"
  184.  
  185. !ELSEIF  "$(CFG)" == "sprgen - Win32 Debug"
  186.  
  187. !ENDIF 
  188.  
  189. ################################################################################
  190. # Begin Source File
  191.  
  192. SOURCE=.\sprgen.c
  193.  
  194. !IF  "$(CFG)" == "sprgen - Win32 Release"
  195.  
  196. DEP_CPP_SPRGE=\
  197.     ".\spritegn.h"\
  198.     ".\..\common\cmdlib.h"\
  199.     ".\..\common\scriplib.h"\
  200.     ".\..\common\lbmlib.h"\
  201.     
  202.  
  203. "$(INTDIR)\sprgen.obj" : $(SOURCE) $(DEP_CPP_SPRGE) "$(INTDIR)"
  204.  
  205.  
  206. !ELSEIF  "$(CFG)" == "sprgen - Win32 Debug"
  207.  
  208. DEP_CPP_SPRGE=\
  209.     ".\spritegn.h"\
  210.     ".\..\common\cmdlib.h"\
  211.     
  212.  
  213. "$(INTDIR)\sprgen.obj" : $(SOURCE) $(DEP_CPP_SPRGE) "$(INTDIR)"
  214.  
  215.  
  216. !ENDIF 
  217.  
  218. # End Source File
  219. ################################################################################
  220. # Begin Source File
  221.  
  222. SOURCE=\quake\utils2\common\cmdlib.c
  223. DEP_CPP_CMDLI=\
  224.     ".\..\common\cmdlib.h"\
  225.     {$(INCLUDE)}"\sys\TYPES.H"\
  226.     {$(INCLUDE)}"\sys\STAT.H"\
  227.     
  228.  
  229. "$(INTDIR)\cmdlib.obj" : $(SOURCE) $(DEP_CPP_CMDLI) "$(INTDIR)"
  230.    $(CPP) $(CPP_PROJ) $(SOURCE)
  231.  
  232.  
  233. # End Source File
  234. ################################################################################
  235. # Begin Source File
  236.  
  237. SOURCE=\quake\utils2\common\scriplib.c
  238. DEP_CPP_SCRIP=\
  239.     ".\..\common\cmdlib.h"\
  240.     ".\..\common\scriplib.h"\
  241.     
  242.  
  243. "$(INTDIR)\scriplib.obj" : $(SOURCE) $(DEP_CPP_SCRIP) "$(INTDIR)"
  244.    $(CPP) $(CPP_PROJ) $(SOURCE)
  245.  
  246.  
  247. # End Source File
  248. ################################################################################
  249. # Begin Source File
  250.  
  251. SOURCE=\quake\utils2\common\lbmlib.c
  252. DEP_CPP_LBMLI=\
  253.     ".\..\common\cmdlib.h"\
  254.     ".\..\common\lbmlib.h"\
  255.     
  256.  
  257. "$(INTDIR)\lbmlib.obj" : $(SOURCE) $(DEP_CPP_LBMLI) "$(INTDIR)"
  258.    $(CPP) $(CPP_PROJ) $(SOURCE)
  259.  
  260.  
  261. # End Source File
  262. ################################################################################
  263. # Begin Source File
  264.  
  265. SOURCE=\quake\utils2\common\scriplib.h
  266.  
  267. !IF  "$(CFG)" == "sprgen - Win32 Release"
  268.  
  269. !ELSEIF  "$(CFG)" == "sprgen - Win32 Debug"
  270.  
  271. !ENDIF 
  272.  
  273. # End Source File
  274. ################################################################################
  275. # Begin Source File
  276.  
  277. SOURCE=\quake\utils2\common\lbmlib.h
  278.  
  279. !IF  "$(CFG)" == "sprgen - Win32 Release"
  280.  
  281. !ELSEIF  "$(CFG)" == "sprgen - Win32 Debug"
  282.  
  283. !ENDIF 
  284.  
  285. # End Source File
  286. ################################################################################
  287. # Begin Source File
  288.  
  289. SOURCE=\quake\utils2\common\cmdlib.h
  290.  
  291. !IF  "$(CFG)" == "sprgen - Win32 Release"
  292.  
  293. !ELSEIF  "$(CFG)" == "sprgen - Win32 Debug"
  294.  
  295. !ENDIF 
  296.  
  297. # End Source File
  298. # End Target
  299. # End Project
  300. ################################################################################
  301.