Module: wine Branch: master Commit: a60ebd3ade22879d5992bcde7fd1da150859cd30 URL: http://source.winehq.org/git/wine.git/?a=commit;h=a60ebd3ade22879d5992bcde7f...
Author: Alexandre Julliard julliard@winehq.org Date: Fri Oct 4 14:17:53 2013 +0200
makefiles: Link libwine statically into the tools to avoid run-time path dependencies.
---
.gitignore | 2 - Make.rules.in | 8 ++-- Make.vars.in | 2 +- Maketest.rules.in | 2 +- configure | 15 +------ configure.ac | 11 +----- fonts/Makefile.in | 100 ++++++++++++++++++++++++------------------------ libs/wine/Makefile.in | 5 ++ tools/Makefile.in | 4 +- tools/wmc/Makefile.in | 15 +++---- tools/wrc/Makefile.in | 15 +++---- 11 files changed, 78 insertions(+), 101 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=a60ebd3ade22879d5992bc...