Changeset 21083 in vbox
- Timestamp:
- Jun 30, 2009 4:41:55 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/libxml2-2.6.30/Makefile.kmk
r19548 r21083 26 26 VBox-libxml2_TEMPLATE = VBOXR3 27 27 VBox-libxml2_SDKS = VBOX_ZLIB 28 ifdef VBOX_WITH_LIBXML2_IN_VBOXRT29 28 VBox-libxml2_DEFS = _REENTRANT # the latter triggers thread support, see xmlversion-default.h and win32xmlversion.h. 30 else31 VBox-libxml2_DEFS = LIBXML_STATIC _REENTRANT # the latter triggers thread support, see xmlversion-default.h and win32xmlversion.h.32 endif33 29 VBox-libxml2_DEFS.win = WIN32 _WINDOWS _MBCS _CRT_SECURE_NO_DEPRECATE _CRT_NONSTDC_NO_DEPRECATE \ 34 30 LIBXML_STATIC_FOR_DLL HAVE_WIN32_THREADS HAVE_ZLIB_H
Note:
See TracChangeset
for help on using the changeset viewer.