comparison Makefile.common @ 2619:e00a9e1f26c0

Need to link with zlib here after all, due to reasons of laziness. Would have to separate zlib (dmlib resources) into something separate.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 28 Nov 2023 20:06:41 +0200
parents f1b6d809e303
children f3c7115cbf85
comparison
equal deleted inserted replaced
2618:1b62395e2bb7 2619:e00a9e1f26c0
508 $$(DM_LIBPNG_CFLAGS) $$(LIBPNG_LDFLAGS) $$(ZLIB_LDFLAGS))) 508 $$(DM_LIBPNG_CFLAGS) $$(LIBPNG_LDFLAGS) $$(ZLIB_LDFLAGS)))
509 509
510 $(eval $(call RULE_TOOL_BIN,64vw,\ 510 $(eval $(call RULE_TOOL_BIN,64vw,\
511 $$(OBJPATH)lib64gfx.o $$(OBJPATH)lib64fmts.o \ 511 $$(OBJPATH)lib64gfx.o $$(OBJPATH)lib64fmts.o \
512 $$(OBJPATH)lib64util.o $$(OBJPATH)libgfx_base.o,\ 512 $$(OBJPATH)lib64util.o $$(OBJPATH)libgfx_base.o,\
513 $$(SDL_LDFLAGS))) 513 $$(ZLIB_LDFLAGS) $$(SDL_LDFLAGS)))
514 514
515 515
516 ### 516 ###
517 ### Demo binary 517 ### Demo binary
518 ### 518 ###