wine/ tools/winegcc/winegcc.c tools/winegcc/ut ...

Alexandre Julliard julliard at winehq.org
Mon Mar 1 20:23:26 CST 2004


ChangeSet ID:	11306
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine.codeweavers.com	2004/03/01 20:23:26

Modified files:
	tools/winegcc  : winegcc.c utils.h utils.c Makefile.in 
	include        : config.h.in 
	.              : configure.ac configure Make.rules.in 

Log message:
	Dimitrie O. Paun <dpaun at rogers.com>
	Instrument winegcc to use the compilers and options detected at
	configure time. Add support for parsing/formatting a string array
	from/to a char string. Add option to disable short wchar support in
	winegcc.

Patch: http://cvs.winehq.org/patch.py?id=11306

Old revision  New revision  Changes     Path
 1.8           1.9           +66 -46     wine/tools/winegcc/winegcc.c
 1.4           1.5           +14 -1      wine/tools/winegcc/utils.h
 1.5           1.6           +37 -0      wine/tools/winegcc/utils.c
 1.6           1.7           +10 -1      wine/tools/winegcc/Makefile.in
 1.180         1.181         +6 -6       wine/include/config.h.in
 1.246         1.247         +19 -10     wine/configure.ac
 1.529         1.530         +850 -734   wine/configure
 1.167         1.168         +2 -1       wine/Make.rules.in




More information about the wine-cvs mailing list