X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Flibgame%2FMakefile;h=8b2b602465464c96aedbfc0db9b7852a2dc065be;hp=4693c226a9529311c092778ba9516382afecabf3;hb=fb81506227581bcc04cd4835b8e3f41a109d1f97;hpb=d1a163e883efe963cd1a83cf7a989add2bcb6740 diff --git a/src/libgame/Makefile b/src/libgame/Makefile index 4693c226..8b2b6024 100644 --- a/src/libgame/Makefile +++ b/src/libgame/Makefile @@ -24,7 +24,11 @@ SRCS = system.c \ hash.c \ setup.c \ misc.c \ - sdl.c + sdl.c \ + zip/ioapi.c \ + zip/iowin32.c \ + zip/unzip.c \ + zip/miniunz.c OBJS = system.o \ gadgets.o \ @@ -37,7 +41,11 @@ OBJS = system.o \ hash.o \ setup.o \ misc.o \ - sdl.o + sdl.o \ + zip/ioapi.o \ + zip/iowin32.o \ + zip/unzip.o \ + zip/miniunz.o LIBGAME = libgame.a @@ -53,7 +61,7 @@ $(LIBGAME): $(OBJS) $(RANLIB) $(LIBGAME) .c.o: - $(CC) $(PROFILING) $(CFLAGS) -c $*.c + $(CC) $(PROFILING) $(CFLAGS) -c $*.c -o $*.o clean: $(RM) $(OBJS)