diff options
author | Darkvater <darkvater@openttd.org> | 2006-12-01 19:25:50 +0000 |
---|---|---|
committer | Darkvater <darkvater@openttd.org> | 2006-12-01 19:25:50 +0000 |
commit | eb61fde8e3a059c3c2f782c1ec333f485dc9247f (patch) | |
tree | 5a71558ba8c4524acde3732ab30b3060a517b408 | |
parent | 563ff44a6c5c5af5c61e7ac491fcb42af451362a (diff) | |
download | openttd-eb61fde8e3a059c3c2f782c1ec333f485dc9247f.tar.xz |
(svn r7322) -Update win32 project files for ukrainian and bulgarian language files. Also add
unicows.lib to Release build of VS2003.
-rw-r--r-- | langs.vcproj | 30 | ||||
-rw-r--r-- | langs_vs80.vcproj | 28 | ||||
-rw-r--r-- | openttd.vcproj | 2 |
3 files changed, 57 insertions, 3 deletions
diff --git a/langs.vcproj b/langs.vcproj index e5ea4b190..1580ba19b 100644 --- a/langs.vcproj +++ b/langs.vcproj @@ -62,6 +62,18 @@ </FileConfiguration> </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 RelativePath=".\lang\catalan.txt"> <FileConfiguration Name="Debug|Win32"> @@ -128,7 +140,8 @@ <Tool Name="VCCustomBuildTool" 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"/> </FileConfiguration> </File> @@ -344,10 +357,23 @@ <Tool Name="VCCustomBuildTool" 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"/> </FileConfiguration> </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> <Globals> </Globals> diff --git a/langs_vs80.vcproj b/langs_vs80.vcproj index 020c9eb58..3a2cac91e 100644 --- a/langs_vs80.vcproj +++ b/langs_vs80.vcproj @@ -74,6 +74,20 @@ </FileConfiguration> </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 RelativePath=".\lang\catalan.txt" > <FileConfiguration @@ -410,6 +424,20 @@ /> </FileConfiguration> </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> <Globals> </Globals> diff --git a/openttd.vcproj b/openttd.vcproj index efd472311..46746b3af 100644 --- a/openttd.vcproj +++ b/openttd.vcproj @@ -54,7 +54,7 @@ Name="VCCustomBuildTool"/> <Tool 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" LinkIncremental="1" SuppressStartupBanner="TRUE" |