aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorVincent Hamm2002-02-23 23:23:28 +0000
committerVincent Hamm2002-02-23 23:23:28 +0000
commitcef0ef44d35f9cc05fe51050c116adb86edc66ea (patch)
tree25c718282287d9bec9eb5d285590c482aee67072 /Makefile
parentb4123064b491aafc8de04da50da85daa116b1cfd (diff)
downloadscummvm-rg350-cef0ef44d35f9cc05fe51050c116adb86edc66ea.tar.gz
scummvm-rg350-cef0ef44d35f9cc05fe51050c116adb86edc66ea.tar.bz2
scummvm-rg350-cef0ef44d35f9cc05fe51050c116adb86edc66ea.zip
Changed the scummVar system to a dynamic one. Started to remove all the reference to FULL_TROTTLE define.
svn-id: r3624
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4bb73e9f2e..dc59521700 100644
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,7 @@ OBJS = actor.o boxes.o costume.o gfx.o object.o resource.o \
saveload.o script.o scummvm.o sound.o string.o \
sys.o verbs.o sdl.o script_v1.o script_v2.o debug.o gui.o \
sound/imuse.o sound/fmopl.o sound/adlib.o sound/gmidi.o debugrl.o \
- akos.o
+ akos.o vars.o
DISTFILES=$(OBJS:.o=.cpp) Makefile scumm.h scummsys.h stdafx.h stdafx.cpp \
windows.cpp debugrl.h whatsnew.txt readme.txt copying.txt \