You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
APR/Util puts static libs in LibD/LibR rather than Debug/Release directories.
This patch teaches serf.mak to use those libraries if APR_STATIC is defined,
and adds a few options for linking the test programs.
Unrelated to that, avoid a linker warning about overriding MSVCRT during a
debug build.
* serf.mak (LIB32_FLAGS): Add /nodefaultlib:msvcrt.lib in debug mode.
(APR_STATIC): When defined, redirect APR/APR-Util lib search path.
(TEST_LIBS): With APR_STATIC, add mswsock.lib, rpcrt4.lib and shell32.lib.
Original issue reported on code.google.com by [email protected] on 9 Aug 2012 at 5:34
Original issue reported on code.google.com by
[email protected]
on 9 Aug 2012 at 5:34Attachments:
The text was updated successfully, but these errors were encountered: