(svn r14630) -Add: support Allegro as video backend.

This commit is contained in:
rubidium
2008-11-25 19:32:12 +00:00
parent 6a431fc089
commit 285d1846ae
6 changed files with 628 additions and 1 deletions

1
configure vendored
View File

@@ -82,6 +82,7 @@ SRCS="`< $ROOT_DIR/source.list tr '\r' '\n' | $awk '
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; }