mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-29 21:47:59 +00:00
Build Script modifications
This commit is contained in:
parent
caae0e0b44
commit
1fac3f0e70
272
bin/dig/win32/dig.mak
Normal file
272
bin/dig/win32/dig.mak
Normal file
@ -0,0 +1,272 @@
|
|||||||
|
# Microsoft Developer Studio Generated NMAKE File, Based on dig.dsp
|
||||||
|
!IF "$(CFG)" == ""
|
||||||
|
CFG=dig - Win32 Debug
|
||||||
|
!MESSAGE No configuration specified. Defaulting to dig - Win32 Debug.
|
||||||
|
!ENDIF
|
||||||
|
|
||||||
|
!IF "$(CFG)" != "dig - Win32 Release" && "$(CFG)" != "dig - 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 "dig.mak" CFG="dig - Win32 Debug"
|
||||||
|
!MESSAGE
|
||||||
|
!MESSAGE Possible choices for configuration are:
|
||||||
|
!MESSAGE
|
||||||
|
!MESSAGE "dig - Win32 Release" (based on "Win32 (x86) Console Application")
|
||||||
|
!MESSAGE "dig - 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)" == "dig - Win32 Release"
|
||||||
|
|
||||||
|
OUTDIR=.\Release
|
||||||
|
INTDIR=.\Release
|
||||||
|
|
||||||
|
!IF "$(RECURSE)" == "0"
|
||||||
|
|
||||||
|
ALL : "..\..\..\Build\Release\dig.exe"
|
||||||
|
|
||||||
|
!ELSE
|
||||||
|
|
||||||
|
ALL : "libisc - Win32 Release" "libdns - Win32 Release" "..\..\..\Build\Release\dig.exe"
|
||||||
|
|
||||||
|
!ENDIF
|
||||||
|
|
||||||
|
!IF "$(RECURSE)" == "1"
|
||||||
|
CLEAN :"libdns - Win32 ReleaseCLEAN" "libisc - Win32 ReleaseCLEAN"
|
||||||
|
!ELSE
|
||||||
|
CLEAN :
|
||||||
|
!ENDIF
|
||||||
|
-@erase "$(INTDIR)\dig.obj"
|
||||||
|
-@erase "$(INTDIR)\dighost.obj"
|
||||||
|
-@erase "$(INTDIR)\vc60.idb"
|
||||||
|
-@erase "..\..\..\Build\Release\dig.exe"
|
||||||
|
|
||||||
|
"$(OUTDIR)" :
|
||||||
|
if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
|
||||||
|
|
||||||
|
CPP_PROJ=/nologo /MT /W3 /GX /O2 /I "./" /I "../include" /I "../../../" /I "../../../lib/isc/win32" /I "../../../lib/isc/win32/include" /I "../../../lib/isc/include" /I "../../../lib/dns/include" /I "../../../lib/dns/sec/dst/include" /D "WIN32" /D "__STDC__" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"$(INTDIR)\dig.pch" /YX /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
|
||||||
|
BSC32=bscmake.exe
|
||||||
|
BSC32_FLAGS=/nologo /o"$(OUTDIR)\dig.bsc"
|
||||||
|
BSC32_SBRS= \
|
||||||
|
|
||||||
|
LINK32=link.exe
|
||||||
|
LINK32_FLAGS=user32.lib advapi32.lib ws2_32.lib ../../../lib/isc/win32/Release/libisc.lib ../../../lib/dns/win32/Release/libdns.lib /nologo /subsystem:console /incremental:no /pdb:"$(OUTDIR)\dig.pdb" /machine:I386 /out:"../../../Build/Release/dig.exe"
|
||||||
|
LINK32_OBJS= \
|
||||||
|
"$(INTDIR)\dig.obj" \
|
||||||
|
"$(INTDIR)\dighost.obj" \
|
||||||
|
"..\..\..\lib\dns\win32\Release\libdns.lib" \
|
||||||
|
"..\..\..\lib\isc\win32\Release\libisc.lib"
|
||||||
|
|
||||||
|
"..\..\..\Build\Release\dig.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
|
||||||
|
$(LINK32) @<<
|
||||||
|
$(LINK32_FLAGS) $(LINK32_OBJS)
|
||||||
|
<<
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "dig - Win32 Debug"
|
||||||
|
|
||||||
|
OUTDIR=.\Debug
|
||||||
|
INTDIR=.\Debug
|
||||||
|
# Begin Custom Macros
|
||||||
|
OutDir=.\Debug
|
||||||
|
# End Custom Macros
|
||||||
|
|
||||||
|
!IF "$(RECURSE)" == "0"
|
||||||
|
|
||||||
|
ALL : "..\..\..\Build\Debug\dig.exe" "$(OUTDIR)\dig.bsc"
|
||||||
|
|
||||||
|
!ELSE
|
||||||
|
|
||||||
|
ALL : "libisc - Win32 Debug" "libdns - Win32 Debug" "..\..\..\Build\Debug\dig.exe" "$(OUTDIR)\dig.bsc"
|
||||||
|
|
||||||
|
!ENDIF
|
||||||
|
|
||||||
|
!IF "$(RECURSE)" == "1"
|
||||||
|
CLEAN :"libdns - Win32 DebugCLEAN" "libisc - Win32 DebugCLEAN"
|
||||||
|
!ELSE
|
||||||
|
CLEAN :
|
||||||
|
!ENDIF
|
||||||
|
-@erase "$(INTDIR)\dig.obj"
|
||||||
|
-@erase "$(INTDIR)\dig.sbr"
|
||||||
|
-@erase "$(INTDIR)\dighost.obj"
|
||||||
|
-@erase "$(INTDIR)\dighost.sbr"
|
||||||
|
-@erase "$(INTDIR)\vc60.idb"
|
||||||
|
-@erase "$(INTDIR)\vc60.pdb"
|
||||||
|
-@erase "$(OUTDIR)\dig.bsc"
|
||||||
|
-@erase "$(OUTDIR)\dig.pdb"
|
||||||
|
-@erase "..\..\..\Build\Debug\dig.exe"
|
||||||
|
-@erase "..\..\..\Build\Debug\dig.ilk"
|
||||||
|
|
||||||
|
"$(OUTDIR)" :
|
||||||
|
if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
|
||||||
|
|
||||||
|
CPP_PROJ=/nologo /MTd /W3 /Gm /GX /ZI /Od /I "./" /I "../include" /I "../../../" /I "../../../lib/isc/win32" /I "../../../lib/isc/win32/include" /I "../../../lib/isc/include" /I "../../../lib/dns/include" /I "../../../lib/dns/sec/dst/include" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /FR"$(INTDIR)\\" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c
|
||||||
|
BSC32=bscmake.exe
|
||||||
|
BSC32_FLAGS=/nologo /o"$(OUTDIR)\dig.bsc"
|
||||||
|
BSC32_SBRS= \
|
||||||
|
"$(INTDIR)\dig.sbr" \
|
||||||
|
"$(INTDIR)\dighost.sbr"
|
||||||
|
|
||||||
|
"$(OUTDIR)\dig.bsc" : "$(OUTDIR)" $(BSC32_SBRS)
|
||||||
|
$(BSC32) @<<
|
||||||
|
$(BSC32_FLAGS) $(BSC32_SBRS)
|
||||||
|
<<
|
||||||
|
|
||||||
|
LINK32=link.exe
|
||||||
|
LINK32_FLAGS=user32.lib advapi32.lib ws2_32.lib ../../../lib/isc/win32/Debug/libisc.lib ../../../lib/dns/win32/Debug/libdns.lib /nologo /subsystem:console /incremental:yes /pdb:"$(OUTDIR)\dig.pdb" /debug /machine:I386 /out:"../../../Build/Debug/dig.exe" /pdbtype:sept
|
||||||
|
LINK32_OBJS= \
|
||||||
|
"$(INTDIR)\dig.obj" \
|
||||||
|
"$(INTDIR)\dighost.obj" \
|
||||||
|
"..\..\..\lib\dns\win32\Debug\libdns.lib" \
|
||||||
|
"..\..\..\lib\isc\win32\Debug\libisc.lib"
|
||||||
|
|
||||||
|
"..\..\..\Build\Debug\dig.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("dig.dep")
|
||||||
|
!INCLUDE "dig.dep"
|
||||||
|
!ELSE
|
||||||
|
!MESSAGE Warning: cannot find "dig.dep"
|
||||||
|
!ENDIF
|
||||||
|
!ENDIF
|
||||||
|
|
||||||
|
|
||||||
|
!IF "$(CFG)" == "dig - Win32 Release" || "$(CFG)" == "dig - Win32 Debug"
|
||||||
|
SOURCE=..\dig.c
|
||||||
|
|
||||||
|
!IF "$(CFG)" == "dig - Win32 Release"
|
||||||
|
|
||||||
|
|
||||||
|
"$(INTDIR)\dig.obj" : $(SOURCE) "$(INTDIR)"
|
||||||
|
$(CPP) $(CPP_PROJ) $(SOURCE)
|
||||||
|
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "dig - Win32 Debug"
|
||||||
|
|
||||||
|
|
||||||
|
"$(INTDIR)\dig.obj" "$(INTDIR)\dig.sbr" : $(SOURCE) "$(INTDIR)"
|
||||||
|
$(CPP) $(CPP_PROJ) $(SOURCE)
|
||||||
|
|
||||||
|
|
||||||
|
!ENDIF
|
||||||
|
|
||||||
|
SOURCE=..\dighost.c
|
||||||
|
|
||||||
|
!IF "$(CFG)" == "dig - Win32 Release"
|
||||||
|
|
||||||
|
|
||||||
|
"$(INTDIR)\dighost.obj" : $(SOURCE) "$(INTDIR)"
|
||||||
|
$(CPP) $(CPP_PROJ) $(SOURCE)
|
||||||
|
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "dig - Win32 Debug"
|
||||||
|
|
||||||
|
|
||||||
|
"$(INTDIR)\dighost.obj" "$(INTDIR)\dighost.sbr" : $(SOURCE) "$(INTDIR)"
|
||||||
|
$(CPP) $(CPP_PROJ) $(SOURCE)
|
||||||
|
|
||||||
|
|
||||||
|
!ENDIF
|
||||||
|
|
||||||
|
!IF "$(CFG)" == "dig - Win32 Release"
|
||||||
|
|
||||||
|
"libdns - Win32 Release" :
|
||||||
|
cd "\bind9.2.0\lib\dns\win32"
|
||||||
|
$(MAKE) /$(MAKEFLAGS) /F .\libdns.mak CFG="libdns - Win32 Release"
|
||||||
|
cd "..\..\..\bin\dig\win32"
|
||||||
|
|
||||||
|
"libdns - Win32 ReleaseCLEAN" :
|
||||||
|
cd "\bind9.2.0\lib\dns\win32"
|
||||||
|
$(MAKE) /$(MAKEFLAGS) /F .\libdns.mak CFG="libdns - Win32 Release" RECURSE=1 CLEAN
|
||||||
|
cd "..\..\..\bin\dig\win32"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "dig - Win32 Debug"
|
||||||
|
|
||||||
|
"libdns - Win32 Debug" :
|
||||||
|
cd "\bind9.2.0\lib\dns\win32"
|
||||||
|
$(MAKE) /$(MAKEFLAGS) /F .\libdns.mak CFG="libdns - Win32 Debug"
|
||||||
|
cd "..\..\..\bin\dig\win32"
|
||||||
|
|
||||||
|
"libdns - Win32 DebugCLEAN" :
|
||||||
|
cd "\bind9.2.0\lib\dns\win32"
|
||||||
|
$(MAKE) /$(MAKEFLAGS) /F .\libdns.mak CFG="libdns - Win32 Debug" RECURSE=1 CLEAN
|
||||||
|
cd "..\..\..\bin\dig\win32"
|
||||||
|
|
||||||
|
!ENDIF
|
||||||
|
|
||||||
|
!IF "$(CFG)" == "dig - Win32 Release"
|
||||||
|
|
||||||
|
"libisc - Win32 Release" :
|
||||||
|
cd "\bind9.2.0\lib\isc\win32"
|
||||||
|
$(MAKE) /$(MAKEFLAGS) /F .\libisc.mak CFG="libisc - Win32 Release"
|
||||||
|
cd "..\..\..\bin\dig\win32"
|
||||||
|
|
||||||
|
"libisc - Win32 ReleaseCLEAN" :
|
||||||
|
cd "\bind9.2.0\lib\isc\win32"
|
||||||
|
$(MAKE) /$(MAKEFLAGS) /F .\libisc.mak CFG="libisc - Win32 Release" RECURSE=1 CLEAN
|
||||||
|
cd "..\..\..\bin\dig\win32"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "dig - Win32 Debug"
|
||||||
|
|
||||||
|
"libisc - Win32 Debug" :
|
||||||
|
cd "\bind9.2.0\lib\isc\win32"
|
||||||
|
$(MAKE) /$(MAKEFLAGS) /F .\libisc.mak CFG="libisc - Win32 Debug"
|
||||||
|
cd "..\..\..\bin\dig\win32"
|
||||||
|
|
||||||
|
"libisc - Win32 DebugCLEAN" :
|
||||||
|
cd "\bind9.2.0\lib\isc\win32"
|
||||||
|
$(MAKE) /$(MAKEFLAGS) /F .\libisc.mak CFG="libisc - Win32 Debug" RECURSE=1 CLEAN
|
||||||
|
cd "..\..\..\bin\dig\win32"
|
||||||
|
|
||||||
|
!ENDIF
|
||||||
|
|
||||||
|
|
||||||
|
!ENDIF
|
||||||
|
|
272
bin/dig/win32/host.mak
Normal file
272
bin/dig/win32/host.mak
Normal file
@ -0,0 +1,272 @@
|
|||||||
|
# Microsoft Developer Studio Generated NMAKE File, Based on host.dsp
|
||||||
|
!IF "$(CFG)" == ""
|
||||||
|
CFG=host - Win32 Debug
|
||||||
|
!MESSAGE No configuration specified. Defaulting to host - Win32 Debug.
|
||||||
|
!ENDIF
|
||||||
|
|
||||||
|
!IF "$(CFG)" != "host - Win32 Release" && "$(CFG)" != "host - 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 "host.mak" CFG="host - Win32 Debug"
|
||||||
|
!MESSAGE
|
||||||
|
!MESSAGE Possible choices for configuration are:
|
||||||
|
!MESSAGE
|
||||||
|
!MESSAGE "host - Win32 Release" (based on "Win32 (x86) Console Application")
|
||||||
|
!MESSAGE "host - 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)" == "host - Win32 Release"
|
||||||
|
|
||||||
|
OUTDIR=.\Release
|
||||||
|
INTDIR=.\Release
|
||||||
|
|
||||||
|
!IF "$(RECURSE)" == "0"
|
||||||
|
|
||||||
|
ALL : "..\..\..\Build\Release\host.exe"
|
||||||
|
|
||||||
|
!ELSE
|
||||||
|
|
||||||
|
ALL : "libisc - Win32 Release" "libdns - Win32 Release" "..\..\..\Build\Release\host.exe"
|
||||||
|
|
||||||
|
!ENDIF
|
||||||
|
|
||||||
|
!IF "$(RECURSE)" == "1"
|
||||||
|
CLEAN :"libdns - Win32 ReleaseCLEAN" "libisc - Win32 ReleaseCLEAN"
|
||||||
|
!ELSE
|
||||||
|
CLEAN :
|
||||||
|
!ENDIF
|
||||||
|
-@erase "$(INTDIR)\dighost.obj"
|
||||||
|
-@erase "$(INTDIR)\host.obj"
|
||||||
|
-@erase "$(INTDIR)\vc60.idb"
|
||||||
|
-@erase "..\..\..\Build\Release\host.exe"
|
||||||
|
|
||||||
|
"$(OUTDIR)" :
|
||||||
|
if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
|
||||||
|
|
||||||
|
CPP_PROJ=/nologo /MT /W3 /GX /O2 /I "./" /I "../include" /I "../../../" /I "../../../lib/isc/win32" /I "../../../lib/isc/win32/include" /I "../../../lib/isc/include" /I "../../../lib/dns/include" /I "../../../lib/dns/sec/dst/include" /D "WIN32" /D "__STDC__" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"$(INTDIR)\host.pch" /YX /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
|
||||||
|
BSC32=bscmake.exe
|
||||||
|
BSC32_FLAGS=/nologo /o"$(OUTDIR)\host.bsc"
|
||||||
|
BSC32_SBRS= \
|
||||||
|
|
||||||
|
LINK32=link.exe
|
||||||
|
LINK32_FLAGS=user32.lib advapi32.lib ws2_32.lib ../../../lib/isc/win32/Release/libisc.lib ../../../lib/dns/win32/Release/libdns.lib /nologo /subsystem:console /incremental:no /pdb:"$(OUTDIR)\host.pdb" /machine:I386 /out:"../../../Build/Release/host.exe"
|
||||||
|
LINK32_OBJS= \
|
||||||
|
"$(INTDIR)\dighost.obj" \
|
||||||
|
"$(INTDIR)\host.obj" \
|
||||||
|
"..\..\..\lib\dns\win32\Release\libdns.lib" \
|
||||||
|
"..\..\..\lib\isc\win32\Release\libisc.lib"
|
||||||
|
|
||||||
|
"..\..\..\Build\Release\host.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
|
||||||
|
$(LINK32) @<<
|
||||||
|
$(LINK32_FLAGS) $(LINK32_OBJS)
|
||||||
|
<<
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "host - Win32 Debug"
|
||||||
|
|
||||||
|
OUTDIR=.\Debug
|
||||||
|
INTDIR=.\Debug
|
||||||
|
# Begin Custom Macros
|
||||||
|
OutDir=.\Debug
|
||||||
|
# End Custom Macros
|
||||||
|
|
||||||
|
!IF "$(RECURSE)" == "0"
|
||||||
|
|
||||||
|
ALL : "..\..\..\Build\Debug\host.exe" "$(OUTDIR)\host.bsc"
|
||||||
|
|
||||||
|
!ELSE
|
||||||
|
|
||||||
|
ALL : "libisc - Win32 Debug" "libdns - Win32 Debug" "..\..\..\Build\Debug\host.exe" "$(OUTDIR)\host.bsc"
|
||||||
|
|
||||||
|
!ENDIF
|
||||||
|
|
||||||
|
!IF "$(RECURSE)" == "1"
|
||||||
|
CLEAN :"libdns - Win32 DebugCLEAN" "libisc - Win32 DebugCLEAN"
|
||||||
|
!ELSE
|
||||||
|
CLEAN :
|
||||||
|
!ENDIF
|
||||||
|
-@erase "$(INTDIR)\dighost.obj"
|
||||||
|
-@erase "$(INTDIR)\dighost.sbr"
|
||||||
|
-@erase "$(INTDIR)\host.obj"
|
||||||
|
-@erase "$(INTDIR)\host.sbr"
|
||||||
|
-@erase "$(INTDIR)\vc60.idb"
|
||||||
|
-@erase "$(INTDIR)\vc60.pdb"
|
||||||
|
-@erase "$(OUTDIR)\host.bsc"
|
||||||
|
-@erase "$(OUTDIR)\host.pdb"
|
||||||
|
-@erase "..\..\..\Build\Debug\host.exe"
|
||||||
|
-@erase "..\..\..\Build\Debug\host.ilk"
|
||||||
|
|
||||||
|
"$(OUTDIR)" :
|
||||||
|
if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
|
||||||
|
|
||||||
|
CPP_PROJ=/nologo /MTd /W3 /Gm /GX /ZI /Od /I "./" /I "../include" /I "../../../" /I "../../../lib/isc/win32" /I "../../../lib/isc/win32/include" /I "../../../lib/isc/include" /I "../../../lib/dns/include" /I "../../../lib/dns/sec/dst/include" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /FR"$(INTDIR)\\" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c
|
||||||
|
BSC32=bscmake.exe
|
||||||
|
BSC32_FLAGS=/nologo /o"$(OUTDIR)\host.bsc"
|
||||||
|
BSC32_SBRS= \
|
||||||
|
"$(INTDIR)\dighost.sbr" \
|
||||||
|
"$(INTDIR)\host.sbr"
|
||||||
|
|
||||||
|
"$(OUTDIR)\host.bsc" : "$(OUTDIR)" $(BSC32_SBRS)
|
||||||
|
$(BSC32) @<<
|
||||||
|
$(BSC32_FLAGS) $(BSC32_SBRS)
|
||||||
|
<<
|
||||||
|
|
||||||
|
LINK32=link.exe
|
||||||
|
LINK32_FLAGS=user32.lib advapi32.lib ws2_32.lib ../../../lib/isc/win32/Debug/libisc.lib ../../../lib/dns/win32/Debug/libdns.lib /nologo /subsystem:console /incremental:yes /pdb:"$(OUTDIR)\host.pdb" /debug /machine:I386 /out:"../../../Build/Debug/host.exe" /pdbtype:sept
|
||||||
|
LINK32_OBJS= \
|
||||||
|
"$(INTDIR)\dighost.obj" \
|
||||||
|
"$(INTDIR)\host.obj" \
|
||||||
|
"..\..\..\lib\dns\win32\Debug\libdns.lib" \
|
||||||
|
"..\..\..\lib\isc\win32\Debug\libisc.lib"
|
||||||
|
|
||||||
|
"..\..\..\Build\Debug\host.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("host.dep")
|
||||||
|
!INCLUDE "host.dep"
|
||||||
|
!ELSE
|
||||||
|
!MESSAGE Warning: cannot find "host.dep"
|
||||||
|
!ENDIF
|
||||||
|
!ENDIF
|
||||||
|
|
||||||
|
|
||||||
|
!IF "$(CFG)" == "host - Win32 Release" || "$(CFG)" == "host - Win32 Debug"
|
||||||
|
SOURCE=..\dighost.c
|
||||||
|
|
||||||
|
!IF "$(CFG)" == "host - Win32 Release"
|
||||||
|
|
||||||
|
|
||||||
|
"$(INTDIR)\dighost.obj" : $(SOURCE) "$(INTDIR)"
|
||||||
|
$(CPP) $(CPP_PROJ) $(SOURCE)
|
||||||
|
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "host - Win32 Debug"
|
||||||
|
|
||||||
|
|
||||||
|
"$(INTDIR)\dighost.obj" "$(INTDIR)\dighost.sbr" : $(SOURCE) "$(INTDIR)"
|
||||||
|
$(CPP) $(CPP_PROJ) $(SOURCE)
|
||||||
|
|
||||||
|
|
||||||
|
!ENDIF
|
||||||
|
|
||||||
|
SOURCE=..\host.c
|
||||||
|
|
||||||
|
!IF "$(CFG)" == "host - Win32 Release"
|
||||||
|
|
||||||
|
|
||||||
|
"$(INTDIR)\host.obj" : $(SOURCE) "$(INTDIR)"
|
||||||
|
$(CPP) $(CPP_PROJ) $(SOURCE)
|
||||||
|
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "host - Win32 Debug"
|
||||||
|
|
||||||
|
|
||||||
|
"$(INTDIR)\host.obj" "$(INTDIR)\host.sbr" : $(SOURCE) "$(INTDIR)"
|
||||||
|
$(CPP) $(CPP_PROJ) $(SOURCE)
|
||||||
|
|
||||||
|
|
||||||
|
!ENDIF
|
||||||
|
|
||||||
|
!IF "$(CFG)" == "host - Win32 Release"
|
||||||
|
|
||||||
|
"libdns - Win32 Release" :
|
||||||
|
cd "\bind9.2.0\lib\dns\win32"
|
||||||
|
$(MAKE) /$(MAKEFLAGS) /F .\libdns.mak CFG="libdns - Win32 Release"
|
||||||
|
cd "..\..\..\bin\dig\win32"
|
||||||
|
|
||||||
|
"libdns - Win32 ReleaseCLEAN" :
|
||||||
|
cd "\bind9.2.0\lib\dns\win32"
|
||||||
|
$(MAKE) /$(MAKEFLAGS) /F .\libdns.mak CFG="libdns - Win32 Release" RECURSE=1 CLEAN
|
||||||
|
cd "..\..\..\bin\dig\win32"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "host - Win32 Debug"
|
||||||
|
|
||||||
|
"libdns - Win32 Debug" :
|
||||||
|
cd "\bind9.2.0\lib\dns\win32"
|
||||||
|
$(MAKE) /$(MAKEFLAGS) /F .\libdns.mak CFG="libdns - Win32 Debug"
|
||||||
|
cd "..\..\..\bin\dig\win32"
|
||||||
|
|
||||||
|
"libdns - Win32 DebugCLEAN" :
|
||||||
|
cd "\bind9.2.0\lib\dns\win32"
|
||||||
|
$(MAKE) /$(MAKEFLAGS) /F .\libdns.mak CFG="libdns - Win32 Debug" RECURSE=1 CLEAN
|
||||||
|
cd "..\..\..\bin\dig\win32"
|
||||||
|
|
||||||
|
!ENDIF
|
||||||
|
|
||||||
|
!IF "$(CFG)" == "host - Win32 Release"
|
||||||
|
|
||||||
|
"libisc - Win32 Release" :
|
||||||
|
cd "\bind9.2.0\lib\isc\win32"
|
||||||
|
$(MAKE) /$(MAKEFLAGS) /F .\libisc.mak CFG="libisc - Win32 Release"
|
||||||
|
cd "..\..\..\bin\dig\win32"
|
||||||
|
|
||||||
|
"libisc - Win32 ReleaseCLEAN" :
|
||||||
|
cd "\bind9.2.0\lib\isc\win32"
|
||||||
|
$(MAKE) /$(MAKEFLAGS) /F .\libisc.mak CFG="libisc - Win32 Release" RECURSE=1 CLEAN
|
||||||
|
cd "..\..\..\bin\dig\win32"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "host - Win32 Debug"
|
||||||
|
|
||||||
|
"libisc - Win32 Debug" :
|
||||||
|
cd "\bind9.2.0\lib\isc\win32"
|
||||||
|
$(MAKE) /$(MAKEFLAGS) /F .\libisc.mak CFG="libisc - Win32 Debug"
|
||||||
|
cd "..\..\..\bin\dig\win32"
|
||||||
|
|
||||||
|
"libisc - Win32 DebugCLEAN" :
|
||||||
|
cd "\bind9.2.0\lib\isc\win32"
|
||||||
|
$(MAKE) /$(MAKEFLAGS) /F .\libisc.mak CFG="libisc - Win32 Debug" RECURSE=1 CLEAN
|
||||||
|
cd "..\..\..\bin\dig\win32"
|
||||||
|
|
||||||
|
!ENDIF
|
||||||
|
|
||||||
|
|
||||||
|
!ENDIF
|
||||||
|
|
@ -88,11 +88,11 @@ LINK32=link.exe
|
|||||||
# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
|
# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
SOURCE=..\nslookup.c
|
SOURCE=..\dighost.c
|
||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
SOURCE=..\dighost.c
|
SOURCE=..\nslookup.c
|
||||||
# End Source File
|
# End Source File
|
||||||
# End Group
|
# End Group
|
||||||
# Begin Group "Header Files"
|
# Begin Group "Header Files"
|
||||||
|
272
bin/dig/win32/nslookup.mak
Normal file
272
bin/dig/win32/nslookup.mak
Normal file
@ -0,0 +1,272 @@
|
|||||||
|
# Microsoft Developer Studio Generated NMAKE File, Based on nslookup.dsp
|
||||||
|
!IF "$(CFG)" == ""
|
||||||
|
CFG=nslookup - Win32 Debug
|
||||||
|
!MESSAGE No configuration specified. Defaulting to nslookup - Win32 Debug.
|
||||||
|
!ENDIF
|
||||||
|
|
||||||
|
!IF "$(CFG)" != "nslookup - Win32 Release" && "$(CFG)" != "nslookup - 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 "nslookup.mak" CFG="nslookup - Win32 Debug"
|
||||||
|
!MESSAGE
|
||||||
|
!MESSAGE Possible choices for configuration are:
|
||||||
|
!MESSAGE
|
||||||
|
!MESSAGE "nslookup - Win32 Release" (based on "Win32 (x86) Console Application")
|
||||||
|
!MESSAGE "nslookup - 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)" == "nslookup - Win32 Release"
|
||||||
|
|
||||||
|
OUTDIR=.\Release
|
||||||
|
INTDIR=.\Release
|
||||||
|
|
||||||
|
!IF "$(RECURSE)" == "0"
|
||||||
|
|
||||||
|
ALL : "..\..\..\Build\Release\nslookup.exe"
|
||||||
|
|
||||||
|
!ELSE
|
||||||
|
|
||||||
|
ALL : "libisc - Win32 Release" "libdns - Win32 Release" "..\..\..\Build\Release\nslookup.exe"
|
||||||
|
|
||||||
|
!ENDIF
|
||||||
|
|
||||||
|
!IF "$(RECURSE)" == "1"
|
||||||
|
CLEAN :"libdns - Win32 ReleaseCLEAN" "libisc - Win32 ReleaseCLEAN"
|
||||||
|
!ELSE
|
||||||
|
CLEAN :
|
||||||
|
!ENDIF
|
||||||
|
-@erase "$(INTDIR)\dighost.obj"
|
||||||
|
-@erase "$(INTDIR)\nslookup.obj"
|
||||||
|
-@erase "$(INTDIR)\vc60.idb"
|
||||||
|
-@erase "..\..\..\Build\Release\nslookup.exe"
|
||||||
|
|
||||||
|
"$(OUTDIR)" :
|
||||||
|
if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
|
||||||
|
|
||||||
|
CPP_PROJ=/nologo /MT /W3 /GX /O2 /I "./" /I "../include" /I "../../../" /I "../../../lib/isc/win32" /I "../../../lib/isc/win32/include" /I "../../../lib/isc/include" /I "../../../lib/dns/include" /I "../../../lib/dns/sec/dst/include" /D "WIN32" /D "__STDC__" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"$(INTDIR)\nslookup.pch" /YX /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
|
||||||
|
BSC32=bscmake.exe
|
||||||
|
BSC32_FLAGS=/nologo /o"$(OUTDIR)\nslookup.bsc"
|
||||||
|
BSC32_SBRS= \
|
||||||
|
|
||||||
|
LINK32=link.exe
|
||||||
|
LINK32_FLAGS=user32.lib advapi32.lib ws2_32.lib ../../../lib/isc/win32/Release/libisc.lib ../../../lib/dns/win32/Release/libdns.lib /nologo /subsystem:console /incremental:no /pdb:"$(OUTDIR)\nslookup.pdb" /machine:I386 /out:"../../../Build/Release/nslookup.exe"
|
||||||
|
LINK32_OBJS= \
|
||||||
|
"$(INTDIR)\dighost.obj" \
|
||||||
|
"$(INTDIR)\nslookup.obj" \
|
||||||
|
"..\..\..\lib\dns\win32\Release\libdns.lib" \
|
||||||
|
"..\..\..\lib\isc\win32\Release\libisc.lib"
|
||||||
|
|
||||||
|
"..\..\..\Build\Release\nslookup.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
|
||||||
|
$(LINK32) @<<
|
||||||
|
$(LINK32_FLAGS) $(LINK32_OBJS)
|
||||||
|
<<
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "nslookup - Win32 Debug"
|
||||||
|
|
||||||
|
OUTDIR=.\Debug
|
||||||
|
INTDIR=.\Debug
|
||||||
|
# Begin Custom Macros
|
||||||
|
OutDir=.\Debug
|
||||||
|
# End Custom Macros
|
||||||
|
|
||||||
|
!IF "$(RECURSE)" == "0"
|
||||||
|
|
||||||
|
ALL : "..\..\..\Build\Debug\nslookup.exe" "$(OUTDIR)\nslookup.bsc"
|
||||||
|
|
||||||
|
!ELSE
|
||||||
|
|
||||||
|
ALL : "libisc - Win32 Debug" "libdns - Win32 Debug" "..\..\..\Build\Debug\nslookup.exe" "$(OUTDIR)\nslookup.bsc"
|
||||||
|
|
||||||
|
!ENDIF
|
||||||
|
|
||||||
|
!IF "$(RECURSE)" == "1"
|
||||||
|
CLEAN :"libdns - Win32 DebugCLEAN" "libisc - Win32 DebugCLEAN"
|
||||||
|
!ELSE
|
||||||
|
CLEAN :
|
||||||
|
!ENDIF
|
||||||
|
-@erase "$(INTDIR)\dighost.obj"
|
||||||
|
-@erase "$(INTDIR)\dighost.sbr"
|
||||||
|
-@erase "$(INTDIR)\nslookup.obj"
|
||||||
|
-@erase "$(INTDIR)\nslookup.sbr"
|
||||||
|
-@erase "$(INTDIR)\vc60.idb"
|
||||||
|
-@erase "$(INTDIR)\vc60.pdb"
|
||||||
|
-@erase "$(OUTDIR)\nslookup.bsc"
|
||||||
|
-@erase "$(OUTDIR)\nslookup.pdb"
|
||||||
|
-@erase "..\..\..\Build\Debug\nslookup.exe"
|
||||||
|
-@erase "..\..\..\Build\Debug\nslookup.ilk"
|
||||||
|
|
||||||
|
"$(OUTDIR)" :
|
||||||
|
if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
|
||||||
|
|
||||||
|
CPP_PROJ=/nologo /MTd /W3 /Gm /GX /ZI /Od /I "./" /I "../include" /I "../../../" /I "../../../lib/isc/win32" /I "../../../lib/isc/win32/include" /I "../../../lib/isc/include" /I "../../../lib/dns/include" /I "../../../lib/dns/sec/dst/include" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /FR"$(INTDIR)\\" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c
|
||||||
|
BSC32=bscmake.exe
|
||||||
|
BSC32_FLAGS=/nologo /o"$(OUTDIR)\nslookup.bsc"
|
||||||
|
BSC32_SBRS= \
|
||||||
|
"$(INTDIR)\dighost.sbr" \
|
||||||
|
"$(INTDIR)\nslookup.sbr"
|
||||||
|
|
||||||
|
"$(OUTDIR)\nslookup.bsc" : "$(OUTDIR)" $(BSC32_SBRS)
|
||||||
|
$(BSC32) @<<
|
||||||
|
$(BSC32_FLAGS) $(BSC32_SBRS)
|
||||||
|
<<
|
||||||
|
|
||||||
|
LINK32=link.exe
|
||||||
|
LINK32_FLAGS=user32.lib advapi32.lib ws2_32.lib ../../../lib/isc/win32/Debug/libisc.lib ../../../lib/dns/win32/Debug/libdns.lib /nologo /subsystem:console /incremental:yes /pdb:"$(OUTDIR)\nslookup.pdb" /debug /machine:I386 /out:"../../../Build/Debug/nslookup.exe" /pdbtype:sept
|
||||||
|
LINK32_OBJS= \
|
||||||
|
"$(INTDIR)\dighost.obj" \
|
||||||
|
"$(INTDIR)\nslookup.obj" \
|
||||||
|
"..\..\..\lib\dns\win32\Debug\libdns.lib" \
|
||||||
|
"..\..\..\lib\isc\win32\Debug\libisc.lib"
|
||||||
|
|
||||||
|
"..\..\..\Build\Debug\nslookup.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("nslookup.dep")
|
||||||
|
!INCLUDE "nslookup.dep"
|
||||||
|
!ELSE
|
||||||
|
!MESSAGE Warning: cannot find "nslookup.dep"
|
||||||
|
!ENDIF
|
||||||
|
!ENDIF
|
||||||
|
|
||||||
|
|
||||||
|
!IF "$(CFG)" == "nslookup - Win32 Release" || "$(CFG)" == "nslookup - Win32 Debug"
|
||||||
|
SOURCE=..\dighost.c
|
||||||
|
|
||||||
|
!IF "$(CFG)" == "nslookup - Win32 Release"
|
||||||
|
|
||||||
|
|
||||||
|
"$(INTDIR)\dighost.obj" : $(SOURCE) "$(INTDIR)"
|
||||||
|
$(CPP) $(CPP_PROJ) $(SOURCE)
|
||||||
|
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "nslookup - Win32 Debug"
|
||||||
|
|
||||||
|
|
||||||
|
"$(INTDIR)\dighost.obj" "$(INTDIR)\dighost.sbr" : $(SOURCE) "$(INTDIR)"
|
||||||
|
$(CPP) $(CPP_PROJ) $(SOURCE)
|
||||||
|
|
||||||
|
|
||||||
|
!ENDIF
|
||||||
|
|
||||||
|
SOURCE=..\nslookup.c
|
||||||
|
|
||||||
|
!IF "$(CFG)" == "nslookup - Win32 Release"
|
||||||
|
|
||||||
|
|
||||||
|
"$(INTDIR)\nslookup.obj" : $(SOURCE) "$(INTDIR)"
|
||||||
|
$(CPP) $(CPP_PROJ) $(SOURCE)
|
||||||
|
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "nslookup - Win32 Debug"
|
||||||
|
|
||||||
|
|
||||||
|
"$(INTDIR)\nslookup.obj" "$(INTDIR)\nslookup.sbr" : $(SOURCE) "$(INTDIR)"
|
||||||
|
$(CPP) $(CPP_PROJ) $(SOURCE)
|
||||||
|
|
||||||
|
|
||||||
|
!ENDIF
|
||||||
|
|
||||||
|
!IF "$(CFG)" == "nslookup - Win32 Release"
|
||||||
|
|
||||||
|
"libdns - Win32 Release" :
|
||||||
|
cd "\bind9.2.0\lib\dns\win32"
|
||||||
|
$(MAKE) /$(MAKEFLAGS) /F .\libdns.mak CFG="libdns - Win32 Release"
|
||||||
|
cd "..\..\..\bin\dig\win32"
|
||||||
|
|
||||||
|
"libdns - Win32 ReleaseCLEAN" :
|
||||||
|
cd "\bind9.2.0\lib\dns\win32"
|
||||||
|
$(MAKE) /$(MAKEFLAGS) /F .\libdns.mak CFG="libdns - Win32 Release" RECURSE=1 CLEAN
|
||||||
|
cd "..\..\..\bin\dig\win32"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "nslookup - Win32 Debug"
|
||||||
|
|
||||||
|
"libdns - Win32 Debug" :
|
||||||
|
cd "\bind9.2.0\lib\dns\win32"
|
||||||
|
$(MAKE) /$(MAKEFLAGS) /F .\libdns.mak CFG="libdns - Win32 Debug"
|
||||||
|
cd "..\..\..\bin\dig\win32"
|
||||||
|
|
||||||
|
"libdns - Win32 DebugCLEAN" :
|
||||||
|
cd "\bind9.2.0\lib\dns\win32"
|
||||||
|
$(MAKE) /$(MAKEFLAGS) /F .\libdns.mak CFG="libdns - Win32 Debug" RECURSE=1 CLEAN
|
||||||
|
cd "..\..\..\bin\dig\win32"
|
||||||
|
|
||||||
|
!ENDIF
|
||||||
|
|
||||||
|
!IF "$(CFG)" == "nslookup - Win32 Release"
|
||||||
|
|
||||||
|
"libisc - Win32 Release" :
|
||||||
|
cd "\bind9.2.0\lib\isc\win32"
|
||||||
|
$(MAKE) /$(MAKEFLAGS) /F .\libisc.mak CFG="libisc - Win32 Release"
|
||||||
|
cd "..\..\..\bin\dig\win32"
|
||||||
|
|
||||||
|
"libisc - Win32 ReleaseCLEAN" :
|
||||||
|
cd "\bind9.2.0\lib\isc\win32"
|
||||||
|
$(MAKE) /$(MAKEFLAGS) /F .\libisc.mak CFG="libisc - Win32 Release" RECURSE=1 CLEAN
|
||||||
|
cd "..\..\..\bin\dig\win32"
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "nslookup - Win32 Debug"
|
||||||
|
|
||||||
|
"libisc - Win32 Debug" :
|
||||||
|
cd "\bind9.2.0\lib\isc\win32"
|
||||||
|
$(MAKE) /$(MAKEFLAGS) /F .\libisc.mak CFG="libisc - Win32 Debug"
|
||||||
|
cd "..\..\..\bin\dig\win32"
|
||||||
|
|
||||||
|
"libisc - Win32 DebugCLEAN" :
|
||||||
|
cd "\bind9.2.0\lib\isc\win32"
|
||||||
|
$(MAKE) /$(MAKEFLAGS) /F .\libisc.mak CFG="libisc - Win32 Debug" RECURSE=1 CLEAN
|
||||||
|
cd "..\..\..\bin\dig\win32"
|
||||||
|
|
||||||
|
!ENDIF
|
||||||
|
|
||||||
|
|
||||||
|
!ENDIF
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user