Allow multiple -B options.
authorAlexandre Julliard <julliard@winehq.org>
Tue, 9 Mar 2004 04:49:42 +0000 (04:49 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 9 Mar 2004 04:49:42 +0000 (04:49 +0000)
commit2d52cfa958635b68a5e99bf545eb8c67003ed0fb
treec0234425834a93c618aef5571fb32fbe225fe0ca
parentac1bd4d15c536163f20227f88c95cce0ce99544c
Allow multiple -B options.
Do not pass the -Btools/winebuild magic option to the compiler to
avoid warnings.
Pass to the linker even the libraries we didn't find in the lib search
path, in case we are not using the standard paths.
tools/winegcc/utils.c
tools/winegcc/utils.h
tools/winegcc/winegcc.c