home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 January / Chip_2001-01_cd1.bin / tema / mysql / mysql-3.23.28g-win-source.exe / perror / perror.mak < prev   
Text File  |  2000-10-16  |  7KB  |  259 lines

  1. # Microsoft Developer Studio Generated NMAKE File, Based on perror.dsp
  2. !IF "$(CFG)" == ""
  3. CFG=perror - Win32 Debug
  4. !MESSAGE No configuration specified. Defaulting to perror - Win32 Debug.
  5. !ENDIF 
  6.  
  7. !IF "$(CFG)" != "perror - Win32 Release" && "$(CFG)" != "perror - Win32 Debug"
  8. !MESSAGE Invalid configuration "$(CFG)" specified.
  9. !MESSAGE You can specify a configuration when running NMAKE
  10. !MESSAGE by defining the macro CFG on the command line. For example:
  11. !MESSAGE 
  12. !MESSAGE NMAKE /f "perror.mak" CFG="perror - Win32 Debug"
  13. !MESSAGE 
  14. !MESSAGE Possible choices for configuration are:
  15. !MESSAGE 
  16. !MESSAGE "perror - Win32 Release" (based on "Win32 (x86) Application")
  17. !MESSAGE "perror - Win32 Debug" (based on "Win32 (x86) Application")
  18. !MESSAGE 
  19. !ERROR An invalid configuration is specified.
  20. !ENDIF 
  21.  
  22. !IF "$(OS)" == "Windows_NT"
  23. NULL=
  24. !ELSE 
  25. NULL=nul
  26. !ENDIF 
  27.  
  28. CPP=cl.exe
  29. MTL=midl.exe
  30. RSC=rc.exe
  31.  
  32. !IF  "$(CFG)" == "perror - Win32 Release"
  33.  
  34. OUTDIR=.\Release
  35. INTDIR=.\Release
  36.  
  37. !IF "$(RECURSE)" == "0" 
  38.  
  39. ALL : "..\client_release\perror.exe"
  40.  
  41. !ELSE 
  42.  
  43. ALL : "strings - Win32 Release" "mysys - Win32 Release" "dbug - Win32 Release" "..\client_release\perror.exe"
  44.  
  45. !ENDIF 
  46.  
  47. !IF "$(RECURSE)" == "1" 
  48. CLEAN :"dbug - Win32 ReleaseCLEAN" "mysys - Win32 ReleaseCLEAN" "strings - Win32 ReleaseCLEAN" 
  49. !ELSE 
  50. CLEAN :
  51. !ENDIF 
  52.     -@erase "$(INTDIR)\perror.obj"
  53.     -@erase "$(INTDIR)\vc60.idb"
  54.     -@erase "..\client_release\perror.exe"
  55.  
  56. "$(OUTDIR)" :
  57.     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  58.  
  59. CPP_PROJ=/nologo /G6 /MT /W3 /GX /O2 /I "../include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /Fp"$(INTDIR)\perror.pch" /YX /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c 
  60. MTL_PROJ=/nologo /D "NDEBUG" /mktyplib203 /win32 
  61. BSC32=bscmake.exe
  62. BSC32_FLAGS=/nologo /o"$(OUTDIR)\perror.bsc" 
  63. BSC32_SBRS= \
  64.     
  65. LINK32=link.exe
  66. LINK32_FLAGS=wsock32.lib 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 /incremental:no /pdb:"$(OUTDIR)\perror.pdb" /machine:I386 /out:"../client_release/perror.exe" 
  67. LINK32_OBJS= \
  68.     "$(INTDIR)\perror.obj" \
  69.     "..\lib_release\dbug.lib" \
  70.     "..\lib_release\mysys.lib" \
  71.     "..\lib_release\strings.lib"
  72.  
  73. "..\client_release\perror.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
  74.     $(LINK32) @<<
  75.   $(LINK32_FLAGS) $(LINK32_OBJS)
  76. <<
  77.  
  78. !ELSEIF  "$(CFG)" == "perror - Win32 Debug"
  79.  
  80. OUTDIR=.\Debug
  81. INTDIR=.\Debug
  82. # Begin Custom Macros
  83. OutDir=.\Debug
  84. # End Custom Macros
  85.  
  86. !IF "$(RECURSE)" == "0" 
  87.  
  88. ALL : "$(OUTDIR)\perror.exe"
  89.  
  90. !ELSE 
  91.  
  92. ALL : "strings - Win32 Debug" "mysys - Win32 Debug" "dbug - Win32 Debug" "$(OUTDIR)\perror.exe"
  93.  
  94. !ENDIF 
  95.  
  96. !IF "$(RECURSE)" == "1" 
  97. CLEAN :"dbug - Win32 DebugCLEAN" "mysys - Win32 DebugCLEAN" "strings - Win32 DebugCLEAN" 
  98. !ELSE 
  99. CLEAN :
  100. !ENDIF 
  101.     -@erase "$(INTDIR)\perror.obj"
  102.     -@erase "$(INTDIR)\vc60.idb"
  103.     -@erase "$(INTDIR)\vc60.pdb"
  104.     -@erase "$(OUTDIR)\perror.exe"
  105.     -@erase "$(OUTDIR)\perror.pdb"
  106.  
  107. "$(OUTDIR)" :
  108.     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  109.  
  110. CPP_PROJ=/nologo /G6 /MTd /W3 /Gm /GX /ZI /Od /I "../include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /Fp"$(INTDIR)\perror.pch" /YX /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c 
  111. MTL_PROJ=/nologo /D "_DEBUG" /mktyplib203 /win32 
  112. BSC32=bscmake.exe
  113. BSC32_FLAGS=/nologo /o"$(OUTDIR)\perror.bsc" 
  114. BSC32_SBRS= \
  115.     
  116. LINK32=link.exe
  117. LINK32_FLAGS=kernel32.lib user32.lib wsock32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /incremental:no /pdb:"$(OUTDIR)\perror.pdb" /debug /machine:I386 /out:"$(OUTDIR)\perror.exe" /pdbtype:sept 
  118. LINK32_OBJS= \
  119.     "$(INTDIR)\perror.obj" \
  120.     "..\lib_debug\dbug.lib" \
  121.     "..\lib_debug\mysys.lib" \
  122.     "..\lib_debug\strings.lib"
  123.  
  124. "$(OUTDIR)\perror.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
  125.     $(LINK32) @<<
  126.   $(LINK32_FLAGS) $(LINK32_OBJS)
  127. <<
  128.  
  129. !ENDIF 
  130.  
  131. .c{$(INTDIR)}.obj::
  132.    $(CPP) @<<
  133.    $(CPP_PROJ) $< 
  134. <<
  135.  
  136. .cpp{$(INTDIR)}.obj::
  137.    $(CPP) @<<
  138.    $(CPP_PROJ) $< 
  139. <<
  140.  
  141. .cxx{$(INTDIR)}.obj::
  142.    $(CPP) @<<
  143.    $(CPP_PROJ) $< 
  144. <<
  145.  
  146. .c{$(INTDIR)}.sbr::
  147.    $(CPP) @<<
  148.    $(CPP_PROJ) $< 
  149. <<
  150.  
  151. .cpp{$(INTDIR)}.sbr::
  152.    $(CPP) @<<
  153.    $(CPP_PROJ) $< 
  154. <<
  155.  
  156. .cxx{$(INTDIR)}.sbr::
  157.    $(CPP) @<<
  158.    $(CPP_PROJ) $< 
  159. <<
  160.  
  161.  
  162. !IF "$(NO_EXTERNAL_DEPS)" != "1"
  163. !IF EXISTS("perror.dep")
  164. !INCLUDE "perror.dep"
  165. !ELSE 
  166. !MESSAGE Warning: cannot find "perror.dep"
  167. !ENDIF 
  168. !ENDIF 
  169.  
  170.  
  171. !IF "$(CFG)" == "perror - Win32 Release" || "$(CFG)" == "perror - Win32 Debug"
  172. SOURCE=..\extra\perror.c
  173.  
  174. "$(INTDIR)\perror.obj" : $(SOURCE) "$(INTDIR)"
  175.     $(CPP) $(CPP_PROJ) $(SOURCE)
  176.  
  177.  
  178. !IF  "$(CFG)" == "perror - Win32 Release"
  179.  
  180. "dbug - Win32 Release" : 
  181.    cd "\MYSQL-3.23\dbug"
  182.    $(MAKE) /$(MAKEFLAGS) /F ".\dbug.mak" CFG="dbug - Win32 Release" 
  183.    cd "..\perror"
  184.  
  185. "dbug - Win32 ReleaseCLEAN" : 
  186.    cd "\MYSQL-3.23\dbug"
  187.    $(MAKE) /$(MAKEFLAGS) /F ".\dbug.mak" CFG="dbug - Win32 Release" RECURSE=1 CLEAN 
  188.    cd "..\perror"
  189.  
  190. !ELSEIF  "$(CFG)" == "perror - Win32 Debug"
  191.  
  192. "dbug - Win32 Debug" : 
  193.    cd "\MYSQL-3.23\dbug"
  194.    $(MAKE) /$(MAKEFLAGS) /F ".\dbug.mak" CFG="dbug - Win32 Debug" 
  195.    cd "..\perror"
  196.  
  197. "dbug - Win32 DebugCLEAN" : 
  198.    cd "\MYSQL-3.23\dbug"
  199.    $(MAKE) /$(MAKEFLAGS) /F ".\dbug.mak" CFG="dbug - Win32 Debug" RECURSE=1 CLEAN 
  200.    cd "..\perror"
  201.  
  202. !ENDIF 
  203.  
  204. !IF  "$(CFG)" == "perror - Win32 Release"
  205.  
  206. "mysys - Win32 Release" : 
  207.    cd "\MYSQL-3.23\mysys"
  208.    $(MAKE) /$(MAKEFLAGS) /F ".\mysys.mak" CFG="mysys - Win32 Release" 
  209.    cd "..\perror"
  210.  
  211. "mysys - Win32 ReleaseCLEAN" : 
  212.    cd "\MYSQL-3.23\mysys"
  213.    $(MAKE) /$(MAKEFLAGS) /F ".\mysys.mak" CFG="mysys - Win32 Release" RECURSE=1 CLEAN 
  214.    cd "..\perror"
  215.  
  216. !ELSEIF  "$(CFG)" == "perror - Win32 Debug"
  217.  
  218. "mysys - Win32 Debug" : 
  219.    cd "\MYSQL-3.23\mysys"
  220.    $(MAKE) /$(MAKEFLAGS) /F ".\mysys.mak" CFG="mysys - Win32 Debug" 
  221.    cd "..\perror"
  222.  
  223. "mysys - Win32 DebugCLEAN" : 
  224.    cd "\MYSQL-3.23\mysys"
  225.    $(MAKE) /$(MAKEFLAGS) /F ".\mysys.mak" CFG="mysys - Win32 Debug" RECURSE=1 CLEAN 
  226.    cd "..\perror"
  227.  
  228. !ENDIF 
  229.  
  230. !IF  "$(CFG)" == "perror - Win32 Release"
  231.  
  232. "strings - Win32 Release" : 
  233.    cd "\MYSQL-3.23\strings"
  234.    $(MAKE) /$(MAKEFLAGS) /F ".\strings.mak" CFG="strings - Win32 Release" 
  235.    cd "..\perror"
  236.  
  237. "strings - Win32 ReleaseCLEAN" : 
  238.    cd "\MYSQL-3.23\strings"
  239.    $(MAKE) /$(MAKEFLAGS) /F ".\strings.mak" CFG="strings - Win32 Release" RECURSE=1 CLEAN 
  240.    cd "..\perror"
  241.  
  242. !ELSEIF  "$(CFG)" == "perror - Win32 Debug"
  243.  
  244. "strings - Win32 Debug" : 
  245.    cd "\MYSQL-3.23\strings"
  246.    $(MAKE) /$(MAKEFLAGS) /F ".\strings.mak" CFG="strings - Win32 Debug" 
  247.    cd "..\perror"
  248.  
  249. "strings - Win32 DebugCLEAN" : 
  250.    cd "\MYSQL-3.23\strings"
  251.    $(MAKE) /$(MAKEFLAGS) /F ".\strings.mak" CFG="strings - Win32 Debug" RECURSE=1 CLEAN 
  252.    cd "..\perror"
  253.  
  254. !ENDIF 
  255.  
  256.  
  257. !ENDIF 
  258.  
  259.