From fa7155ef60ad31e77f7d995c5a6ebf7bc5a092b1 Mon Sep 17 00:00:00 2001 From: Stas Degteff Date: Wed, 16 Nov 2005 14:50:36 +0000 Subject: [PATCH] Return to use math. emulation library for DJGPP build --- GNUmakef.def | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GNUmakef.def b/GNUmakef.def index 05be412..6eeee4a 100644 --- a/GNUmakef.def +++ b/GNUmakef.def @@ -125,7 +125,7 @@ endif # force not to use coprocessor features in DOS, if you have one you may remove this ifeq ($(PLATFORM),djg) -STDLIBS+=# -lwmemu +STDLIBS+= -lwmemu endif BIN=bin