summaryrefslogtreecommitdiff
path: root/strgen/strgen.c
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
commitfacd3d1af1e26c0bb25c109f0b0b2d9e65275535 (patch)
tree5246464713ebce7cbbd09cc0c5a270b2e4ce6ef3 /strgen/strgen.c
parent176c155193f11788e473cb09ad5cc56313949fc4 (diff)
downloadopenttd-facd3d1af1e26c0bb25c109f0b0b2d9e65275535.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/strgen.c')
-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>