ChangeSet ID: 11241 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2004/02/25 23:28:35
Modified files: tools/winegcc : winegcc.c utils.h utils.c
Log message: Dimitrie O. Paun dpaun@rogers.com For static libs (.a) we need to pass the actual filename to winebuild, not a -l switch. Do not remove the file extension to get to the base name if it's not .exe or .exe.so. Link shell32 by default for GUI programs. Fix parsing of options with arguments.
Patch: http://cvs.winehq.org/patch.py?id=11241
Old revision New revision Changes Path 1.7 1.8 +24 -16 wine/tools/winegcc/winegcc.c 1.3 1.4 +2 -2 wine/tools/winegcc/utils.h 1.4 1.5 +20 -22 wine/tools/winegcc/utils.c