ChangeSet ID: 1024098508402246431521238 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 02/06/14 18:48:28
Modified files: . : Make.rules.in Makefile.in dlls : Makefile.in make_dlls dlls/shell32 : Makefile.in documentation : Makefile.in library : Makefile.in ole : Makefile.in programs : .cvsignore Makefile.in Makeprog.rules.in tools : .cvsignore Makefile.in tools/winapi : Makefile.in tools/winebuild: Makefile.in tools/wmc : Makefile.in tools/wrc : Makefile.in tsx11 : Makefile.in unicode : Makefile.in Added files: programs : winelauncher.in tools : winemaker.man Removed files: documentation : winemaker.man tools : winelauncher.in
Log message: Fixed make install target to work even when nothing has been compiled yet. Added install-lib and install-dev targets to allow partial installations; moved winemaker.man and winelauncher.in to better fit in the new install categories.
Patch: http://cvs.winehq.com/patch.py?id=1024098508402246431521238
Revision Changes Path 1.118 +28 -9 wine/Make.rules.in 1.125 +54 -25 wine/Makefile.in 1.139 +105 -5 wine/dlls/Makefile.in 1.14 +17 -5 wine/dlls/make_dlls 1.50 +7 -0 wine/dlls/shell32/Makefile.in 1.22 +1 -4 wine/documentation/Makefile.in 1.14 +5 -3 wine/library/Makefile.in 1.26 +1 -1 wine/ole/Makefile.in 1.4 +1 -0 wine/programs/.cvsignore 1.22 +13 -6 wine/programs/Makefile.in 1.14 +2 -2 wine/programs/Makeprog.rules.in 1.1 +0 -0 wine/programs/winelauncher.in 1.5 +0 -1 wine/tools/.cvsignore 1.21 +8 -17 wine/tools/Makefile.in 1.1 +0 -0 wine/tools/winemaker.man 1.3 +2 -6 wine/tools/winapi/Makefile.in 1.10 +5 -5 wine/tools/winebuild/Makefile.in 1.12 +2 -2 wine/tools/wmc/Makefile.in 1.18 +2 -2 wine/tools/wrc/Makefile.in 1.14 +5 -3 wine/tsx11/Makefile.in 1.15 +5 -3 wine/unicode/Makefile.in