diff options
author | rubidium <rubidium@openttd.org> | 2009-08-12 17:46:51 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2009-08-12 17:46:51 +0000 |
commit | e0c37dcc7fccba159d2fd88833ce3440d5bd64ab (patch) | |
tree | ac3fdd750a01bd49f9ee1e9ceddafce6f17f72ce /projects/langs_vs80.vcproj | |
parent | 5d56b4bb0e64adb48eccfbaf6a9ab0929f431e0e (diff) | |
download | openttd-e0c37dcc7fccba159d2fd88833ce3440d5bd64ab.tar.xz |
(svn r17162) -Change: move Greek out of unfinished
Diffstat (limited to 'projects/langs_vs80.vcproj')
-rw-r--r-- | projects/langs_vs80.vcproj | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/projects/langs_vs80.vcproj b/projects/langs_vs80.vcproj index 62cc3ac92..3f7a24538 100644 --- a/projects/langs_vs80.vcproj +++ b/projects/langs_vs80.vcproj @@ -302,6 +302,21 @@ </FileConfiguration> </File> <File + RelativePath="..\src\lang\greek.txt" + > + <FileConfiguration + Name="Debug|Win32" + > + <Tool + Name="VCCustomBuildTool" + Description="Generating greek language file" + CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang "$(InputPath)"
" + AdditionalDependencies="..\src\lang\english.txt" + Outputs="..\bin\lang\greek.lng" + /> + </FileConfiguration> + </File> + <File RelativePath="..\src\lang\hebrew.txt" > <FileConfiguration |