added enabling/disabling virtual button overlay depending on input events
[rocksndiamonds.git] / src / libgame / Makefile
index f146054036f5c0a5ce321304a94715660ea6043a..4693c226a9529311c092778ba9516382afecabf3 100644 (file)
@@ -1,7 +1,12 @@
 # =============================================================================
-# Rocks'n'Diamonds Makefile (libgame)
+# Rocks'n'Diamonds - McDuffin Strikes Back!
 # -----------------------------------------------------------------------------
-# (c) 1995-2006 Holger Schemel <info@artsoft.org>
+# (c) 1995-2014 by Artsoft Entertainment
+#                  Holger Schemel
+#                  info@artsoft.org
+#                  http://www.artsoft.org/
+# -----------------------------------------------------------------------------
+# src/libgame/Makefile
 # =============================================================================
 
 # -----------------------------------------------------------------------------
@@ -14,7 +19,6 @@ SRCS =        system.c        \
        sound.c         \
        joystick.c      \
        snapshot.c      \
-       toons.c         \
        image.c         \
        random.c        \
        hash.c          \
@@ -28,7 +32,6 @@ OBJS =        system.o        \
        sound.o         \
        snapshot.o      \
        joystick.o      \
-       toons.o         \
        image.o         \
        random.o        \
        hash.o          \