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:
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
+