home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2001 January
/
Chip_2001-01_cd1.bin
/
tema
/
mysql
/
mysql-3.23.28g-win-source.exe
/
replace
/
replace.mak
< prev
Wrap
Text File
|
2000-10-16
|
7KB
|
253 lines
# Microsoft Developer Studio Generated NMAKE File, Based on replace.dsp
!IF "$(CFG)" == ""
CFG=replace - Win32 Debug
!MESSAGE No configuration specified. Defaulting to replace - Win32 Debug.
!ENDIF
!IF "$(CFG)" != "replace - Win32 Release" && "$(CFG)" != "replace - Win32 Debug"
!MESSAGE Invalid configuration "$(CFG)" specified.
!MESSAGE You can specify a configuration when running NMAKE
!MESSAGE by defining the macro CFG on the command line. For example:
!MESSAGE
!MESSAGE NMAKE /f "replace.mak" CFG="replace - Win32 Debug"
!MESSAGE
!MESSAGE Possible choices for configuration are:
!MESSAGE
!MESSAGE "replace - Win32 Release" (based on "Win32 (x86) Console Application")
!MESSAGE "replace - Win32 Debug" (based on "Win32 (x86) Console Application")
!MESSAGE
!ERROR An invalid configuration is specified.
!ENDIF
!IF "$(OS)" == "Windows_NT"
NULL=
!ELSE
NULL=nul
!ENDIF
CPP=cl.exe
RSC=rc.exe
!IF "$(CFG)" == "replace - Win32 Release"
OUTDIR=.\release
INTDIR=.\release
!IF "$(RECURSE)" == "0"
ALL : "..\client_release\replace.exe"
!ELSE
ALL : "strings - Win32 Release" "mysys - Win32 Release" "dbug - Win32 Release" "..\client_release\replace.exe"
!ENDIF
!IF "$(RECURSE)" == "1"
CLEAN :"dbug - Win32 ReleaseCLEAN" "mysys - Win32 ReleaseCLEAN" "strings - Win32 ReleaseCLEAN"
!ELSE
CLEAN :
!ENDIF
-@erase "$(INTDIR)\replace.obj"
-@erase "$(INTDIR)\vc60.idb"
-@erase "..\client_release\replace.exe"
"$(OUTDIR)" :
if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
CPP_PROJ=/nologo /G6 /MT /W3 /O2 /I "../include" /D "NDEBUG" /D "DBUG_OFF" /D "_CONSOLE" /D "_MBCS" /D "_WINDOWS" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
BSC32=bscmake.exe
BSC32_FLAGS=/nologo /o"$(OUTDIR)\replace.bsc"
BSC32_SBRS= \
LINK32=link.exe
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 setargv.obj /nologo /subsystem:console /incremental:no /pdb:"$(OUTDIR)\replace.pdb" /machine:I386 /out:"../client_release/replace.exe"
LINK32_OBJS= \
"$(INTDIR)\replace.obj" \
"..\lib_release\dbug.lib" \
"..\lib_release\mysys.lib" \
"..\lib_release\strings.lib"
"..\client_release\replace.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
$(LINK32) @<<
$(LINK32_FLAGS) $(LINK32_OBJS)
<<
!ELSEIF "$(CFG)" == "replace - Win32 Debug"
OUTDIR=.\debug
INTDIR=.\debug
!IF "$(RECURSE)" == "0"
ALL : "..\client_debug\replace.exe"
!ELSE
ALL : "strings - Win32 Debug" "mysys - Win32 Debug" "dbug - Win32 Debug" "..\client_debug\replace.exe"
!ENDIF
!IF "$(RECURSE)" == "1"
CLEAN :"dbug - Win32 DebugCLEAN" "mysys - Win32 DebugCLEAN" "strings - Win32 DebugCLEAN"
!ELSE
CLEAN :
!ENDIF
-@erase "$(INTDIR)\replace.obj"
-@erase "$(INTDIR)\vc60.idb"
-@erase "$(INTDIR)\vc60.pdb"
-@erase "..\client_debug\replace.exe"
"$(OUTDIR)" :
if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
CPP_PROJ=/nologo /G6 /MTd /W3 /Gm /ZI /Od /I "../include" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "_WINDOWS" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
BSC32=bscmake.exe
BSC32_FLAGS=/nologo /o"$(OUTDIR)\replace.bsc"
BSC32_SBRS= \
LINK32=link.exe
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 setargv.obj /nologo /subsystem:console /incremental:no /pdb:"$(OUTDIR)\replace.pdb" /machine:I386 /out:"../client_debug/replace.exe" /pdbtype:sept
LINK32_OBJS= \
"$(INTDIR)\replace.obj" \
"..\lib_debug\dbug.lib" \
"..\lib_debug\mysys.lib" \
"..\lib_debug\strings.lib"
"..\client_debug\replace.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
$(LINK32) @<<
$(LINK32_FLAGS) $(LINK32_OBJS)
<<
!ENDIF
.c{$(INTDIR)}.obj::
$(CPP) @<<
$(CPP_PROJ) $<
<<
.cpp{$(INTDIR)}.obj::
$(CPP) @<<
$(CPP_PROJ) $<
<<
.cxx{$(INTDIR)}.obj::
$(CPP) @<<
$(CPP_PROJ) $<
<<
.c{$(INTDIR)}.sbr::
$(CPP) @<<
$(CPP_PROJ) $<
<<
.cpp{$(INTDIR)}.sbr::
$(CPP) @<<
$(CPP_PROJ) $<
<<
.cxx{$(INTDIR)}.sbr::
$(CPP) @<<
$(CPP_PROJ) $<
<<
!IF "$(NO_EXTERNAL_DEPS)" != "1"
!IF EXISTS("replace.dep")
!INCLUDE "replace.dep"
!ELSE
!MESSAGE Warning: cannot find "replace.dep"
!ENDIF
!ENDIF
!IF "$(CFG)" == "replace - Win32 Release" || "$(CFG)" == "replace - Win32 Debug"
!IF "$(CFG)" == "replace - Win32 Release"
"dbug - Win32 Release" :
cd "\MYSQL-3.23\dbug"
$(MAKE) /$(MAKEFLAGS) /F ".\dbug.mak" CFG="dbug - Win32 Release"
cd "..\replace"
"dbug - Win32 ReleaseCLEAN" :
cd "\MYSQL-3.23\dbug"
$(MAKE) /$(MAKEFLAGS) /F ".\dbug.mak" CFG="dbug - Win32 Release" RECURSE=1 CLEAN
cd "..\replace"
!ELSEIF "$(CFG)" == "replace - Win32 Debug"
"dbug - Win32 Debug" :
cd "\MYSQL-3.23\dbug"
$(MAKE) /$(MAKEFLAGS) /F ".\dbug.mak" CFG="dbug - Win32 Debug"
cd "..\replace"
"dbug - Win32 DebugCLEAN" :
cd "\MYSQL-3.23\dbug"
$(MAKE) /$(MAKEFLAGS) /F ".\dbug.mak" CFG="dbug - Win32 Debug" RECURSE=1 CLEAN
cd "..\replace"
!ENDIF
!IF "$(CFG)" == "replace - Win32 Release"
"mysys - Win32 Release" :
cd "\MYSQL-3.23\mysys"
$(MAKE) /$(MAKEFLAGS) /F ".\mysys.mak" CFG="mysys - Win32 Release"
cd "..\replace"
"mysys - Win32 ReleaseCLEAN" :
cd "\MYSQL-3.23\mysys"
$(MAKE) /$(MAKEFLAGS) /F ".\mysys.mak" CFG="mysys - Win32 Release" RECURSE=1 CLEAN
cd "..\replace"
!ELSEIF "$(CFG)" == "replace - Win32 Debug"
"mysys - Win32 Debug" :
cd "\MYSQL-3.23\mysys"
$(MAKE) /$(MAKEFLAGS) /F ".\mysys.mak" CFG="mysys - Win32 Debug"
cd "..\replace"
"mysys - Win32 DebugCLEAN" :
cd "\MYSQL-3.23\mysys"
$(MAKE) /$(MAKEFLAGS) /F ".\mysys.mak" CFG="mysys - Win32 Debug" RECURSE=1 CLEAN
cd "..\replace"
!ENDIF
!IF "$(CFG)" == "replace - Win32 Release"
"strings - Win32 Release" :
cd "\MYSQL-3.23\strings"
$(MAKE) /$(MAKEFLAGS) /F ".\strings.mak" CFG="strings - Win32 Release"
cd "..\replace"
"strings - Win32 ReleaseCLEAN" :
cd "\MYSQL-3.23\strings"
$(MAKE) /$(MAKEFLAGS) /F ".\strings.mak" CFG="strings - Win32 Release" RECURSE=1 CLEAN
cd "..\replace"
!ELSEIF "$(CFG)" == "replace - Win32 Debug"
"strings - Win32 Debug" :
cd "\MYSQL-3.23\strings"
$(MAKE) /$(MAKEFLAGS) /F ".\strings.mak" CFG="strings - Win32 Debug"
cd "..\replace"
"strings - Win32 DebugCLEAN" :
cd "\MYSQL-3.23\strings"
$(MAKE) /$(MAKEFLAGS) /F ".\strings.mak" CFG="strings - Win32 Debug" RECURSE=1 CLEAN
cd "..\replace"
!ENDIF
SOURCE=..\extra\replace.c
"$(INTDIR)\replace.obj" : $(SOURCE) "$(INTDIR)"
$(CPP) $(CPP_PROJ) $(SOURCE)
!ENDIF