projects/generate
changeset 7294 b53e8aae866c
parent 6937 40c760fcf1f6
child 7894 0bc87abd10ad
--- a/projects/generate	Fri Jul 20 17:32:27 2007 +0000
+++ b/projects/generate	Fri Jul 20 18:34:21 2007 +0000
@@ -36,6 +36,7 @@
 enable_dedicated="0"
 with_cocoa="0"
 enable_directmusic="1"
+with_threads="1"
 file_prefix="..\\\\src\\\\"
 
 safety_check() {
@@ -84,6 +85,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;