From de54c5b749b3eefb75d420840c889533a58aa342 Mon Sep 17 00:00:00 2001 From: marha Date: Wed, 24 Jul 2013 14:25:51 +0200 Subject: 64-bit compilation now compiles and runs --- mkfontscale/makefile | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'mkfontscale') diff --git a/mkfontscale/makefile b/mkfontscale/makefile index 2d7556d31..8373534e0 100644 --- a/mkfontscale/makefile +++ b/mkfontscale/makefile @@ -19,10 +19,5 @@ CSRCS = hash.c \ list.c \ mkfontscale.c -ifeq ($(DEBUG),1) -LINKLIBS += $(MHMAKECONF)\freetype\lib\freetype2501MT_D.lib -else -LINKLIBS += $(MHMAKECONF)\freetype\lib\freetype2501MT.lib -endif - +LINKLIBS += $(FREETYPELIB) -- cgit v1.2.3