home *** CD-ROM | disk | FTP | other *** search
/ PC Plus SuperCD 45 / SuperCD45.iso / talleres / vayuda / helpscrn / script / SCRIPT.MAK < prev    next >
Text File  |  1998-01-14  |  7KB  |  245 lines

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