* ifdef away half of Playground.cpp to make it compile (still one non-porting relate...
[matthijs/ABM2.git] / ABM2 / Makefile
index b2177be38985fa48bca258c23a316efec60976c9..d420363c5765a59b3842b0bd7cec7e247c8f84e2 100644 (file)
@@ -1,5 +1,5 @@
 CFLAGS:=-I.
-OBJS:=main.o Engine/Log.o SchemeReader.o Engine/Settings.o Engine/mmanager.o Engine/Kernel.o Engine/ProfileLogHandler.o Engine/VideoUpdate.o Engine/GlobalTimer.o Engine/SoundTask.o Engine/profiler.o
+OBJS:=main.o Engine/Log.o SchemeReader.o Engine/Settings.o Engine/mmanager.o Engine/Kernel.o Engine/ProfileLogHandler.o Engine/VideoUpdate.o Engine/GlobalTimer.o Engine/SoundTask.o Engine/profiler.o Playground.o
 
 all: $(OBJS)