ChangeSet ID: 11328
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/03/02 20:19:20
Modified files:
tools : winemaker
Log message:
Francois Gouget <fgouget(a)free.fr>
Add CEXTRA AND CXXEXTRA fields so we can pass -mno-cygwin to winegcc
but not to wrc which chokes on it. Add RCEXTRA for symetry and for the
user.
Remove T_INIT and get_default_init(). These are obsolete (used to
select the entry-point, WinMain or main).
If the directory contains headers, then add '.' to INCLUDE_PATH.
Specify -mnocygwin during the link stage if we are to link with the
msvcrt.
Transform XXX_APPMODE into XXX_LDFLAGS for more flexibility.
Correctly pass '-mconsole' or '-mwindows' to the link stage.
Remove XXX_BASEMODULE, XXX_SPEC_SRCS and SPEC_SRCS. They are
obsolete.
Add implicit build rules for .c, .cpp, .cxx files so that our settings
(e.g. INCLUDE_PATH) are used.
Fix the rule for building RC files (it was invalid and rejected by
make). Convert it to an implicit rule like the others.
Add rules for 'make clean'.
Add the missing rules for recursive compilation.
Remove obsolete elements from the link command (LDDLLFLAGS,
ALL_LIBRARY_PATH, LIBS).
Patch: http://cvs.winehq.org/patch.py?id=11328
Old revision New revision Changes Path
1.75 1.76 +98 -87 wine/tools/winemaker
ChangeSet ID: 11326
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/03/02 20:18:13
Modified files:
dlls/quartz : filtergraph.c
Log message:
Christian Costa <titan.costa(a)wanadoo.fr>
Handle null and duplicate name when adding a filter to the
filtergraph.
Patch: http://cvs.winehq.org/patch.py?id=11326
Old revision New revision Changes Path
1.7 1.8 +65 -9 wine/dlls/quartz/filtergraph.c
ChangeSet ID: 11322
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/03/02 14:56:35
Modified files:
programs/winetest: gui.rc
Log message:
Ivan Leo Murray-Smith <puoti(a)inwind.it>
Make sure text isn't cut off by the close button.
Patch: http://cvs.winehq.org/patch.py?id=11322
Old revision New revision Changes Path
1.1 1.2 +3 -3 wine/programs/winetest/gui.rc