summaryrefslogtreecommitdiff
path: root/docs/Howto_compile_lng_files_from_CLI.txt
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2006-12-28 18:01:22 +0000
committerrubidium <rubidium@openttd.org>2006-12-28 18:01:22 +0000
commitfafafcc3f8bd2071bc7ced0fbd8e02f35bf2bdc3 (patch)
treecd6aa9cadf3e2456a258cf08fc7f29a0686dc861 /docs/Howto_compile_lng_files_from_CLI.txt
parent78c503c020b31bd840255c1f1f5f0c15be7f67ee (diff)
downloadopenttd-fafafcc3f8bd2071bc7ced0fbd8e02f35bf2bdc3.tar.xz
(svn r7600) -Remove: out-dated documentation about console and Mandrake Readme.
-Change: make readme.txt UTF-8 instead of ISO 8859-15. -Change: some indenting, aligning and other small textual changes. -Add: some comments about port forwarding and NewGRF over the net..
Diffstat (limited to 'docs/Howto_compile_lng_files_from_CLI.txt')
-rw-r--r--docs/Howto_compile_lng_files_from_CLI.txt14
1 files changed, 0 insertions, 14 deletions
diff --git a/docs/Howto_compile_lng_files_from_CLI.txt b/docs/Howto_compile_lng_files_from_CLI.txt
index 6fe70b0df..afeee7d29 100644
--- a/docs/Howto_compile_lng_files_from_CLI.txt
+++ b/docs/Howto_compile_lng_files_from_CLI.txt
@@ -32,17 +32,3 @@ this will need english.txt to be present
-w
strgen will print any missing strings to standard error output(stderr)
this will need english.txt to be present
-
-here are a very useful tool for translators:
-http://openttd.rulez.org/
-
-
-HOWTO compile strgen:
-(this should be useless as you can just type make)
-Goto the main dir
-Compile by typing
-gcc strgen/strgen.c -o strgen/strgen -DUNIX
-or if you want it to tell the revision too
-gcc strgen/strgen.c rev.o -o strgen/strgen -DUNIX -DWITH_REV (this is the one the makefile uses)
-
-you now have a program called strgen in the strgen directory