From 174d7f4cb7fc9eb21bf79906b516978a14a322b4 Mon Sep 17 00:00:00 2001 From: Bruno Coudoin Date: Sat, 19 Sep 2009 10:15:45 +0000 Subject: Added support for binreloc on windows. Code taken from gnucash. --- (limited to 'config.h.mingw.in') diff --git a/config.h.mingw.in b/config.h.mingw.in index 9b941e2..c568119 100644 --- a/config.h.mingw.in +++ b/config.h.mingw.in @@ -7,9 +7,6 @@ /* Supported languages */ #define ALL_LINGUAS "am ar az bg ca cs da de el en_CA en_GB es et fi fr ga gu he hi hr hu it lt mk ml ms nl nb nn pa pl pt pt_BR ro ru sk sl sq sr sr@Latn sv tr wa zh_CN" -/* Global assetml directory */ -#define ASSETML_DIR "share/assetml" - /* "Enable debug messages." */ /* #undef DEBUG */ @@ -141,3 +138,6 @@ /* sdl mixer is enabled */ #define USE_SDLMIXER + +/* Use binary relocation */ +#define ENABLE_BINRELOC 1 -- cgit v0.9.1