[FREETYPE]

- Don't include setjmp/longjmp, we have our own

svn path=/branches/ros-amd64-bringup/; revision=46512
This commit is contained in:
Timo Kreuzer 2010-03-28 05:20:27 +00:00
parent f42510da3b
commit 63cf51be08

View file

@ -10,11 +10,6 @@
<if property="NSWPAT" value="1"> <if property="NSWPAT" value="1">
<define name="TT_CONFIG_OPTION_BYTECODE_INTERPRETER" /> <define name="TT_CONFIG_OPTION_BYTECODE_INTERPRETER" />
</if> </if>
<if property="ARCH" value="i386">
<directory name="i386">
<file>setjmplongjmp.s</file>
</directory>
</if>
<directory name="src"> <directory name="src">
<directory name="base"> <directory name="base">
<file>ftsystem.c</file> <file>ftsystem.c</file>