From 9a373887ee302f8ea67d6f0c19f3d9fcc6b80330 Mon Sep 17 00:00:00 2001 From: William McBrine Date: Wed, 8 Feb 2006 18:35:14 +0000 Subject: [PATCH] "/mf" is redundant. I'm not too sure of the usefulness of "/ei", either. --- win32/wccwin32.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/win32/wccwin32.mak b/win32/wccwin32.mak index ff4819e7..aa54d81b 100644 --- a/win32/wccwin32.mak +++ b/win32/wccwin32.mak @@ -44,7 +44,7 @@ LDFLAGS = CPPFLAGS = /i=$(PDCURSES_HOME) -CCFLAGS = /ei /zq /mf /wx $(CFLAGS) $(CPPFLAGS) +CCFLAGS = /ei /zq /wx $(CFLAGS) $(CPPFLAGS) LINK = wlink