- Disable inlining of more string functions in MSVC, since we're the lib defining them.

svn path=/trunk/; revision=19770
This commit is contained in:
Alex Ionescu 2005-11-30 06:49:19 +00:00
parent d1d8835c45
commit 35cb6a4cf3

View file

@ -1,6 +1,7 @@
<module name="string" type="staticlibrary">
<define name="__NO_CTYPE_INLINES" />
<define name="_CTYPE_DISABLE_MACROS" />
<define name="_NO_INLINING" />
<if property="ARCH" value="i386">
<directory name="i386">
<file>memchr_asm.s</file>