diff options
author | William A. Rowe Jr <wrowe@apache.org> | 2003-09-08 14:49:13 +0000 |
---|---|---|
committer | William A. Rowe Jr <wrowe@apache.org> | 2003-09-08 14:49:13 +0000 |
commit | b0865c6c60119d11541bfd4640db576aacfc8cb5 (patch) | |
tree | d70e871bc1a0a4046bb03e33281b357d289b59e8 /apr.dsp | |
parent | 9b8aca5b0682cb395839bde07f56e14cf5671c47 (diff) | |
download | apr-b0865c6c60119d11541bfd4640db576aacfc8cb5.tar.gz |
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
Diffstat (limited to 'apr.dsp')
-rw-r--r-- | apr.dsp | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |