From 0600dd2a1205fb2c4d7ede104014cc24d5cec373 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tobias=20Gl=C3=A4=C3=9Fer?= Date: Wed, 24 Mar 2004 22:08:29 +0000 Subject: [PATCH] new levelformat with multiple layers, new particlesystem SVN-Revision: 342 --- src/Makefile.am | 60 ++------------------------------------------------------- 1 file changed, 2 insertions(+), 58 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index c43677857..56d458a16 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,62 +1,6 @@ bin_PROGRAMS = supertux -supertux_SOURCES = \ - badguy.cpp \ - badguy.h \ - bitmask.cpp \ - bitmask.h \ - button.cpp \ - button.h \ - configfile.h \ - configfile.cpp \ - collision.cpp \ - collision.h \ - defines.h \ - gameloop.cpp \ - gameloop.h \ - globals.cpp \ - globals.h \ - high_scores.cpp \ - high_scores.h \ - intro.cpp \ - intro.h \ - level.cpp \ - level.h \ - leveleditor.cpp \ - leveleditor.h \ - lispreader.cpp \ - lispreader.h \ - menu.cpp \ - menu.h \ - physic.cpp \ - physic.h \ - player.cpp \ - player.h \ - scene.cpp \ - scene.h \ - screen.cpp \ - screen.h \ - setup.cpp \ - setup.h \ - sound.cpp \ - sound.h \ - special.cpp \ - special.h \ - supertux.cpp \ - supertux.h \ - text.cpp \ - text.h \ - texture.cpp \ - texture.h \ - timer.cpp \ - timer.h \ - title.cpp \ - title.h \ - type.cpp \ - type.h \ - world.cpp \ - world.h \ - worldmap.cpp \ - worldmap.h +supertux_SOURCES = badguy.cpp badguy.h bitmask.cpp bitmask.h button.cpp button.h collision.cpp collision.h configfile.cpp configfile.h defines.h gameloop.cpp gameloop.h globals.cpp globals.h high_scores.cpp high_scores.h intro.cpp intro.h level.cpp level.h leveleditor.cpp leveleditor.h lispreader.cpp lispreader.h menu.cpp menu.h particlesystem.cpp particlesystem.h physic.cpp physic.h player.cpp player.h scene.cpp scene.h screen.cpp screen.h setup.cpp setup.h sound.cpp sound.h special.cpp special.h supertux.cpp supertux.h text.cpp text.h texture.cpp texture.h timer.cpp timer.h title.cpp title.h type.cpp type.h world.cpp world.h worldmap.cpp worldmap.h tile.h tile.cpp # EOF # +noinst_HEADERS = -- 2.11.0