diff options
author | rubidium <rubidium@openttd.org> | 2008-12-03 00:19:06 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2008-12-03 00:19:06 +0000 |
commit | ea456026d83c418e015b594b1caaa62990cccb09 (patch) | |
tree | 26f3318083dc461364aae229e866978b8a28083f /projects | |
parent | 8f75a8307f0df652bffe8900e8d88784e16be829 (diff) | |
download | openttd-ea456026d83c418e015b594b1caaa62990cccb09.tar.xz |
(svn r14651) -Fix [FS#2437] (r14636): extmidi wasn't compiled/linked anymore.
Diffstat (limited to 'projects')
-rwxr-xr-x | projects/generate | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/projects/generate b/projects/generate index 035fd0a12..a57803529 100755 --- a/projects/generate +++ b/projects/generate @@ -85,6 +85,7 @@ load_main_data() { if ($0 == "OSX" && "'$os'" != "OSX") { next; } if ($0 == "OS2" && "'$os'" != "OS2") { next; } if ($0 == "PSP" && "'$os'" != "PSP") { next; } + if ($0 == "DOS" && "'$os'" != "DOS") { next; } if ($0 == "DEDICATED" && "'$enable_dedicated'" != "1") { next; } if ($0 == "COCOA" && "'$with_cocoa'" == "0") { next; } if ($0 == "BEOS" && "'$os'" != "BEOS") { next; } |