mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-15 02:00:00 -04:00
Use relative paths
This commit is contained in:
parent
c311ed52d4
commit
59bbc667bc
1 changed files with 4 additions and 4 deletions
|
|
@ -271,24 +271,24 @@ SOURCE=.\version.c
|
|||
!IF "$(CFG)" == "libisccfg - Win32 Release"
|
||||
|
||||
"libisc - Win32 Release" :
|
||||
cd "\bind-9.3.0a03\lib\isc\win32"
|
||||
cd "..\..\isc\win32"
|
||||
$(MAKE) /$(MAKEFLAGS) /F ".\libisc.mak" CFG="libisc - Win32 Release"
|
||||
cd "..\..\isccfg\win32"
|
||||
|
||||
"libisc - Win32 ReleaseCLEAN" :
|
||||
cd "\bind-9.3.0a03\lib\isc\win32"
|
||||
cd "..\..\isc\win32"
|
||||
$(MAKE) /$(MAKEFLAGS) /F ".\libisc.mak" CFG="libisc - Win32 Release" RECURSE=1 CLEAN
|
||||
cd "..\..\isccfg\win32"
|
||||
|
||||
!ELSEIF "$(CFG)" == "libisccfg - Win32 Debug"
|
||||
|
||||
"libisc - Win32 Debug" :
|
||||
cd "\bind-9.3.0a03\lib\isc\win32"
|
||||
cd "..\..\isc\win32"
|
||||
$(MAKE) /$(MAKEFLAGS) /F ".\libisc.mak" CFG="libisc - Win32 Debug"
|
||||
cd "..\..\isccfg\win32"
|
||||
|
||||
"libisc - Win32 DebugCLEAN" :
|
||||
cd "\bind-9.3.0a03\lib\isc\win32"
|
||||
cd "..\..\isc\win32"
|
||||
$(MAKE) /$(MAKEFLAGS) /F ".\libisc.mak" CFG="libisc - Win32 Debug" RECURSE=1 CLEAN
|
||||
cd "..\..\isccfg\win32"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue