ChangeSet ID: 11315
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/03/02 00:53:16
Modified files:
tools/winegcc : winegcc.c utils.h utils.c
Log message:
Dimitrie O. Paun <dpaun(a)rogers.com>
Add support for passing options to winebuild via -Wb.
Generate only the loader script when given just the .exe.so.
Add function to delete element from a strarray.
Patch: http://cvs.winehq.org/patch.py?id=11315
Old revision New revision Changes Path
1.10 1.11 +16 -1 wine/tools/winegcc/winegcc.c
1.5 1.6 +1 -0 wine/tools/winegcc/utils.h
1.6 1.7 +7 -0 wine/tools/winegcc/utils.c
ChangeSet ID: 11314
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/03/02 00:48:48
Modified files:
. : configure.ac configure
Log message:
We need to use AC_CHECK_TOOL to check for cpp in order to support
cross-compilation properly.
Patch: http://cvs.winehq.org/patch.py?id=11314
Old revision New revision Changes Path
1.248 1.249 +1 -1 wine/configure.ac
1.531 1.532 +50 -4 wine/configure