X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Flibgame%2FMakefile;h=f146054036f5c0a5ce321304a94715660ea6043a;hb=7b447f4c902beff72ad385a99cd723eb7d1ea369;hp=4d5b28c6b3eae4baadc7ddfe80b82ab7b7e874da;hpb=a2c9a458aaa4ac568f07ecd25b19fbca3f766e6b;p=rocksndiamonds.git diff --git a/src/libgame/Makefile b/src/libgame/Makefile index 4d5b28c6..f1460540 100644 --- a/src/libgame/Makefile +++ b/src/libgame/Makefile @@ -1,7 +1,7 @@ # ============================================================================= # Rocks'n'Diamonds Makefile (libgame) # ----------------------------------------------------------------------------- -# (c) 1995-2003 Holger Schemel +# (c) 1995-2006 Holger Schemel # ============================================================================= # ----------------------------------------------------------------------------- @@ -13,31 +13,27 @@ SRCS = system.c \ text.c \ sound.c \ joystick.c \ + snapshot.c \ toons.c \ - pcx.c \ image.c \ random.c \ hash.c \ setup.c \ misc.c \ - msdos.c \ - x11.c \ sdl.c OBJS = system.o \ gadgets.o \ text.o \ sound.o \ + snapshot.o \ joystick.o \ toons.o \ - pcx.o \ image.o \ random.o \ hash.o \ setup.o \ misc.o \ - msdos.o \ - x11.o \ sdl.o LIBGAME = libgame.a