ChangeSet ID: 19891 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2005/08/29 09:16:27
Modified files: tools/winegcc : winegcc.c tools/winebuild: spec32.c import.c dlls/winecrt0 : Makefile.in Added files: dlls/winecrt0 : exe_wentry.c exe_entry.c dll_entry.c crt0_private.h
Log message: Moved more of the spec initialization code to the winecrt0 library, and get rid of implicit kernel32 imports.
Patch: http://cvs.winehq.org/patch.py?id=19891
Old revision New revision Changes Path 1.43 1.44 +1 -1 wine/tools/winegcc/winegcc.c 1.104 1.105 +3 -106 wine/tools/winebuild/spec32.c 1.92 1.93 +14 -60 wine/tools/winebuild/import.c 1.4 1.5 +3 -0 wine/dlls/winecrt0/Makefile.in Added 1.1 +0 -0 wine/dlls/winecrt0/exe_wentry.c Added 1.1 +0 -0 wine/dlls/winecrt0/exe_entry.c Added 1.1 +0 -0 wine/dlls/winecrt0/dll_entry.c Added 1.1 +0 -0 wine/dlls/winecrt0/crt0_private.h