Module: wine Branch: refs/heads/master Commit: fdfc24ca770c3e0689f2717a55cb1e243e061e0f URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=fdfc24ca770c3e0689f2717a...
Author: Alexandre Julliard julliard@winehq.org Date: Sat Aug 5 21:17:11 2006 +0200
libs: Get rid of Makelib.rules since we only have one library now.
Merge all the rules into the libwine makefile.
---
configure | 21 ++++--------- configure.ac | 4 --- libs/.gitignore | 1 - libs/Makelib.rules.in | 77 ------------------------------------------------- libs/wine/Makefile.in | 77 ++++++++++++++++++++++++++++++++++++++++++++++--- 5 files changed, 79 insertions(+), 101 deletions(-) delete mode 100644 libs/Makelib.rules.in
Diff: http://source.winehq.org/git/?p=wine.git;a=commitdiff;h=fdfc24ca770c3e0689f2...