diff -r 31e38d28a0af -r 7654501cf02d projects/generate --- a/projects/generate Wed May 09 20:22:49 2007 +0000 +++ b/projects/generate Thu May 10 15:07:16 2007 +0000 @@ -35,6 +35,7 @@ enable_dedicated="0" with_cocoa="0" enable_directmusic="1" +with_threads="1" file_prefix="..\\\\src\\\\" load_main_data() { @@ -64,6 +65,7 @@ if ($0 == "MSVC" && "'$os'" != "MSVC") { next; } if ($0 == "DIRECTMUSIC" && "'$enable_directmusic'" != "1") { next; } if ($0 == "LIBTIMIDITY" && "'$libtimidity'" == "" ) { next; } + if ($0 == "NO_THREADS" && "'$with_threads'" == "0") { next; } skip += 1;