winegcc: fix -M support

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



ChangeLog
  Properly handle the -M switch.

--- tools/winegcc.c.A1	2002-12-31 01:06:11.000000000 -0500
+++ tools/winegcc.c	2002-12-31 15:31:13.000000000 -0500
@@ -58,9 +58,11 @@
                 case 'c':        /* compile or assemble */
                 case 'S':        /* generate assembler code */
                 case 'E':        /* preprocess only */
-                case 'M':        /* map file generation */
                     if (argv[i][2] == 0) linking = 0;
                     break;
+                case 'M':        /* map file generation */
+                    linking = 0;
+                    break;
 		case 'm':
 		    if (strcmp("-mno-cygwin", argv[i]) == 0)
 			use_msvcrt = 1;


-- 
Dimi.



[Index of Archives]     [Gimp for Windows]     [Red Hat]     [Samba]     [Yosemite Camping]     [Graphics Cards]     [Wine Home]

  Powered by Linux