projects/generate
changeset 10379 dd9d0aade65e
parent 10377 7fd36921d42f
child 10400 03e9c6b00a00
--- a/projects/generate	Tue Nov 25 19:27:30 2008 +0000
+++ b/projects/generate	Tue Nov 25 19:32:12 2008 +0000
@@ -28,6 +28,7 @@
 
 
 # First, collect the list of Windows files
+allegro_config=""
 sdl_config="1"
 png_config="1"
 os="MSVC"
@@ -78,6 +79,7 @@
 
 			deep += 1;
 
+			if ($0 == "ALLEGRO"     && "'$allegro_config'" == "")      { next; }
 			if ($0 == "SDL"         && "'$sdl_config'" == "")          { next; }
 			if ($0 == "PNG"         && "'$png_config'" == "")          { next; }
 			if ($0 == "OSX"         && "'$os'" != "OSX")               { next; }