shithub: freetype+ttf2subf

Download patch

ref: 7f18de64b68919be1ddc2232d7fedd9eadd41188
parent: 764b25145a80570fee8da099daa05c4dbb8bf83b
author: Werner Lemberg <[email protected]>
date: Mon Apr 3 12:47:34 EDT 2006

* builds/compiler/intelc.mk (TE): New variable.
(ANSIFLAGS): Updated.

git/fs: mount .git/fs: mount/attach disallowed
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-04-03  luoyi  <[email protected]>
+
+	* builds/compiler/intelc.mk (TE): New variable.
+	(ANSIFLAGS): Updated.
+
 2006-04-03  Werner Lemberg  <[email protected]>
 
 	* builds/exports.mk (clean_symbols_list, clean_apinames): Removed.
--- a/builds/compiler/intelc.mk
+++ b/builds/compiler/intelc.mk
@@ -54,6 +54,7 @@
 # Target flag.
 #
 T := /Fo
+TE := /Fe
 
 
 # C flags
@@ -73,7 +74,7 @@
 
 # ANSIFLAGS: Put there the flags used to make your compiler ANSI-compliant.
 #
-ANSIFLAGS := /Qansi /Za
+ANSIFLAGS := /Qansi_alias /Za
 
 # Library linking
 #