ChangeSet ID: 9901
CVSROOT: /opt/cvs-commit
Module name: lostwages
Changes by: jnewman(a)wine.codeweavers.com 2003/10/28 15:26:02
Modified files:
templates/en : sending_patches.template
Log message:
diff -u is what we want
add a note to view the online docs page for more info
Patch: http://cvs.winehq.com/patch.py?id=9901
Old revision New revision Changes Path
1.5 1.6 +8 -3 lostwages/templates/en/sending_patches.template
ChangeSet ID: 9899
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/10/28 15:13:54
Modified files:
tools : winemaker
Log message:
Francois Gouget <fgouget(a)codeweavers.com>
Add support for .dbg.c files. This makes it possible to use the Wine
tracing macros in Winelib applications.
The wine/lib, wine/ole, wine/unicode directories are gone. Simplify
the wine_unicode and wine_uuid detection.
Fix generation of the clean target (in some corner cases it could
generate a $(RM) command with no parameter).
Move the distclean target to the top-level Makefile and make it more
thorough.
Update a few autoconf constructs.
Remote commented out code in wrapper.c. If we need that code we can
always get it from CVS.
Patch: http://cvs.winehq.com/patch.py?id=9899
Old revision New revision Changes Path
1.66 1.67 +40 -95 wine/tools/winemaker