ChangeSet ID: 6829
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/01/02 13:24:03
Modified files:
tools : winewrap.c
Log message:
Dimitrie O. Paun <dpaun(a)rogers.com>
Add support for wrapper generation to winewrap.
Quite a few micro cleanups, code should be simpler to follow.
Patch: http://cvs.winehq.com/patch.py?id=6829
Old revision New revision Changes Path
1.4 1.5 +372 -47 wine/tools/winewrap.c
ChangeSet ID: 6828
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/01/02 13:23:48
Modified files:
tools : winegcc.c
Log message:
Dimitrie O. Paun <dpaun(a)rogers.com>
Compile with WINE_UNICODE_NATIVE defined, essential for C++.
New -V option to display the version.
Do not link -lc, screws up linking, just get the default.
Patch: http://cvs.winehq.com/patch.py?id=6828
Old revision New revision Changes Path
1.1 1.2 +6 -1 wine/tools/winegcc.c