ChangeSet ID: 9298 CVSROOT: /home/winehq/opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2003/09/11 17:16:33
Modified files: tools/winegcc : winewrap.c winegcc.c Makefile.in Added files: tools/winegcc : utils.h utils.c
Log message: Richard Cohen richard.cohen@virgin.net Use an extendable array to store the lists of strings. Only make wrapper argument lists if we're going to use them.
Patch: http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=9298
Old revision New revision Changes Path 1.1 1.2 +177 -218 wine/tools/winegcc/winewrap.c 1.1 1.2 +110 -150 wine/tools/winegcc/winegcc.c 1.1 1.2 +5 -4 wine/tools/winegcc/Makefile.in Added 1.1 +0 -0 wine/tools/winegcc/utils.h Added 1.1 +0 -0 wine/tools/winegcc/utils.c