[gcompris/gcomprixogoo] Fixes windows compile chain to not have a console at runtime.
- From: Bruno Coudoin <bcoudoin src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gcompris/gcomprixogoo] Fixes windows compile chain to not have a console at runtime.
- Date: Sun, 24 Jan 2010 01:15:29 +0000 (UTC)
commit 4a9d2fc2a5bbb25956796150ce738244dae13f8c
Author: Bruno Coudoin <bruno coudoin free fr>
Date: Sun Jan 24 02:14:46 2010 +0100
Fixes windows compile chain to not have a console at runtime.
global_win32.mak | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/global_win32.mak b/global_win32.mak
index 990d7b5..dbe3587 100644
--- a/global_win32.mak
+++ b/global_win32.mak
@@ -27,8 +27,8 @@ endif
# Use -g flag when building debug version of Gcompris (including plugins).
# Use -fnative-struct instead of -mms-bitfields when using mingw 1.1
# (gcc 2.95)
-CFLAGS += -g -Wall -mwindows -mno-cygwin -mms-bitfields
-LDFLAGS =
+CFLAGS += -g -Wall -mno-cygwin -mms-bitfields
+LDFLAGS = -mwindows
# 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]