1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-15 02:29:10 +00:00

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

This commit is contained in:
rubidium
2008-11-25 19:32:12 +00:00
parent 614e724dd4
commit 3aacd0a3d5
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; }