mirror of https://github.com/freetype/freetype
* builds/compiler/intelc.mk (TE): New variable.
(ANSIFLAGS): Updated.
This commit is contained in:
parent
764b25145a
commit
7f18de64b6
|
@ -1,3 +1,8 @@
|
|||
2006-04-03 luoyi <luoyi.ly@gmail.com>
|
||||
|
||||
* builds/compiler/intelc.mk (TE): New variable.
|
||||
(ANSIFLAGS): Updated.
|
||||
|
||||
2006-04-03 Werner Lemberg <wl@gnu.org>
|
||||
|
||||
* builds/exports.mk (clean_symbols_list, clean_apinames): Removed.
|
||||
|
|
|
@ -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
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue