X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Flibgame%2FMakefile;h=8b2b602465464c96aedbfc0db9b7852a2dc065be;hb=34df5c161045d8dddfd1c24d7fb1cfa29e0a9746;hp=623535279962f9d31733d00c4b35d12ef69efe78;hpb=959794cfda1f83edc51512211ae5a9f6b1e0b179;p=rocksndiamonds.git diff --git a/src/libgame/Makefile b/src/libgame/Makefile index 62353527..8b2b6024 100644 --- a/src/libgame/Makefile +++ b/src/libgame/Makefile @@ -1,7 +1,12 @@ # ============================================================================= -# Rocks'n'Diamonds Makefile (libgame) +# Rocks'n'Diamonds - McDuffin Strikes Back! # ----------------------------------------------------------------------------- -# (c) 1995-2006 Holger Schemel +# (c) 1995-2014 by Artsoft Entertainment +# Holger Schemel +# info@artsoft.org +# http://www.artsoft.org/ +# ----------------------------------------------------------------------------- +# src/libgame/Makefile # ============================================================================= # ----------------------------------------------------------------------------- @@ -14,15 +19,16 @@ SRCS = system.c \ sound.c \ joystick.c \ snapshot.c \ - toons.c \ - pcx.c \ image.c \ random.c \ hash.c \ setup.c \ misc.c \ - x11.c \ - sdl.c + sdl.c \ + zip/ioapi.c \ + zip/iowin32.c \ + zip/unzip.c \ + zip/miniunz.c OBJS = system.o \ gadgets.o \ @@ -30,15 +36,16 @@ OBJS = system.o \ sound.o \ snapshot.o \ joystick.o \ - toons.o \ - pcx.o \ image.o \ random.o \ hash.o \ setup.o \ misc.o \ - x11.o \ - sdl.o + sdl.o \ + zip/ioapi.o \ + zip/iowin32.o \ + zip/unzip.o \ + zip/miniunz.o LIBGAME = libgame.a @@ -54,7 +61,7 @@ $(LIBGAME): $(OBJS) $(RANLIB) $(LIBGAME) .c.o: - $(CC) $(PROFILING) $(CFLAGS) -c $*.c + $(CC) $(PROFILING) $(CFLAGS) -c $*.c -o $*.o clean: $(RM) $(OBJS)