Use --whole-archive to force linking all of libwine.a. into wine.

This commit is contained in:
Eric Pouech 2000-01-16 22:16:33 +00:00 committed by Alexandre Julliard
parent 112d30781f
commit 18ad24a798
2 changed files with 466 additions and 371 deletions

835
configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -15,7 +15,7 @@ dnl **** Command-line arguments ****
dnl Default values
MAIN_TARGET=emu
LIB_TARGET=libwine.a
ALT_LINK="-L\$(TOPOBJDIR) -lwine"
ALT_LINK="-Wl,--whole-archive -L\$(TOPOBJDIR) -lwine -Wl,--no-whole-archive"
TRACE_MSGS=yes # the TRACE() macro
DEBUG_MSGS=yes # the TRACE(), WARN(), and FIXME() macros.