diff options
author | darkvater <darkvater@openttd.org> | 2004-11-24 20:56:52 +0000 |
---|---|---|
committer | darkvater <darkvater@openttd.org> | 2004-11-24 20:56:52 +0000 |
commit | 669368cf21eb998a00a0fd9ce9a3fd8abdc6b727 (patch) | |
tree | 6b539ea5085253a6f3a990bdb106ccb5d7e68304 | |
parent | 372340b731e3748ed6b9710d41c73d455cf3a438 (diff) | |
download | openttd-669368cf21eb998a00a0fd9ce9a3fd8abdc6b727.tar.xz |
(svn r802) -add latvian to VS.net Project (bociusz)
-rw-r--r-- | langs.dsp | 11 | ||||
-rw-r--r-- | langs.vcproj | 11 |
2 files changed, 22 insertions, 0 deletions
@@ -183,6 +183,17 @@ InputPath=.\lang\italian.txt # End Source File
# Begin Source File
+SOURCE=.\lang\latvian.txt
+# Begin Custom Build
+InputPath=.\lang\latvian.txt
+
+"lang\latvian.lng" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ strgen\debug\strgen.exe lang\latvian.txt
+
+# End Custom Build
+# End Source File
+# Begin Source File
+
SOURCE=.\lang\norwegian.txt
# Begin Custom Build
InputPath=.\lang\norwegian.txt
diff --git a/langs.vcproj b/langs.vcproj index bde2591bc..a147ffa12 100644 --- a/langs.vcproj +++ b/langs.vcproj @@ -194,6 +194,17 @@ </FileConfiguration>
</File>
<File
+ RelativePath=".\lang\latvian.txt">
+ <FileConfiguration
+ Name="Debug|Win32">
+ <Tool
+ Name="VCCustomBuildTool"
+ Description="Generating latvian language file"
+ CommandLine="strgen\debug\strgen.exe "$(InputPath)""
+ Outputs="lang\latvian.lng"/>
+ </FileConfiguration>
+ </File>
+ <File
RelativePath=".\lang\norwegian.txt">
<FileConfiguration
Name="Debug|Win32">
|