ChangeSet ID: 11387
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/03/08 22:49:42
Modified files:
tools/winegcc : winegcc.c utils.h utils.c
Log message:
Allow multiple -B options.
Do not pass the -Btools/winebuild magic option to the compiler to
avoid warnings.
Pass to the linker even the libraries we didn't find in the lib search
path, in case we are not using the standard paths.
Patch: http://cvs.winehq.org/patch.py?id=11387
Old revision New revision Changes Path
1.18 1.19 +28 -19 wine/tools/winegcc/winegcc.c
1.8 1.9 +1 -1 wine/tools/winegcc/utils.h
1.10 1.11 +20 -13 wine/tools/winegcc/utils.c
ChangeSet ID: 11386
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/03/08 22:20:58
Modified files:
tools/winegcc : winegcc.c
Log message:
Dimitrie O. Paun <dpaun(a)rogers.com>
Add a wine specific mode. If is activated if the -B prefix ends with
/tools/winebuild. If you happen to have such a prefix, but you don't
want this behaviour, simply add a trailing '/'. In this special mode,
no default Win32 DLLs are linked in, we don't force the short wchar_t,
and the standard dirs are not searched.
Patch: http://cvs.winehq.org/patch.py?id=11386
Old revision New revision Changes Path
1.17 1.18 +10 -5 wine/tools/winegcc/winegcc.c
ChangeSet ID: 11382
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/03/08 21:43:54
Modified files:
dlls/gdi : freetype.c
Log message:
Huw Davies <huw(a)codeweavers.com>
Add registry entries for any fonts found by fontconfig or that are in
the FontDirs directories.
Patch: http://cvs.winehq.org/patch.py?id=11382
Old revision New revision Changes Path
1.55 1.56 +150 -13 wine/dlls/gdi/freetype.c