summaryrefslogtreecommitdiff
path: root/projects/generate
diff options
context:
space:
mode:
authortruelight <truelight@openttd.org>2007-01-21 19:40:38 +0000
committertruelight <truelight@openttd.org>2007-01-21 19:40:38 +0000
commitdfd951c34cb97adbab99b08fb82ddb74a8e8827a (patch)
tree64a47828edca0e87e333eae7ba09b9052608d09e /projects/generate
parent34de6db60d15b182bf90b121c3801c93de78ea80 (diff)
downloadopenttd-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/generate')
-rwxr-xr-xprojects/generate1
1 files changed, 1 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; }