Module: wine Branch: master Commit: 7626728b562fae32f6d0f0c5d01589e5861f09dd URL: http://source.winehq.org/git/wine.git/?a=commit;h=7626728b562fae32f6d0f0c5d0...
Author: Alexandre Julliard julliard@winehq.org Date: Tue Oct 27 12:13:26 2015 +0900
makefiles: Generate rules for building tool binaries.
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
configure | 3 ++- configure.ac | 3 ++- server/Makefile.in | 4 +++- tools/Makefile.in | 8 ++------ tools/make_makefiles | 1 + tools/makedep.c | 46 ++++++++++++++++++++++++++++++++++++++++++--- tools/sfnt2fon/Makefile.in | 7 ++----- tools/widl/Makefile.in | 9 +++------ tools/winebuild/Makefile.in | 9 ++------- tools/winedump/Makefile.in | 9 ++------- tools/winegcc/Makefile.in | 12 +++++------- tools/wmc/Makefile.in | 8 ++------ tools/wrc/Makefile.in | 8 ++------ 13 files changed, 71 insertions(+), 56 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=7626728b562fae32f6d0f0...