changeset 1325:33d96650d93e

Oops, forgot to commit Makefile changes for dmgfx removal.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 22 Aug 2017 02:02:30 +0300
parents fc530d2e3a31
children a265982662cd
files Makefile.gen
diffstat 1 files changed, 0 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- 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