summaryrefslogtreecommitdiff
path: root/langs.vcproj
diff options
context:
space:
mode:
authordarkvater <darkvater@openttd.org>2004-11-16 23:26:15 +0000
committerdarkvater <darkvater@openttd.org>2004-11-16 23:26:15 +0000
commit60184e1495c5992f32ee449f9c3993ad67b2e2fe (patch)
treeece96d1cf5ee777dcb66ef1cd28fbd18a1a1ce7e /langs.vcproj
parentcc428ef6cfd4316d28b1e06952c0d9a6128d3a28 (diff)
downloadopenttd-60184e1495c5992f32ee449f9c3993ad67b2e2fe.tar.xz
(svn r645) -Feature: Finally support for TTDLX games on Big Endian machines such as Macintosh and MorphOS; thanks for testing Bjarni :)
-Added turkish.txt to lang-project and screenshot.h to ttd-project
Diffstat (limited to 'langs.vcproj')
-rw-r--r--langs.vcproj9
1 files changed, 7 insertions, 2 deletions
diff --git a/langs.vcproj b/langs.vcproj
index e42a27191..1e491561f 100644
--- a/langs.vcproj
+++ b/langs.vcproj
@@ -44,7 +44,8 @@
<Tool
Name="VCCustomBuildTool"
Description="Generating american language file"
- CommandLine="strgen\debug\strgen.exe &quot;$(InputPath)&quot;"
+ CommandLine="strgen\debug\strgen.exe &quot;$(InputPath)&quot;
+"
Outputs="lang\american.lng"/>
</FileConfiguration>
</File>
@@ -175,7 +176,8 @@
<Tool
Name="VCCustomBuildTool"
Description="Generating Original Vehicle names file"
- CommandLine="strgen\debug\strgen.exe &quot;$(InputPath)&quot;"
+ CommandLine="strgen\debug\strgen.exe &quot;$(InputPath)&quot;
+"
Outputs="lang\origveh.lng"/>
</FileConfiguration>
</File>
@@ -227,6 +229,9 @@
Outputs="lang\swedish.lng"/>
</FileConfiguration>
</File>
+ <File
+ RelativePath=".\lang\turkish.txt">
+ </File>
</Files>
<Globals>
</Globals>