First cut at -shared support.
diff --git a/tools/winegcc/utils.h b/tools/winegcc/utils.h
index fe8af71..abf2507 100644
--- a/tools/winegcc/utils.h
+++ b/tools/winegcc/utils.h
@@ -54,8 +54,8 @@
char* strarray_tostring(const strarray* arr, const char* sep);
typedef enum {
- file_na, file_other, file_obj, file_res,
- file_rc, file_arh, file_dll, file_so
+ file_na, file_other, file_obj, file_res, file_rc,
+ file_arh, file_dll, file_so, file_def, file_spec
} file_type;
char* get_basename(const char* file);