ChangeSet ID: 19811 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2005/08/25 10:27:44
Modified files: tools/winebuild: spec32.c import.c dlls/winecrt0 : Makefile.in dlls/url : Makefile.in dlls/sti : Makefile.in dlls/oleacc : Makefile.in dlls/ntdll : exception.c dlls/msvcrt40 : Makefile.in dlls/msvcrt20 : Makefile.in dlls/msnet32 : Makefile.in dlls/d3drm : Makefile.in dlls/d3dim : Makefile.in dlls/activeds : Makefile.in Added files: dlls/winecrt0 : stub.c
Log message: Moved the implementation of spec file stubs to the winecrt0 library.
Patch: http://cvs.winehq.org/patch.py?id=19811
Old revision New revision Changes Path 1.102 1.103 +9 -28 wine/tools/winebuild/spec32.c 1.90 1.91 +16 -11 wine/tools/winebuild/import.c 1.2 1.3 +2 -1 wine/dlls/winecrt0/Makefile.in 1.7 1.8 +1 -0 wine/dlls/url/Makefile.in 1.7 1.8 +1 -0 wine/dlls/sti/Makefile.in 1.3 1.4 +1 -0 wine/dlls/oleacc/Makefile.in 1.81 1.82 +21 -0 wine/dlls/ntdll/exception.c 1.2 1.3 +1 -1 wine/dlls/msvcrt40/Makefile.in 1.8 1.9 +1 -1 wine/dlls/msvcrt20/Makefile.in 1.14 1.15 +1 -0 wine/dlls/msnet32/Makefile.in 1.2 1.3 +1 -0 wine/dlls/d3drm/Makefile.in 1.3 1.4 +1 -0 wine/dlls/d3dim/Makefile.in 1.1 1.2 +1 -0 wine/dlls/activeds/Makefile.in Added 1.1 +0 -0 wine/dlls/winecrt0/stub.c