home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2001 January
/
Chip_2001-01_cd1.bin
/
tema
/
mysql
/
mysql-3.23.28g-win-source.exe
/
myisamlog
/
myisamlog.mak
< prev
Wrap
Text File
|
2000-10-16
|
9KB
|
302 lines
# Microsoft Developer Studio Generated NMAKE File, Based on myisamlog.dsp
!IF "$(CFG)" == ""
CFG=myisamlog - Win32 Debug
!MESSAGE No configuration specified. Defaulting to myisamlog - Win32 Debug.
!ENDIF
!IF "$(CFG)" != "myisamlog - Win32 Release" && "$(CFG)" != "myisamlog - 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 "myisamlog.mak" CFG="myisamlog - Win32 Debug"
!MESSAGE
!MESSAGE Possible choices for configuration are:
!MESSAGE
!MESSAGE "myisamlog - Win32 Release" (based on "Win32 (x86) Console Application")
!MESSAGE "myisamlog - 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)" == "myisamlog - Win32 Release"
OUTDIR=.\Release
INTDIR=.\Release
# Begin Custom Macros
OutDir=.\Release
# End Custom Macros
!IF "$(RECURSE)" == "0"
ALL : "..\client_release\myisamlog.exe" "$(OUTDIR)\myisamlog.bsc"
!ELSE
ALL : "strings - Win32 Release" "mysys - Win32 Release" "myisam - Win32 Release" "dbug - Win32 Release" "..\client_release\myisamlog.exe" "$(OUTDIR)\myisamlog.bsc"
!ENDIF
!IF "$(RECURSE)" == "1"
CLEAN :"dbug - Win32 ReleaseCLEAN" "myisam - Win32 ReleaseCLEAN" "mysys - Win32 ReleaseCLEAN" "strings - Win32 ReleaseCLEAN"
!ELSE
CLEAN :
!ENDIF
-@erase "$(INTDIR)\myisamlog.obj"
-@erase "$(INTDIR)\myisamlog.sbr"
-@erase "$(INTDIR)\vc60.idb"
-@erase "$(OUTDIR)\myisamlog.bsc"
-@erase "..\client_release\myisamlog.exe"
"$(OUTDIR)" :
if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
CPP_PROJ=/nologo /G6 /MT /W3 /O2 /I "../include" /I "../myisam" /D "NDEBUG" /D "DBUG_OFF" /D "_CONSOLE" /D "_MBCS" /D "_WINDOWS" /FR"$(INTDIR)\\" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
BSC32=bscmake.exe
BSC32_FLAGS=/nologo /o"$(OUTDIR)\myisamlog.bsc"
BSC32_SBRS= \
"$(INTDIR)\myisamlog.sbr"
"$(OUTDIR)\myisamlog.bsc" : "$(OUTDIR)" $(BSC32_SBRS)
$(BSC32) @<<
$(BSC32_FLAGS) $(BSC32_SBRS)
<<
LINK32=link.exe
LINK32_FLAGS=wsock32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib uuid.lib setargv.obj /nologo /subsystem:console /incremental:no /pdb:"$(OUTDIR)\myisamchk.pdb" /machine:I386 /out:"../client_release/myisamlog.exe"
LINK32_OBJS= \
"$(INTDIR)\myisamlog.obj" \
"..\lib_release\dbug.lib" \
"..\lib_release\myisam.lib" \
"..\lib_release\mysys.lib" \
"..\lib_release\strings.lib"
"..\client_release\myisamlog.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
$(LINK32) @<<
$(LINK32_FLAGS) $(LINK32_OBJS)
<<
!ELSEIF "$(CFG)" == "myisamlog - Win32 Debug"
OUTDIR=.\Debug
INTDIR=.\Debug
# Begin Custom Macros
OutDir=.\Debug
# End Custom Macros
!IF "$(RECURSE)" == "0"
ALL : "..\client_debug\myisamlog.exe" "$(OUTDIR)\myisamlog.bsc"
!ELSE
ALL : "strings - Win32 Debug" "mysys - Win32 Debug" "myisam - Win32 Debug" "dbug - Win32 Debug" "..\client_debug\myisamlog.exe" "$(OUTDIR)\myisamlog.bsc"
!ENDIF
!IF "$(RECURSE)" == "1"
CLEAN :"dbug - Win32 DebugCLEAN" "myisam - Win32 DebugCLEAN" "mysys - Win32 DebugCLEAN" "strings - Win32 DebugCLEAN"
!ELSE
CLEAN :
!ENDIF
-@erase "$(INTDIR)\myisamlog.obj"
-@erase "$(INTDIR)\myisamlog.sbr"
-@erase "$(INTDIR)\vc60.idb"
-@erase "$(OUTDIR)\myisamchk.pdb"
-@erase "$(OUTDIR)\myisamlog.bsc"
-@erase "..\client_debug\myisamlog.exe"
"$(OUTDIR)" :
if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
CPP_PROJ=/nologo /G6 /MTd /W3 /Z7 /Od /I "../include" /I "../myisam" /D "_DEBUG" /D "SAFEMALLOC" /D "SAFE_MUTEX" /D "_CONSOLE" /D "_MBCS" /D "_WINDOWS" /FR"$(INTDIR)\\" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
BSC32=bscmake.exe
BSC32_FLAGS=/nologo /o"$(OUTDIR)\myisamlog.bsc"
BSC32_SBRS= \
"$(INTDIR)\myisamlog.sbr"
"$(OUTDIR)\myisamlog.bsc" : "$(OUTDIR)" $(BSC32_SBRS)
$(BSC32) @<<
$(BSC32_FLAGS) $(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)\myisamchk.pdb" /debug /machine:I386 /out:"../client_debug/myisamlog.exe" /pdbtype:sept
LINK32_OBJS= \
"$(INTDIR)\myisamlog.obj" \
"..\lib_debug\dbug.lib" \
"..\lib_Debug\myisam.lib" \
"..\lib_debug\mysys.lib" \
"..\lib_debug\strings.lib"
"..\client_debug\myisamlog.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("myisamlog.dep")
!INCLUDE "myisamlog.dep"
!ELSE
!MESSAGE Warning: cannot find "myisamlog.dep"
!ENDIF
!ENDIF
!IF "$(CFG)" == "myisamlog - Win32 Release" || "$(CFG)" == "myisamlog - Win32 Debug"
SOURCE=..\myisam\myisamlog.c
"$(INTDIR)\myisamlog.obj" "$(INTDIR)\myisamlog.sbr" : $(SOURCE) "$(INTDIR)"
$(CPP) $(CPP_PROJ) $(SOURCE)
!IF "$(CFG)" == "myisamlog - Win32 Release"
"dbug - Win32 Release" :
cd "\MYSQL-3.23\dbug"
$(MAKE) /$(MAKEFLAGS) /F ".\dbug.mak" CFG="dbug - Win32 Release"
cd "..\myisamlog"
"dbug - Win32 ReleaseCLEAN" :
cd "\MYSQL-3.23\dbug"
$(MAKE) /$(MAKEFLAGS) /F ".\dbug.mak" CFG="dbug - Win32 Release" RECURSE=1 CLEAN
cd "..\myisamlog"
!ELSEIF "$(CFG)" == "myisamlog - Win32 Debug"
"dbug - Win32 Debug" :
cd "\MYSQL-3.23\dbug"
$(MAKE) /$(MAKEFLAGS) /F ".\dbug.mak" CFG="dbug - Win32 Debug"
cd "..\myisamlog"
"dbug - Win32 DebugCLEAN" :
cd "\MYSQL-3.23\dbug"
$(MAKE) /$(MAKEFLAGS) /F ".\dbug.mak" CFG="dbug - Win32 Debug" RECURSE=1 CLEAN
cd "..\myisamlog"
!ENDIF
!IF "$(CFG)" == "myisamlog - Win32 Release"
"myisam - Win32 Release" :
cd "\MYSQL-3.23\myisam"
$(MAKE) /$(MAKEFLAGS) /F ".\myisam.mak" CFG="myisam - Win32 Release"
cd "..\myisamlog"
"myisam - Win32 ReleaseCLEAN" :
cd "\MYSQL-3.23\myisam"
$(MAKE) /$(MAKEFLAGS) /F ".\myisam.mak" CFG="myisam - Win32 Release" RECURSE=1 CLEAN
cd "..\myisamlog"
!ELSEIF "$(CFG)" == "myisamlog - Win32 Debug"
"myisam - Win32 Debug" :
cd "\MYSQL-3.23\myisam"
$(MAKE) /$(MAKEFLAGS) /F ".\myisam.mak" CFG="myisam - Win32 Debug"
cd "..\myisamlog"
"myisam - Win32 DebugCLEAN" :
cd "\MYSQL-3.23\myisam"
$(MAKE) /$(MAKEFLAGS) /F ".\myisam.mak" CFG="myisam - Win32 Debug" RECURSE=1 CLEAN
cd "..\myisamlog"
!ENDIF
!IF "$(CFG)" == "myisamlog - Win32 Release"
"mysys - Win32 Release" :
cd "\MYSQL-3.23\mysys"
$(MAKE) /$(MAKEFLAGS) /F ".\mysys.mak" CFG="mysys - Win32 Release"
cd "..\myisamlog"
"mysys - Win32 ReleaseCLEAN" :
cd "\MYSQL-3.23\mysys"
$(MAKE) /$(MAKEFLAGS) /F ".\mysys.mak" CFG="mysys - Win32 Release" RECURSE=1 CLEAN
cd "..\myisamlog"
!ELSEIF "$(CFG)" == "myisamlog - Win32 Debug"
"mysys - Win32 Debug" :
cd "\MYSQL-3.23\mysys"
$(MAKE) /$(MAKEFLAGS) /F ".\mysys.mak" CFG="mysys - Win32 Debug"
cd "..\myisamlog"
"mysys - Win32 DebugCLEAN" :
cd "\MYSQL-3.23\mysys"
$(MAKE) /$(MAKEFLAGS) /F ".\mysys.mak" CFG="mysys - Win32 Debug" RECURSE=1 CLEAN
cd "..\myisamlog"
!ENDIF
!IF "$(CFG)" == "myisamlog - Win32 Release"
"strings - Win32 Release" :
cd "\MYSQL-3.23\strings"
$(MAKE) /$(MAKEFLAGS) /F ".\strings.mak" CFG="strings - Win32 Release"
cd "..\myisamlog"
"strings - Win32 ReleaseCLEAN" :
cd "\MYSQL-3.23\strings"
$(MAKE) /$(MAKEFLAGS) /F ".\strings.mak" CFG="strings - Win32 Release" RECURSE=1 CLEAN
cd "..\myisamlog"
!ELSEIF "$(CFG)" == "myisamlog - Win32 Debug"
"strings - Win32 Debug" :
cd "\MYSQL-3.23\strings"
$(MAKE) /$(MAKEFLAGS) /F ".\strings.mak" CFG="strings - Win32 Debug"
cd "..\myisamlog"
"strings - Win32 DebugCLEAN" :
cd "\MYSQL-3.23\strings"
$(MAKE) /$(MAKEFLAGS) /F ".\strings.mak" CFG="strings - Win32 Debug" RECURSE=1 CLEAN
cd "..\myisamlog"
!ENDIF
!ENDIF