Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYves Combe <ycombe@src.gnome.org>2006-10-26 22:37:53 (GMT)
committer Yves Combe <ycombe@src.gnome.org>2006-10-26 22:37:53 (GMT)
commit24e138d89a7fc424a605d7ce085b8a605a0587ca (patch)
tree2ccd05607b29ba38f969e1207546c98cf5ccfe78
parent582f48daf4b6223b5fb555cef3d6e0bdae383eae (diff)
pass -DSTATIC_MODULE for native mingw compilation.
It should make windows version as before. Need test.
-rw-r--r--ChangeLog7
-rw-r--r--src/gcompris/Makefile.mingw2
2 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index f07a387..e56f9db 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2006-10-27 Yves Combe <yves@ycombe.net>
+
+ pass -DSTATIC_MODULE for native mingw compilation.
+ It should make windows version as before. Need test.
+
+ * src/gcompris/Makefile.mingw:
+
2006-10-26 Yves Combe <yves@ycombe.net>
fix compilation and problems on linux.
diff --git a/src/gcompris/Makefile.mingw b/src/gcompris/Makefile.mingw
index 437ea59..6493872 100644
--- a/src/gcompris/Makefile.mingw
+++ b/src/gcompris/Makefile.mingw
@@ -29,7 +29,7 @@ TARGET = gcompris
# Compiler and Linker Options
-CFLAGS =
+CFLAGS = -DSTATIC_MODULE
DEFINES =