mirror of https://github.com/OpenTTD/OpenTTD
(svn r802) -add latvian to VS.net Project (bociusz)
parent
372340b731
commit
669368cf21
11
langs.dsp
11
langs.dsp
|
@ -183,6 +183,17 @@ InputPath=.\lang\italian.txt
|
||||||
# End Source File
|
# End Source File
|
||||||
# Begin 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
|
SOURCE=.\lang\norwegian.txt
|
||||||
# Begin Custom Build
|
# Begin Custom Build
|
||||||
InputPath=.\lang\norwegian.txt
|
InputPath=.\lang\norwegian.txt
|
||||||
|
|
11
langs.vcproj
11
langs.vcproj
|
@ -193,6 +193,17 @@
|
||||||
Outputs="lang\italian.lng"/>
|
Outputs="lang\italian.lng"/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
</File>
|
</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
|
<File
|
||||||
RelativePath=".\lang\norwegian.txt">
|
RelativePath=".\lang\norwegian.txt">
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
|
|
Loading…
Reference in New Issue