From: Daniel Stenberg Date: Tue, 22 Feb 2005 18:39:40 +0000 (+0000) Subject: Updated as suggested by Samuel Díaz García X-Git-Tag: curl-7_13_1~11 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5faf52619d730a4527f51a7eb335c88499cbabed;p=thirdparty%2Fcurl.git Updated as suggested by Samuel Díaz García --- diff --git a/ares/vc/adig/adig.mak b/ares/vc/adig/adig.mak index 183bee4cd8..4427f81e96 100644 --- a/ares/vc/adig/adig.mak +++ b/ares/vc/adig/adig.mak @@ -185,24 +185,24 @@ SOURCE=..\..\getopt.c !IF "$(CFG)" == "adig - Win32 Release" "areslib - Win32 Release" : - cd "\ARES-1.1.1\vc\areslib" + cd ".\areslib" $(MAKE) /$(MAKEFLAGS) /F ".\areslib.mak" CFG="areslib - Win32 Release" cd "..\adig" "areslib - Win32 ReleaseCLEAN" : - cd "\ARES-1.1.1\vc\areslib" + cd ".\areslib" $(MAKE) /$(MAKEFLAGS) /F ".\areslib.mak" CFG="areslib - Win32 Release" RECURSE=1 CLEAN cd "..\adig" !ELSEIF "$(CFG)" == "adig - Win32 Debug" "areslib - Win32 Debug" : - cd "\ARES-1.1.1\vc\areslib" + cd ".\areslib" $(MAKE) /$(MAKEFLAGS) /F ".\areslib.mak" CFG="areslib - Win32 Debug" cd "..\adig" "areslib - Win32 DebugCLEAN" : - cd "\ARES-1.1.1\vc\areslib" + cd ".\areslib" $(MAKE) /$(MAKEFLAGS) /F ".\areslib.mak" CFG="areslib - Win32 Debug" RECURSE=1 CLEAN cd "..\adig" diff --git a/ares/vc/ahost/ahost.mak b/ares/vc/ahost/ahost.mak index a0d3ebd947..109a00c03d 100644 --- a/ares/vc/ahost/ahost.mak +++ b/ares/vc/ahost/ahost.mak @@ -195,24 +195,24 @@ SOURCE=..\..\ahost.c !IF "$(CFG)" == "ahost - Win32 Release" "areslib - Win32 Release" : - cd "\ARES-1.1.1\vc\areslib" + cd ".\areslib" $(MAKE) /$(MAKEFLAGS) /F ".\areslib.mak" CFG="areslib - Win32 Release" cd "..\ahost" "areslib - Win32 ReleaseCLEAN" : - cd "\ARES-1.1.1\vc\areslib" + cd ".\areslib" $(MAKE) /$(MAKEFLAGS) /F ".\areslib.mak" CFG="areslib - Win32 Release" RECURSE=1 CLEAN cd "..\ahost" !ELSEIF "$(CFG)" == "ahost - Win32 Debug" "areslib - Win32 Debug" : - cd "\ARES-1.1.1\vc\areslib" + cd ".\areslib" $(MAKE) /$(MAKEFLAGS) /F ".\areslib.mak" CFG="areslib - Win32 Debug" cd "..\ahost" "areslib - Win32 DebugCLEAN" : - cd "\ARES-1.1.1\vc\areslib" + cd ".\areslib" $(MAKE) /$(MAKEFLAGS) /F ".\areslib.mak" CFG="areslib - Win32 Debug" RECURSE=1 CLEAN cd "..\ahost"