aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorVincent Hamm2002-03-25 22:46:32 +0000
committerVincent Hamm2002-03-25 22:46:32 +0000
commit71be0400dc3d243b6854e36d16d30d151aa4fc2c (patch)
tree101c5db089f4758567aa73cd06d6cac5fb729e48 /Makefile
parent13bf453232d27ad2cde9ce25ebeb14c2665a9385 (diff)
downloadscummvm-rg350-71be0400dc3d243b6854e36d16d30d151aa4fc2c.tar.gz
scummvm-rg350-71be0400dc3d243b6854e36d16d30d151aa4fc2c.tar.bz2
scummvm-rg350-71be0400dc3d243b6854e36d16d30d151aa4fc2c.zip
Fixed most of the speed issues of insane
svn-id: r3833
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d56e0856a1..bd0c520791 100644
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,8 @@ 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 vars.o insane.o gameDetector.o init.o v3/resource_v3.o v4/resource_v4.o
+ akos.o vars.o insane.o gameDetector.o init.o \
+ v3/resource_v3.o v4/resource_v4.o
DISTFILES=$(OBJS:.o=.cpp) Makefile scumm.h scummsys.h stdafx.h stdafx.cpp \
windows.cpp debugrl.h whatsnew.txt readme.txt copying.txt \