Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[PATCH] Allow linking with static APR/Util #88

Open
GoogleCodeExporter opened this issue May 27, 2015 · 1 comment
Open

[PATCH] Allow linking with static APR/Util #88

GoogleCodeExporter opened this issue May 27, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

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

Attachments:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant