mirror of https://github.com/OpenTTD/OpenTTD
(svn r7322) -Update win32 project files for ukrainian and bulgarian language files. Also add
unicows.lib to Release build of VS2003.release/0.5
parent
563ff44a6c
commit
eb61fde8e3
30
langs.vcproj
30
langs.vcproj
|
@ -61,6 +61,18 @@
|
||||||
Outputs="lang\brazilian_portuguese.lng"/>
|
Outputs="lang\brazilian_portuguese.lng"/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath=".\lang\bulgarian.txt">
|
||||||
|
<FileConfiguration
|
||||||
|
Name="Debug|Win32">
|
||||||
|
<Tool
|
||||||
|
Name="VCCustomBuildTool"
|
||||||
|
Description="Generating bulgarian language file"
|
||||||
|
CommandLine="strgen\debug\strgen.exe -s lang -d lang "$(InputPath)"
|
||||||
|
"
|
||||||
|
Outputs="lang\bulgarian.lng"/>
|
||||||
|
</FileConfiguration>
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\lang\catalan.txt">
|
RelativePath=".\lang\catalan.txt">
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
|
@ -128,7 +140,8 @@
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"
|
Name="VCCustomBuildTool"
|
||||||
Description="Generating estonian language file"
|
Description="Generating estonian language file"
|
||||||
CommandLine="strgen\debug\strgen.exe -s lang -d lang "$(InputPath)""
|
CommandLine="strgen\debug\strgen.exe -s lang -d lang "$(InputPath)"
|
||||||
|
"
|
||||||
Outputs="lang\estonian.lng"/>
|
Outputs="lang\estonian.lng"/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
</File>
|
</File>
|
||||||
|
@ -344,10 +357,23 @@
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"
|
Name="VCCustomBuildTool"
|
||||||
Description="Generating turkish language file"
|
Description="Generating turkish language file"
|
||||||
CommandLine="strgen\debug\strgen.exe -s lang -d lang "$(InputPath)""
|
CommandLine="strgen\debug\strgen.exe -s lang -d lang "$(InputPath)"
|
||||||
|
"
|
||||||
Outputs="lang\turkish.lng"/>
|
Outputs="lang\turkish.lng"/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath=".\lang\ukrainian.txt">
|
||||||
|
<FileConfiguration
|
||||||
|
Name="Debug|Win32">
|
||||||
|
<Tool
|
||||||
|
Name="VCCustomBuildTool"
|
||||||
|
Description="Generating ukrainian language file"
|
||||||
|
CommandLine="strgen\debug\strgen.exe -s lang -d lang "$(InputPath)"
|
||||||
|
"
|
||||||
|
Outputs="lang\ukrainian.lng"/>
|
||||||
|
</FileConfiguration>
|
||||||
|
</File>
|
||||||
</Files>
|
</Files>
|
||||||
<Globals>
|
<Globals>
|
||||||
</Globals>
|
</Globals>
|
||||||
|
|
|
@ -73,6 +73,20 @@
|
||||||
/>
|
/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath=".\lang\bulgarian.txt"
|
||||||
|
>
|
||||||
|
<FileConfiguration
|
||||||
|
Name="Debug|Win32"
|
||||||
|
>
|
||||||
|
<Tool
|
||||||
|
Name="VCCustomBuildTool"
|
||||||
|
Description="Generating bulgarian language file"
|
||||||
|
CommandLine="strgen\debug\strgen.exe -s lang -d lang "$(InputPath)"
"
|
||||||
|
Outputs="lang\bulgarian.lng"
|
||||||
|
/>
|
||||||
|
</FileConfiguration>
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\lang\catalan.txt"
|
RelativePath=".\lang\catalan.txt"
|
||||||
>
|
>
|
||||||
|
@ -410,6 +424,20 @@
|
||||||
/>
|
/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath=".\lang\ukrainian.txt"
|
||||||
|
>
|
||||||
|
<FileConfiguration
|
||||||
|
Name="Debug|Win32"
|
||||||
|
>
|
||||||
|
<Tool
|
||||||
|
Name="VCCustomBuildTool"
|
||||||
|
Description="Generating ukrainian language file"
|
||||||
|
CommandLine="strgen\debug\strgen.exe -s lang -d lang "$(InputPath)"
"
|
||||||
|
Outputs="lang\ukrainian.lng"
|
||||||
|
/>
|
||||||
|
</FileConfiguration>
|
||||||
|
</File>
|
||||||
</Files>
|
</Files>
|
||||||
<Globals>
|
<Globals>
|
||||||
</Globals>
|
</Globals>
|
||||||
|
|
|
@ -54,7 +54,7 @@
|
||||||
Name="VCCustomBuildTool"/>
|
Name="VCCustomBuildTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
AdditionalDependencies="winmm.lib ws2_32.lib libpng.lib zlibstat.lib dxguid.lib"
|
AdditionalDependencies="unicows.lib winmm.lib ws2_32.lib libpng.lib zlibstat.lib dxguid.lib"
|
||||||
OutputFile=".\Release/openttd.exe"
|
OutputFile=".\Release/openttd.exe"
|
||||||
LinkIncremental="1"
|
LinkIncremental="1"
|
||||||
SuppressStartupBanner="TRUE"
|
SuppressStartupBanner="TRUE"
|
||||||
|
|
Loading…
Reference in New Issue