trunk/scripts/src/osd/modules.lua
| r250321 | r250322 | |
| 356 | 356 | } |
| 357 | 357 | |
| 358 | 358 | if not _OPTIONS["NO_USE_MIDI"] then |
| 359 | | if _OPTIONS["targetos"]=="freebsd" or _OPTIONS["targetos"]=="openbsd" or _OPTIONS["targetos"]=="netbsd" or _OPTIONS["targetos"]=="solaris" or _OPTIONS["targetos"]=="haiku" or _OPTIONS["targetos"] == "emscripten" or _OPTIONS["targetos"] == "os2" then |
| 359 | if _OPTIONS["targetos"]=="freebsd" or _OPTIONS["targetos"]=="openbsd" or _OPTIONS["targetos"]=="netbsd" or _OPTIONS["targetos"]=="solaris" or _OPTIONS["targetos"]=="haiku" or _OPTIONS["targetos"] == "asmjs" or _OPTIONS["targetos"] == "os2" then |
| 360 | 360 | _OPTIONS["NO_USE_MIDI"] = "1" |
| 361 | 361 | else |
| 362 | 362 | _OPTIONS["NO_USE_MIDI"] = "0" |
| r250321 | r250322 | |
| 379 | 379 | |
| 380 | 380 | |
| 381 | 381 | if not _OPTIONS["USE_QTDEBUG"] then |
| 382 | | if _OPTIONS["targetos"]=="windows" or _OPTIONS["targetos"]=="macosx" or _OPTIONS["targetos"]=="solaris" or _OPTIONS["targetos"]=="haiku" or _OPTIONS["targetos"] == "emscripten" or _OPTIONS["targetos"] == "os2" then |
| 382 | if _OPTIONS["targetos"]=="windows" or _OPTIONS["targetos"]=="macosx" or _OPTIONS["targetos"]=="solaris" or _OPTIONS["targetos"]=="haiku" or _OPTIONS["targetos"] == "asmjs" or _OPTIONS["targetos"] == "os2" then |
| 383 | 383 | _OPTIONS["USE_QTDEBUG"] = "0" |
| 384 | 384 | else |
| 385 | 385 | _OPTIONS["USE_QTDEBUG"] = "1" |