[gcompris/gcomprixogoo] Minor, little update in the mingw compilation chain. -mwindows seems deprecated.



commit da8c8cb890d64e220cba9bfef465b4995f69a00e
Author: Bruno Coudoin <bruno coudoin free fr>
Date:   Wed Jan 5 23:24:09 2011 +0100

    Minor, little update in the mingw compilation chain. -mwindows seems deprecated.

 gcompris-installer.nsi.in |    1 -
 global_win32.mak          |    2 +-
 2 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/gcompris-installer.nsi.in b/gcompris-installer.nsi.in
index dfa9702..d42ff35 100644
--- a/gcompris-installer.nsi.in
+++ b/gcompris-installer.nsi.in
@@ -356,7 +356,6 @@ Section Uninstall
     Delete "$INSTDIR\libpangowin32-1.0-0.dll"
     Delete "$INSTDIR\libreadline.dll"
     Delete "$INSTDIR\libxml2.dll"
-    Delete "$INSTDIR\msvcr71.dll"
     Delete "$INSTDIR\pango.pyd"
     Delete "$INSTDIR\pangocairo.pyd"
     Delete "$INSTDIR\pthreadGC.dll"
diff --git a/global_win32.mak b/global_win32.mak
index 216af7d..5216336 100644
--- a/global_win32.mak
+++ b/global_win32.mak
@@ -28,7 +28,7 @@ endif
 # Use -fnative-struct instead of -mms-bitfields when using mingw 1.1
 # (gcc 2.95)
 CFLAGS += -O2 -Wall -mno-cygwin -mms-bitfields
-LDFLAGS = -mwindows
+LDFLAGS = -Wl,--subsystem,windows
 
 # If not specified, dlls are built with the default base address of 0x10000000.
 # When loaded into a process address space a dll will be rebased if its base



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