-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 7
-
Component/s: infrastructure
-
b98
-
generic
-
generic
make/tools/freetypecheck/freetypecheck.c has a compiler pragma
that was intended for VS2008 where its required to have a manifest depedendency
on the msvcr90.dll. VS2010 no longer uses manifest dependencies on the C runtime
so we need to trivially disable this.
that was intended for VS2008 where its required to have a manifest depedendency
on the msvcr90.dll. VS2010 no longer uses manifest dependencies on the C runtime
so we need to trivially disable this.