summaryrefslogtreecommitdiff
path: root/source.list
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-11-25 19:32:12 +0000
committerrubidium <rubidium@openttd.org>2008-11-25 19:32:12 +0000
commit3aacd0a3d5efa9001c97dbaa761c7ad90df789be (patch)
tree014c824da9cb4b28b6633d99bfacc1b94526ddc2 /source.list
parent614e724dd4c11fcd28ab4ab84d5202ec9a4dd8a4 (diff)
downloadopenttd-3aacd0a3d5efa9001c97dbaa761c7ad90df789be.tar.xz
(svn r14630) -Add: support Allegro as video backend.
Diffstat (limited to 'source.list')
-rw-r--r--source.list6
1 files changed, 6 insertions, 0 deletions
diff --git a/source.list b/source.list
index 961af553d..facc10586 100644
--- a/source.list
+++ b/source.list
@@ -122,6 +122,9 @@ widget.cpp
window.cpp
# Header Files
+#if ALLEGRO
+ video/allegro_v.h
+#end
ai/ai.h
aircraft.h
airport.h
@@ -604,6 +607,9 @@ yapf/yapf_road.cpp
yapf/yapf_ship.cpp
# Video
+#if ALLEGRO
+ video/allegro_v.cpp
+#end
video/dedicated_v.cpp
video/null_v.cpp
#if SDL