summaryrefslogtreecommitdiff
path: root/projects
diff options
context:
space:
mode:
authortruelight <truelight@openttd.org>2007-02-17 12:50:19 +0000
committertruelight <truelight@openttd.org>2007-02-17 12:50:19 +0000
commita839800c4ad9507594cc33d0a70fdb0ddfca1770 (patch)
tree42297f0943916fcf396faff467631af4d49c2f61 /projects
parent6bbe135446e0450076670c20a495ea00025ca9dc (diff)
downloadopenttd-a839800c4ad9507594cc33d0a70fdb0ddfca1770.tar.xz
(svn r8772) -Fix: forgot to update 'generate' file while updating 'configure' in the last 3 changes in 'configure'
Diffstat (limited to 'projects')
-rwxr-xr-xprojects/generate3
1 files changed, 3 insertions, 0 deletions
diff --git a/projects/generate b/projects/generate
index fc87904b5..477dcf597 100755
--- a/projects/generate
+++ b/projects/generate
@@ -53,6 +53,8 @@ load_main_data() {
if ($0 == "SDL" && "'$sdl_config'" == "") { next; }
if ($0 == "OSX" && "'$os'" != "OSX") { next; }
+ if ($0 == "OS2" && "'$os'" != "OS2") { next; }
+ if ($0 == "PSP" && "'$os'" != "PSP") { next; }
if ($0 == "DEDICATED" && "'$enable_dedicated'" != "1") { next; }
if ($0 == "COCOA" && "'$with_cocoa'" == "0") { next; }
if ($0 == "BEOS" && "'$os'" != "BEOS") { next; }
@@ -61,6 +63,7 @@ load_main_data() {
if ($0 == "WINCE" && "'$os'" != "WINCE") { next; }
if ($0 == "MSVC" && "'$os'" != "MSVC") { next; }
if ($0 == "DIRECTMUSIC" && "'$enable_directmusic'" != "1") { next; }
+ if ($0 == "LIBTIMIDITY" && "'$libtimidity'" == "" ) { next; }
skip += 1;