From b0865c6c60119d11541bfd4640db576aacfc8cb5 Mon Sep 17 00:00:00 2001 From: "William A. Rowe Jr" Date: Mon, 8 Sep 2003 14:49:13 +0000 Subject: Several users (especially those building jk/ant) had observed that the APR 0.9 files didn't match on Win32 - they were explicitly trying to locate and bind to libapr-0.dll (to match unix libapr-0.so.) While binary compatibility prevented us from 'fixing' this discrepancy for our existing users - nothing prevents us from fixing this going forwards. This change allows us to locate APR 0.9 and 1.0 binaries and libraries in the same tree structure, as an added bonus. It would also allow the APR library to be installed in a common location, such as \windows\system32, without introducing conflicts between 0.9 and 1.0. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@64612 13f79535-47bb-0310-9956-ffa450edef68 --- apr.dsp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apr.dsp') diff --git a/apr.dsp b/apr.dsp index b58c6f1b3..6f68981b0 100644 --- a/apr.dsp +++ b/apr.dsp @@ -49,7 +49,7 @@ BSC32=bscmake.exe # ADD BSC32 /nologo LIB32=link.exe -lib # ADD BASE LIB32 /nologo -# ADD LIB32 /nologo +# ADD LIB32 /nologo /out:"LibR\apr-1.lib" !ELSEIF "$(CFG)" == "apr - Win32 Debug" @@ -73,7 +73,7 @@ BSC32=bscmake.exe # ADD BSC32 /nologo LIB32=link.exe -lib # ADD BASE LIB32 /nologo -# ADD LIB32 /nologo +# ADD LIB32 /nologo /out:"LibD\apr-1.lib" !ENDIF -- cgit v1.2.1