In -spec and -exe mode, accept multiple object files and link them
authorAlexandre Julliard <julliard@winehq.org>
Thu, 1 Aug 2002 18:34:12 +0000 (18:34 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 1 Aug 2002 18:34:12 +0000 (18:34 +0000)
commit1862a67d2d0145043bb2e18c053878e808e7ee37
treefbb4467cd9fd4ded371f14c17c4d54d87f64fad0
parent2a91e3f99bd98c5289046bb5fa21a09c1398f299
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.
tools/winebuild/build.h
tools/winebuild/import.c
tools/winebuild/main.c
tools/winebuild/parser.c
tools/winebuild/spec16.c
tools/winebuild/spec32.c
tools/winebuild/utils.c
tools/winebuild/winebuild.man.in