File diff r6033:fecdafdcae16 → r6034:54bfa72c2fff
configure
Show inline comments
 
@@ -82,6 +82,7 @@ SRCS="`< $ROOT_DIR/source.list tr '\r' '
 
		if ($0 == "WINCE"       && "'$os'" != "WINCE")             { next; }
 
		if ($0 == "MSVC"        && "'$os'" != "MSVC")              { next; }
 
		if ($0 == "DIRECTMUSIC" && "'$with_direct_music'" == "0")  { next; }
 
		if ($0 == "LIBTIMIDITY" && "'$with_libtimidity'" == "0")   { next; }
 

	
 
		skip += 1;