ChangeSet ID: 20231 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@winehq.org 2005/09/15 10:01:30
Modified files: tools/winegcc : winegcc.c Makefile.in tools/winebuild: spec32.c res32.c import.c dlls : Makedll.rules.in
Log message: Now that everything is done in assembly in the spec file, directly generate a .s file to bypass gcc inefficiency with large data structures.
Patch: http://cvs.winehq.org/patch.py?id=20231
Old revision New revision Changes Path 1.45 1.46 +60 -16 wine/tools/winegcc/winegcc.c 1.15 1.16 +1 -0 wine/tools/winegcc/Makefile.in 1.115 1.116 +166 -142 wine/tools/winebuild/spec32.c 1.23 1.24 +21 -23 wine/tools/winebuild/res32.c 1.100 1.101 +199 -196 wine/tools/winebuild/import.c 1.78 1.79 +2 -2 wine/dlls/Makedll.rules.in