makefiles: remove deprecated -mno-cygwin option

cerebro.alexiel at gmail.com cerebro.alexiel at gmail.com
Sat Feb 20 11:15:03 CST 2010


From: Alex <cerebro.alexiel at gmail.com>

---
 dlls/msvcrt/tests/Makefile.in  |    1 -
 dlls/msvcrtd/tests/Makefile.in |    1 -
 programs/notepad/Makefile.in   |    2 +-
 programs/regedit/Makefile.in   |    2 +-
 programs/taskmgr/Makefile.in   |    2 +-
 programs/wordpad/Makefile.in   |    2 +-
 programs/xcopy/Makefile.in     |    2 +-
 7 files changed, 5 insertions(+), 7 deletions(-)

diff --git a/dlls/msvcrt/tests/Makefile.in b/dlls/msvcrt/tests/Makefile.in
index c964427..8dfb3cc 100644
--- a/dlls/msvcrt/tests/Makefile.in
+++ b/dlls/msvcrt/tests/Makefile.in
@@ -3,7 +3,6 @@ TOPOBJDIR = ../../..
 SRCDIR    = @srcdir@
 VPATH     = @srcdir@
 TESTDLL   = msvcrt.dll
-APPMODE   = -mno-cygwin
 IMPORTS   = kernel32
 MODCFLAGS = @BUILTINFLAG@
 EXTRAINCL = -I$(TOPSRCDIR)/include/msvcrt -I$(SRCDIR)/..
diff --git a/dlls/msvcrtd/tests/Makefile.in b/dlls/msvcrtd/tests/Makefile.in
index 7f52bfa..692f681 100644
--- a/dlls/msvcrtd/tests/Makefile.in
+++ b/dlls/msvcrtd/tests/Makefile.in
@@ -3,7 +3,6 @@ TOPOBJDIR = ../../..
 SRCDIR    = @srcdir@
 VPATH     = @srcdir@
 TESTDLL   = msvcrtd.dll
-APPMODE   = -mno-cygwin
 IMPORTS   = kernel32
 EXTRAINCL = -I$(TOPSRCDIR)/include/msvcrt
 MODCFLAGS = @BUILTINFLAG@
diff --git a/programs/notepad/Makefile.in b/programs/notepad/Makefile.in
index c48acf7..8bd1868 100644
--- a/programs/notepad/Makefile.in
+++ b/programs/notepad/Makefile.in
@@ -3,7 +3,7 @@ TOPOBJDIR = ../..
 SRCDIR    = @srcdir@
 VPATH     = @srcdir@
 MODULE    = notepad.exe
-APPMODE   = -mwindows -mno-cygwin
+APPMODE   = -mwindows
 IMPORTS   = comdlg32 shell32 shlwapi user32 gdi32 advapi32 kernel32
 EXTRAINCL = -I$(TOPSRCDIR)/include/msvcrt
 MODCFLAGS = @BUILTINFLAG@
diff --git a/programs/regedit/Makefile.in b/programs/regedit/Makefile.in
index b0fba49..b9aec84 100644
--- a/programs/regedit/Makefile.in
+++ b/programs/regedit/Makefile.in
@@ -3,7 +3,7 @@ TOPOBJDIR = ../..
 SRCDIR    = @srcdir@
 VPATH     = @srcdir@
 MODULE    = regedit.exe
-APPMODE   = -mwindows -mno-cygwin
+APPMODE   = -mwindows
 IMPORTS   = advapi32 kernel32
 DELAYIMPORTS = shlwapi shell32 comdlg32 comctl32 user32 gdi32
 EXTRAINCL = -I$(TOPSRCDIR)/include/msvcrt
diff --git a/programs/taskmgr/Makefile.in b/programs/taskmgr/Makefile.in
index 2f2b40a..8a8e648 100644
--- a/programs/taskmgr/Makefile.in
+++ b/programs/taskmgr/Makefile.in
@@ -3,7 +3,7 @@ TOPOBJDIR = ../..
 SRCDIR    = @srcdir@
 VPATH     = @srcdir@
 MODULE    = taskmgr.exe
-APPMODE   = -mwindows -mno-cygwin
+APPMODE   = -mwindows
 IMPORTS   = psapi shell32 comctl32 user32 gdi32 advapi32 kernel32
 EXTRAINCL = -I$(TOPSRCDIR)/include/msvcrt
 EXTRADEFS = -DNO_LIBWINE_PORT
diff --git a/programs/wordpad/Makefile.in b/programs/wordpad/Makefile.in
index 54bd966..dfefc7e 100644
--- a/programs/wordpad/Makefile.in
+++ b/programs/wordpad/Makefile.in
@@ -3,7 +3,7 @@ TOPOBJDIR = ../..
 SRCDIR    = @srcdir@
 VPATH     = @srcdir@
 MODULE    = wordpad.exe
-APPMODE   = -mwindows -mno-cygwin
+APPMODE   = -mwindows
 IMPORTS   = comdlg32 shell32 user32 gdi32 advapi32 kernel32 comctl32
 EXTRAINCL = -I$(TOPSRCDIR)/include/msvcrt
 EXTRADEFS = -DNO_LIBWINE_PORT
diff --git a/programs/xcopy/Makefile.in b/programs/xcopy/Makefile.in
index 1a36216..87ddc7a 100644
--- a/programs/xcopy/Makefile.in
+++ b/programs/xcopy/Makefile.in
@@ -4,7 +4,7 @@ TOPOBJDIR = ../..
 SRCDIR    = @srcdir@
 VPATH     = @srcdir@
 MODULE    = xcopy.exe
-APPMODE   = -mconsole -municode -mno-cygwin
+APPMODE   = -mconsole -municode
 IMPORTS   = shell32 user32 kernel32 msvcrt
 EXTRAINCL = -I$(TOPSRCDIR)/include/msvcrt
 MODCFLAGS = @BUILTINFLAG@
-- 
1.6.6.1




More information about the wine-patches mailing list