modified lib/3rdparty/libxml2/libxml2.rbuild

libxml2 wants __MINGW32__, let's give it __MINGW32__. This should probably defined globally, because our Visual C++ environment is kind of MinGW, after all

And libxml2 compiles with Visual C++, too

svn path=/trunk/; revision=42444
This commit is contained in:
KJK::Hyperion 2009-08-07 01:06:18 +00:00
parent 064df4b419
commit ba42f38a63

View file

@ -8,6 +8,7 @@
<define name="HAVE_WIN32_THREADS" />
<define name="_REENTRANT" />
<define name="LIBXML_STATIC" />
<define name="__MINGW32__" />
<include base="libxml2">include</include>
<include base="libxml2">.</include>
<file>c14n.c</file>