mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-03-06 14:27:16 +00:00
(svn r802) -add latvian to VS.net Project (bociusz)
This commit is contained in:
parent
372340b731
commit
669368cf21
11
langs.dsp
11
langs.dsp
@ -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
|
||||
|
11
langs.vcproj
11
langs.vcproj
@ -193,6 +193,17 @@
|
||||
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