ChangeSet ID: 1028226852910650901570083 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 02/08/01 13:34:12
Modified files: tools/winebuild: build.h import.c main.c parser.c spec16.c spec32.c utils.c winebuild.man.in
Log message: In -spec and -exe mode, accept multiple object files and link them together internally to find the undefined symbols. In -glue mode, accept multiple C files and generate a single glue file for all of them.
Patch: http://cvs.winehq.com/patch.py?id=1028226852910650901570083
Revision Changes Path 1.34 +6 -3 wine/tools/winebuild/build.h 1.37 +41 -1 wine/tools/winebuild/import.c 1.34 +36 -43 wine/tools/winebuild/main.c 1.32 +2 -17 wine/tools/winebuild/parser.c 1.37 +28 -23 wine/tools/winebuild/spec16.c 1.49 +3 -1 wine/tools/winebuild/spec32.c 1.14 +40 -0 wine/tools/winebuild/utils.c 1.2 +28 -16 wine/tools/winebuild/winebuild.man.in