From: Jacek Caban jacek@codeweavers.com
--- tools/makedep.c | 1 + 1 file changed, 1 insertion(+)
diff --git a/tools/makedep.c b/tools/makedep.c index 86a6493a33f..7e35831d4ab 100644 --- a/tools/makedep.c +++ b/tools/makedep.c @@ -3086,6 +3086,7 @@ static void output_source_spec( struct makefile *make, struct incl_file *source, output_filename( tools_path( make, "winegcc" )); output( "\n" ); output_winegcc_command( make, arch ); + output_filename( "-mno-cygwin" ); output_filename( "-s" ); output_filenames( dll_flags ); output_filename( "-shared" );