From 7f18de64b68919be1ddc2232d7fedd9eadd41188 Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Mon, 3 Apr 2006 16:47:34 +0000 Subject: [PATCH] * builds/compiler/intelc.mk (TE): New variable. (ANSIFLAGS): Updated. --- ChangeLog | 5 +++++ builds/compiler/intelc.mk | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index e20c6bfa7..53049bcd7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-04-03 luoyi + + * builds/compiler/intelc.mk (TE): New variable. + (ANSIFLAGS): Updated. + 2006-04-03 Werner Lemberg * builds/exports.mk (clean_symbols_list, clean_apinames): Removed. diff --git a/builds/compiler/intelc.mk b/builds/compiler/intelc.mk index 24f2995bb..413ce5bac 100644 --- a/builds/compiler/intelc.mk +++ b/builds/compiler/intelc.mk @@ -54,6 +54,7 @@ L := /Fl # Target flag. # T := /Fo +TE := /Fe # C flags @@ -73,7 +74,7 @@ CFLAGS ?= /nologo /c /Ox /G5 /W3 /Qwd32 # ANSIFLAGS: Put there the flags used to make your compiler ANSI-compliant. # -ANSIFLAGS := /Qansi /Za +ANSIFLAGS := /Qansi_alias /Za # Library linking #