# HG changeset patch # User Matti Hamalainen # Date 1503356550 -10800 # Node ID 33d96650d93ec0a23764a01c8c08f65fd6bfc099 # Parent fc530d2e3a3182801bcf740ddef9758c22c3401d Oops, forgot to commit Makefile changes for dmgfx removal. diff -r fc530d2e3a31 -r 33d96650d93e Makefile.gen --- a/Makefile.gen Tue Aug 22 01:15:45 2017 +0300 +++ b/Makefile.gen Tue Aug 22 02:02:30 2017 +0300 @@ -118,11 +118,6 @@ ### Graphics support ### -ifeq ($(DM_GFX_MISC),yes) -DM_CFLAGS += -DDM_GFX_MISC -DMLIB_OBJS += dmgfx.o -endif - ifeq ($(DM_GFX_LINES),yes) DM_CFLAGS += -DDM_GFX_LINES DMLIB_OBJS += dmline.o @@ -257,12 +252,10 @@ ifeq ($(DM_GFX_BLITS),yes) TOOL_BINARIES+= view64 ifeq ($(DM_GFX_BM_TEXT),yes) -ifeq ($(DM_GFX_MISC),yes) TOOL_BINARIES+= ppl endif endif endif -endif endif endif