added a comment into icc.mak

This commit is contained in:
hyunghwan.chung 2019-02-11 06:19:29 +00:00
parent 98451c9b9f
commit c0cf2b0368

View File

@ -10,6 +10,8 @@
CFLAGS := /D__DOS__ /DMOO_ENABLE_STATIC_MODULE /DMOO_BUILD_DEBUG CFLAGS := /D__DOS__ /DMOO_ENABLE_STATIC_MODULE /DMOO_BUILD_DEBUG
LDFLAGS := /xnovm /xregion=12m 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 := \ LIBSRCS := \
bigint.c \ bigint.c \
comp.c \ comp.c \