diff config.mak @ 39:57d67886153e

Update to latest engine changes.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 16 Oct 2012 03:24:47 +0300
parents d17d31b736c2
children 9cbb03e85597
line wrap: on
line diff
--- a/config.mak	Sat Oct 13 16:58:29 2012 +0300
+++ b/config.mak	Tue Oct 16 03:24:47 2012 +0300
@@ -1,5 +1,7 @@
 # Additional binaries (aka the demo)
-BINARIES=krapula
+DEMO_BIN=krapula
+DEMO_OBJS=dmsimple.o
+BINARIES=$(DEMO_BIN)
 
 # Build engine tests and tools? (Please notice that what
 # actually gets built it also affected by other options)