From dd8d5e292e3934bbe326ff9556f51406ad17d0b3 Mon Sep 17 00:00:00 2001 From: Bruno Coudoin Date: Mon, 12 Mar 2007 22:39:13 +0000 Subject: 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 --- (limited to 'config.h.mingw.in') 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 + -- cgit v0.9.1