ChangeSet ID: 1021401416267579320193366 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 02/05/14 13:36:56
Modified files: . : Make.rules.in configure configure.ac controls : .cvsignore dlls/gdi : Makefile.in dlls/ntdll : .cvsignore Makefile.in dlls/user : Makefile.in dlls/x11drv : Makefile.in loader : .cvsignore loader/ne : .cvsignore memory : .cvsignore ole : Makefile.in tools : makedep.c windows : .cvsignore Removed files: controls : Makefile.in files : .cvsignore Makefile.in graphics : .cvsignore Makefile.in graphics/x11drv: .cvsignore Makefile.in if1632 : .cvsignore Makefile.in loader : Makefile.in loader/ne : Makefile.in memory : Makefile.in misc : .cvsignore Makefile.in msdos : .cvsignore Makefile.in objects : Makefile.in relay32 : .cvsignore Makefile.in scheduler : .cvsignore Makefile.in win32 : .cvsignore Makefile.in windows : Makefile.in
Log message: Specify the complete source file list for a dll inside the main makefile and get rid of the subdirectories makefiles.
Patch: http://cvs.winehq.com/patch.py?id=1021401416267579320193366
Revision Changes Path 1.111 +2 -1 wine/Make.rules.in 1.296 +76 -16 wine/configure 1.38 +16 -16 wine/configure.ac 1.3 +0 -1 wine/controls/.cvsignore 1.26 +31 -11 wine/dlls/gdi/Makefile.in 1.6 +1 -0 wine/dlls/ntdll/.cvsignore 1.26 +96 -16 wine/dlls/ntdll/Makefile.in 1.42 +49 -11 wine/dlls/user/Makefile.in 1.22 +15 -7 wine/dlls/x11drv/Makefile.in 1.3 +0 -1 wine/loader/.cvsignore 1.3 +0 -1 wine/loader/ne/.cvsignore 1.3 +0 -1 wine/memory/.cvsignore 1.25 +2 -6 wine/ole/Makefile.in 1.12 +3 -3 wine/tools/makedep.c 1.5 +0 -1 wine/windows/.cvsignore