Changeset - r23038:dee7b529d0ce
[Not reviewed]
master
0 1 0
Niels Martin Hansen - 6 years ago 2018-11-01 21:44:27
nielsm@indvikleren.dk
Fix: Fluidsynth should not be added to VC project files
1 file changed with 2 insertions and 0 deletions:
0 comments (0 inline, 0 general)
projects/generate
Show inline comments
 
@@ -74,6 +74,7 @@ enable_dedicated="0"
 
enable_ai="1"
 
with_cocoa="0"
 
enable_directmusic="1"
 
enable_fluidsynth="0"
 
with_threads="1"
 
file_prefix="..\\\\src\\\\"
 

	
 
@@ -132,6 +133,7 @@ load_main_data() {
 
											"'$os'" != "CYGWIN" && "'$os'" != "MSVC" ) { next; }
 
			if ($0 == "MSVC"        && "'$os'" != "MSVC")              { next; }
 
			if ($0 == "DIRECTMUSIC" && "'$enable_directmusic'" != "1") { next; }
 
			if ($0 == "FLUIDSYNTH"  && "'$enable_fluidsynth'" != "1")  { next; }
 
			if ($0 == "LIBTIMIDITY" && "'$libtimidity'" == "" )        { next; }
 
			if ($0 == "HAVE_THREAD" && "'$with_threads'" == "0")       { next; }
 

	
0 comments (0 inline, 0 general)