Changeset 19548 in vbox
- Timestamp:
- May 8, 2009 8:40:17 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/libxml2-2.6.30/Makefile.kmk
r14377 r19548 26 26 VBox-libxml2_TEMPLATE = VBOXR3 27 27 VBox-libxml2_SDKS = VBOX_ZLIB 28 ifdef VBOX_WITH_LIBXML2_IN_VBOXRT 29 VBox-libxml2_DEFS = _REENTRANT # the latter triggers thread support, see xmlversion-default.h and win32xmlversion.h. 30 else 28 31 VBox-libxml2_DEFS = LIBXML_STATIC _REENTRANT # the latter triggers thread support, see xmlversion-default.h and win32xmlversion.h. 32 endif 29 33 VBox-libxml2_DEFS.win = WIN32 _WINDOWS _MBCS _CRT_SECURE_NO_DEPRECATE _CRT_NONSTDC_NO_DEPRECATE \ 30 34 LIBXML_STATIC_FOR_DLL HAVE_WIN32_THREADS HAVE_ZLIB_H
Note:
See TracChangeset
for help on using the changeset viewer.