X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Flibgame%2FMakefile;h=f9f306b6345144cd1b914e50c347a70348a99a51;hb=c9433eab5c4317ed4f89164b386a7d33562e29be;hp=c325fef5a5a28ea1768a25f4cb94302702d6d0d4;hpb=222cd4187e6632bd904a937f167a2f1c70b8f66d;p=rocksndiamonds.git diff --git a/src/libgame/Makefile b/src/libgame/Makefile index c325fef5..f9f306b6 100644 --- a/src/libgame/Makefile +++ b/src/libgame/Makefile @@ -1,31 +1,33 @@ #=============================================================================# -# Makefile for Rocks'n'Diamonds # -# (c) 1995-2000 Holger Schemel, info@artsoft.org # +# Makefile for Artsoft Retro-Game Library # +# (c) 1994-2002 Holger Schemel, info@artsoft.org # #=============================================================================# -SRCS = libgame.c \ - private.c \ - system.c \ +SRCS = system.c \ gadgets.c \ text.c \ sound.c \ + joystick.c \ + toons.c \ pcx.c \ image.c \ random.c \ + setup.c \ misc.c \ msdos.c \ x11.c \ sdl.c -OBJS = libgame.o \ - private.o \ - system.o \ +OBJS = system.o \ gadgets.o \ text.o \ sound.o \ + joystick.o \ + toons.o \ pcx.o \ image.o \ random.o \ + setup.o \ misc.o \ msdos.o \ x11.o \