Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/config.h.mingw.in
diff options
context:
space:
mode:
authorBruno Coudoin <bcoudoin@src.gnome.org>2007-03-12 22:39:13 (GMT)
committer Bruno Coudoin <bcoudoin@src.gnome.org>2007-03-12 22:39:13 (GMT)
commitdd8d5e292e3934bbe326ff9556f51406ad17d0b3 (patch)
tree59feb463ff040e123fe54e738253be2dc8493668 /config.h.mingw.in
parent82401853e03f7f2cb2ddfdf8467415400abe7e59 (diff)
Fixed translation issue
* boards/chronos/board4_0.xml.in: * boards/hanoi.xml.in: * boards/paintings/board3_0.xml.in: Fixed for windows compilation: * config.h.mingw.in: * src/boards/Makefile.mingw: * src/gcompris/Makefile.mingw: * src/gcompris/board.c: (gc_board_init): * src/gcompris/help.c: (gc_help_has_board): * src/gcompris/log.c: (gc_log_start): Added missing .h and mypaint.py * src/boards/mypaint/Makefile.am: svn path=/trunk/; revision=2510
Diffstat (limited to 'config.h.mingw.in')
-rw-r--r--config.h.mingw.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/config.h.mingw.in b/config.h.mingw.in
index 645564a..8f5f627 100644
--- a/config.h.mingw.in
+++ b/config.h.mingw.in
@@ -127,3 +127,9 @@
/* Date at which GCompris has been built */
#define BUILD_DATE "@BUILD_DATE@"
+/* don't build dynamic modules on windows */
+#define STATIC_MODULE 1
+
+/* SQLITE Database, Profiles are enabled */
+#define USE_SQLITE 1
+