wine/tools/winebuild spec32.c spec16.c res32.c ...

Alexandre Julliard julliard at winehq.org
Wed Feb 11 00:41:01 CST 2004


ChangeSet ID:	11045
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine.codeweavers.com	2004/02/11 00:41:01

Modified files:
	tools/winebuild: spec32.c spec16.c res32.c res16.c parser.c 
	                 main.c import.c build.h 

Log message:
	Store all information about the current dll in a structure instead of
	using global variables to make it easier to reuse the parsing
	routines.

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

Old revision  New revision  Changes     Path
 1.74          1.75          +65 -93     wine/tools/winebuild/spec32.c
 1.45          1.46          +37 -37     wine/tools/winebuild/spec16.c
 1.13          1.14          +60 -41     wine/tools/winebuild/res32.c
 1.11          1.12          +46 -30     wine/tools/winebuild/res16.c
 1.48          1.49          +106 -49    wine/tools/winebuild/parser.c
 1.49          1.50          +64 -60     wine/tools/winebuild/main.c
 1.56          1.57          +30 -30     wine/tools/winebuild/import.c
 1.47          1.48          +33 -27     wine/tools/winebuild/build.h




More information about the wine-cvs mailing list