diff options
author | matthijs <matthijs@openttd.org> | 2005-08-03 23:46:33 +0000 |
---|---|---|
committer | matthijs <matthijs@openttd.org> | 2005-08-03 23:46:33 +0000 |
commit | 68291357af880b9526b5bafb8b261d1d4e61c7d1 (patch) | |
tree | 10fa4dc63f733efc864892a76d3dcbd1469b1fc5 | |
parent | 875464bf007321a0ccb6f923b4929295ec74d708 (diff) | |
download | openttd-68291357af880b9526b5bafb8b261d1d4e61c7d1.tar.xz |
(svn r2803) * Removed latvian from MSVC 6 and .NET project files, since it is now in lang/unfinished (bociusz).
-rw-r--r-- | langs.dsp | 12 | ||||
-rw-r--r-- | langs.vcproj | 12 |
2 files changed, 0 insertions, 24 deletions
@@ -197,18 +197,6 @@ 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\lithuanian.txt # Begin Custom Build InputPath=.\lang\lithuanian.txt diff --git a/langs.vcproj b/langs.vcproj index aa8d60334..55b14f9a9 100644 --- a/langs.vcproj +++ b/langs.vcproj @@ -206,18 +206,6 @@ </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\lithuanian.txt"> <FileConfiguration Name="Debug|Win32"> |