diff options
author | Darkvater <darkvater@openttd.org> | 2005-03-25 18:11:24 +0000 |
---|---|---|
committer | Darkvater <darkvater@openttd.org> | 2005-03-25 18:11:24 +0000 |
commit | c4f1d4dfede62be07bfd4aa8fdfebbc2a68b0baa (patch) | |
tree | f68b03c9357973c8ced8053a1074059130bdced3 | |
parent | 5ce3537ef0c21fe2d1f76c11eba4de6e22260d51 (diff) | |
download | openttd-c4f1d4dfede62be07bfd4aa8fdfebbc2a68b0baa.tar.xz |
(svn r2068) - MSVC: [ 1167036 ] MSVC 6/.NET update for 2 new languages (bociusz)
-rw-r--r-- | langs.dsp | 24 | ||||
-rw-r--r-- | langs.vcproj | 24 |
2 files changed, 48 insertions, 0 deletions
@@ -53,6 +53,18 @@ InputPath=.\lang\american.txt # End Source File # Begin Source File + +SOURCE=.\lang\brazilian_portuguese.txt +# Begin Custom Build +InputPath=.\lang\brazilian_portuguese.txt + +"lang\brazilian_portuguese.lng" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" + strgen\debug\strgen.exe lang\brazilian_portuguese.txt + +# End Custom Build +# End Source File + +# Begin Source File SOURCE=.\lang\catalan.txt # Begin Custom Build InputPath=.\lang\catalan.txt @@ -185,6 +197,18 @@ 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 eb4e0859e..55ab424c6 100644 --- a/langs.vcproj +++ b/langs.vcproj @@ -50,6 +50,18 @@ </FileConfiguration> </File> <File + RelativePath=".\lang\brazilian_portuguese.txt"> + <FileConfiguration + Name="Debug|Win32"> + <Tool + Name="VCCustomBuildTool" + Description="Generating brazilian_portuguese language file" + CommandLine="strgen\debug\strgen.exe "$(InputPath)" +" + Outputs="lang\brazilian_portuguese.lng"/> + </FileConfiguration> + </File> + <File RelativePath=".\lang\catalan.txt"> <FileConfiguration Name="Debug|Win32"> @@ -194,6 +206,18 @@ </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"> |