diff options
author | Vincent Hamm | 2002-02-23 23:23:28 +0000 |
---|---|---|
committer | Vincent Hamm | 2002-02-23 23:23:28 +0000 |
commit | cef0ef44d35f9cc05fe51050c116adb86edc66ea (patch) | |
tree | 25c718282287d9bec9eb5d285590c482aee67072 /Makefile | |
parent | b4123064b491aafc8de04da50da85daa116b1cfd (diff) | |
download | scummvm-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 \ |