From c0cf2b036845c7f264461850a329e590a5540428 Mon Sep 17 00:00:00 2001 From: "hyunghwan.chung" Date: Mon, 11 Feb 2019 06:19:29 +0000 Subject: [PATCH] added a comment into icc.mak --- moo/lib/icc.mak | 2 ++ 1 file changed, 2 insertions(+) diff --git a/moo/lib/icc.mak b/moo/lib/icc.mak index fb623e6..682fb26 100644 --- a/moo/lib/icc.mak +++ b/moo/lib/icc.mak @@ -10,6 +10,8 @@ CFLAGS := /D__DOS__ /DMOO_ENABLE_STATIC_MODULE /DMOO_BUILD_DEBUG LDFLAGS := /xnovm /xregion=12m +# pf.c is a place holder file to work around the ICC bug of treating a +# dash inside a file name as an option. LIBSRCS := \ bigint.c \ comp.c \