summaryrefslogtreecommitdiff
path: root/strgen
diff options
context:
space:
mode:
authortruelight <truelight@openttd.org>2005-04-24 15:41:01 +0000
committertruelight <truelight@openttd.org>2005-04-24 15:41:01 +0000
commit27f80e09e329e7ef1cf3218a555bb623da558cb2 (patch)
tree5246464713ebce7cbbd09cc0c5a270b2e4ce6ef3 /strgen
parentb195b779060c50f098a1a9cde18de32127861826 (diff)
downloadopenttd-27f80e09e329e7ef1cf3218a555bb623da558cb2.tar.xz
(svn r2225) -Fix: split the endian-detection to target/host. Now cross-compiling
on i386-linux for MacOSX should also work for the language-files (strgen issues)
Diffstat (limited to 'strgen')
-rw-r--r--strgen/strgen.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/strgen/strgen.c b/strgen/strgen.c
index 805da6755..52540110b 100644
--- a/strgen/strgen.c
+++ b/strgen/strgen.c
@@ -1,3 +1,5 @@
+#define STRGEN
+
#include "../stdafx.h"
#include <stdio.h>
#include <string.h>