diff options
author | yexo <yexo@openttd.org> | 2009-06-11 14:17:26 +0000 |
---|---|---|
committer | yexo <yexo@openttd.org> | 2009-06-11 14:17:26 +0000 |
commit | f92feb2a9516aedcd00961fc8649714249064e4f (patch) | |
tree | 1727bb3b27fae8ab06cc441a4cc9cb042afa6059 /projects | |
parent | 176e55a8a3d33f10e43095f4529a18f32e14e797 (diff) | |
download | openttd-f92feb2a9516aedcd00961fc8649714249064e4f.tar.xz |
(svn r16562) -Revert (r16561)
Diffstat (limited to 'projects')
-rw-r--r-- | projects/langs_vs80.vcproj | 15 | ||||
-rw-r--r-- | projects/langs_vs90.vcproj | 15 | ||||
-rw-r--r-- | projects/openttd_vs90.vcproj | 6 |
3 files changed, 33 insertions, 3 deletions
diff --git a/projects/langs_vs80.vcproj b/projects/langs_vs80.vcproj index 9aa2349e5..2f17ab52d 100644 --- a/projects/langs_vs80.vcproj +++ b/projects/langs_vs80.vcproj @@ -227,6 +227,21 @@ </FileConfiguration> </File> <File + RelativePath="..\src\lang\english_rev.txt" + > + <FileConfiguration + Name="Debug|Win32" + > + <Tool + Name="VCCustomBuildTool" + Description="Generating english_rev language file" + CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang "$(InputPath)"
" + AdditionalDependencies="" + Outputs="..\bin\lang\english_rev.lng" + /> + </FileConfiguration> + </File> + <File RelativePath="..\src\lang\esperanto.txt" > <FileConfiguration diff --git a/projects/langs_vs90.vcproj b/projects/langs_vs90.vcproj index 72f63d188..25b7443be 100644 --- a/projects/langs_vs90.vcproj +++ b/projects/langs_vs90.vcproj @@ -228,6 +228,21 @@ </FileConfiguration> </File> <File + RelativePath="..\src\lang\english_rev.txt" + > + <FileConfiguration + Name="Debug|Win32" + > + <Tool + Name="VCCustomBuildTool" + Description="Generating english_rev language file" + CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang "$(InputPath)"
" + AdditionalDependencies="" + Outputs="..\bin\lang\english_rev.lng" + /> + </FileConfiguration> + </File> + <File RelativePath="..\src\lang\esperanto.txt" > <FileConfiguration diff --git a/projects/openttd_vs90.vcproj b/projects/openttd_vs90.vcproj index 2be7069a6..3ca3c8363 100644 --- a/projects/openttd_vs90.vcproj +++ b/projects/openttd_vs90.vcproj @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="Windows-1252"?> <VisualStudioProject ProjectType="Visual C++" - Version="9,00" + Version="9.00" Name="openttd" ProjectGUID="{668328A0-B40E-4CDB-BD72-D0064424414A}" RootNamespace="openttd" @@ -61,7 +61,7 @@ FavorSizeOrSpeed="2" OmitFramePointers="true" AdditionalIncludeDirectories="..\objs\langs;..\src\3rdparty\squirrel\include" - PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;WIN32_EXCEPTION_TRACKER;WITH_ZLIB;WITH_PNG;WITH_FREETYPE;WITH_ICU;ENABLE_NETWORK;WITH_PERSONAL_DIR;PERSONAL_DIR=\"OpenTTD\";WITH_ASSERT" + PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;WIN32_EXCEPTION_TRACKER;WIN32_ENABLE_DIRECTMUSIC_SUPPORT;WITH_ZLIB;WITH_PNG;WITH_FREETYPE;WITH_ICU;ENABLE_NETWORK;WITH_PERSONAL_DIR;PERSONAL_DIR=\"OpenTTD\";WITH_ASSERT" StringPooling="true" ExceptionHandling="1" RuntimeLibrary="0" @@ -166,7 +166,7 @@ AdditionalOptions="/MP" Optimization="0" AdditionalIncludeDirectories="..\objs\langs;..\src\3rdparty\squirrel\include" - PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;WITH_ZLIB;WITH_PNG;WITH_FREETYPE;WITH_ICU;ENABLE_NETWORK;WITH_PERSONAL_DIR;PERSONAL_DIR=\"OpenTTD\"" + PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;WIN32_ENABLE_DIRECTMUSIC_SUPPORT;WITH_ZLIB;WITH_PNG;WITH_FREETYPE;WITH_ICU;ENABLE_NETWORK;WITH_PERSONAL_DIR;PERSONAL_DIR=\"OpenTTD\"" BasicRuntimeChecks="3" RuntimeLibrary="1" UsePrecompiledHeader="0" |