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.
diff --git a/tools/winegcc/utils.h b/tools/winegcc/utils.h
index 6727722..fe8af71 100644
--- a/tools/winegcc/utils.h
+++ b/tools/winegcc/utils.h
@@ -62,6 +62,6 @@
void create_file(const char* name, int mode, const char* fmt, ...);
file_type get_file_type(const char* filename);
file_type get_lib_type(strarray* path, const char* library, char** file);
-void spawn(const char* prefix, const strarray* arr);
+void spawn(const strarray* prefix, const strarray* arr);
extern int verbose;