in progress: started a memory allocator, did nothing so far :p
authorEleni Maria Stea <elene.mst@gmail.com>
Wed, 6 Mar 2013 02:05:43 +0000 (04:05 +0200)
committerEleni Maria Stea <elene.mst@gmail.com>
Wed, 6 Mar 2013 02:05:43 +0000 (04:05 +0200)
Makefile

index a132c3f..4242187 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ dbg = -g
 opt = -O0
 inc = -Isrc
 
-#backend = SDL
+backend = SDL
 
 ifeq ($(backend), SDL)
        def = -DWINNIE_SDL