From cbe0afd08af758fd08489034c4627ef6d2874a26 Mon Sep 17 00:00:00 2001 From: Bruno Coudoin Date: Tue, 12 Jun 2007 20:38:40 +0000 Subject: added support for gstreamer compilation, untested updated to compile on * Makefile.mingw.in: added support for gstreamer compilation, untested * config.h.mingw.in: updated to compile on windows * po/POTFILES.in: removed deprecated src/boards/draw.c * src/gcompris/Makefile.mingw: * src/gcompris/about.c: (gc_about_start): now the sponsor logo if any replaces the fsf one. * src/gcompris/properties.c: (gc_prop_load): added support for user_dir and config_dir in the config file to make GCompris portable. svn path=/trunk/; revision=2698 --- (limited to 'config.h.mingw.in') diff --git a/config.h.mingw.in b/config.h.mingw.in index dd4a60a..c8251f3 100644 --- a/config.h.mingw.in +++ b/config.h.mingw.in @@ -110,7 +110,7 @@ #define PACKAGE_LOCALE_DIR "share/locale" /* System GCompris config directory */ -#define SYSTEM_CONFIG_DIR . +#define SYSTEM_CONFIG_DIR "." /* Define to the full name of this package. */ #define PACKAGE_NAME "" -- cgit v0.9.1