wine/dlls Makefile.in ddraw/Makefile.in gdi/Ma ...

Alexandre Julliard julliard at wine.codeweavers.com
Fri Sep 6 13:51:32 CDT 2002


ChangeSet ID:	1031338292347401099586026
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine.codeweavers.com	02/09/06 13:51:32

Modified files:
	dlls           : Makefile.in 
	dlls/ddraw     : Makefile.in 
	dlls/gdi       : Makefile.in gdi32.spec 
	dlls/kernel    : kernel32.spec 
	dlls/ntdll     : ntdll.spec 
	dlls/ttydrv    : Makefile.in 
	dlls/user      : Makefile.in user32.spec 
	dlls/winedos   : Makefile.in 
	dlls/x11drv    : Makefile.in 

Log message:
	Link all remaining dlls except kernel32 as separated dlls, by
	temporarily exporting the few functions that are not properly
	separated yet.

Patch: http://cvs.winehq.com/patch.py?id=1031338292347401099586026

Revision  Changes    Path
 1.148    +7 -25     wine/dlls/Makefile.in
 1.24     +3 -1      wine/dlls/ddraw/Makefile.in
 1.33     +4 -1      wine/dlls/gdi/Makefile.in
 1.22     +26 -0     wine/dlls/gdi/gdi32.spec
 1.60     +69 -2     wine/dlls/kernel/kernel32.spec
 1.76     +1 -0      wine/dlls/ntdll/ntdll.spec
 1.17     +0 -2      wine/dlls/ttydrv/Makefile.in
 1.48     +4 -1      wine/dlls/user/Makefile.in
 1.52     +40 -2     wine/dlls/user/user32.spec
 1.14     +5 -2      wine/dlls/winedos/Makefile.in
 1.26     +4 -2      wine/dlls/x11drv/Makefile.in




More information about the wine-cvs mailing list