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 <bruno.coudoin@free.fr>2009-09-19 10:15:45 (GMT)
committer Bruno Coudoin <bruno.coudoin@free.fr>2009-09-19 10:15:45 (GMT)
commit174d7f4cb7fc9eb21bf79906b516978a14a322b4 (patch)
tree786d6dd6849d221d66e1f8cf36cebd2b17e176d6 /config.h.mingw.in
parent738693c30f2493d00f64714f8029455a48d6538b (diff)
Added support for binreloc on windows. Code taken from gnucash.
Diffstat (limited to 'config.h.mingw.in')
-rw-r--r--config.h.mingw.in6
1 files changed, 3 insertions, 3 deletions
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