mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-01-21 22:53:19 +00:00
(svn r2068) - MSVC: [ 1167036 ] MSVC 6/.NET update for 2 new languages (bociusz)
This commit is contained in:
parent
5ce3537ef0
commit
c4f1d4dfed
24
langs.dsp
24
langs.dsp
@ -52,6 +52,18 @@ InputPath=.\lang\american.txt
|
||||
# End Custom Build
|
||||
# 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
|
||||
@ -184,6 +196,18 @@ InputPath=.\lang\italian.txt
|
||||
# End Custom Build
|
||||
# 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
|
||||
|
24
langs.vcproj
24
langs.vcproj
@ -49,6 +49,18 @@
|
||||
Outputs="lang\american.lng"/>
|
||||
</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
|
||||
@ -193,6 +205,18 @@
|
||||
Outputs="lang\italian.lng"/>
|
||||
</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
|
||||
|
Loading…
Reference in New Issue
Block a user