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