diff options
author | truelight <truelight@openttd.org> | 2007-01-21 19:40:38 +0000 |
---|---|---|
committer | truelight <truelight@openttd.org> | 2007-01-21 19:40:38 +0000 |
commit | dfd951c34cb97adbab99b08fb82ddb74a8e8827a (patch) | |
tree | 64a47828edca0e87e333eae7ba09b9052608d09e /projects | |
parent | 34de6db60d15b182bf90b121c3801c93de78ea80 (diff) | |
download | openttd-dfd951c34cb97adbab99b08fb82ddb74a8e8827a.tar.xz |
(svn r8326) -Fix r8304: forgot to update projects/generate to keep in mind the new WINCE tag in sources.list
-Fix: MSVC doesn't order files itself, so put win32.cpp in the right place ourself
-Update: update the MSVC projects files for r8324 (MiHaMiX)
Diffstat (limited to 'projects')
-rwxr-xr-x | projects/generate | 1 | ||||
-rw-r--r-- | projects/langs.vcproj | 14 | ||||
-rw-r--r-- | projects/langs_vs80.vcproj | 14 |
3 files changed, 29 insertions, 0 deletions
diff --git a/projects/generate b/projects/generate index b36a9602e..fc87904b5 100755 --- a/projects/generate +++ b/projects/generate @@ -58,6 +58,7 @@ load_main_data() { if ($0 == "BEOS" && "'$os'" != "BEOS") { next; } if ($0 == "WIN32" && "'$os'" != "MINGW" && "'$os'" != "CYGWIN" && "'$os'" != "MSVC" ) { next; } + if ($0 == "WINCE" && "'$os'" != "WINCE") { next; } if ($0 == "MSVC" && "'$os'" != "MSVC") { next; } if ($0 == "DIRECTMUSIC" && "'$enable_directmusic'" != "1") { next; } diff --git a/projects/langs.vcproj b/projects/langs.vcproj index ab9690a65..c6d1d41a3 100644 --- a/projects/langs.vcproj +++ b/projects/langs.vcproj @@ -417,6 +417,20 @@ </FileConfiguration> </File> <File + RelativePath="..\src\lang\simplified_chinese.txt" + > + <FileConfiguration + Name="Debug|Win32"> + <Tool + Name="VCCustomBuildTool" + Description="Generating simplified_chinese language file" + CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang "$(InputPath)"
" + AdditionalDependencies="" + Outputs="..\bin\lang\simplified_chinese.lng" + /> + </FileConfiguration> + </File> + <File RelativePath="..\src\lang\slovak.txt" > <FileConfiguration diff --git a/projects/langs_vs80.vcproj b/projects/langs_vs80.vcproj index 4de7acf98..ccbd2454d 100644 --- a/projects/langs_vs80.vcproj +++ b/projects/langs_vs80.vcproj @@ -425,6 +425,20 @@ </FileConfiguration> </File> <File + RelativePath="..\src\lang\simplified_chinese.txt" + > + <FileConfiguration + Name="Debug|Win32"> + <Tool + Name="VCCustomBuildTool" + Description="Generating simplified_chinese language file" + CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang "$(InputPath)"
" + AdditionalDependencies="" + Outputs="..\bin\lang\simplified_chinese.lng" + /> + </FileConfiguration> + </File> + <File RelativePath="..\src\lang\slovak.txt" > <FileConfiguration |