diff options
Diffstat (limited to 'vc/ahost/ahost.mak')
-rw-r--r-- | vc/ahost/ahost.mak | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/vc/ahost/ahost.mak b/vc/ahost/ahost.mak index a0d3ebd..109a00c 100644 --- a/vc/ahost/ahost.mak +++ b/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"
|