Changeset 6090 in vbox
- Timestamp:
- Dec 15, 2007 7:36:52 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 26790
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/libxml2-2.6.30/Makefile.kmk
r6089 r6090 78 78 VBox-libxml2_DEFS.win = WIN32 _WINDOWS _MBCS \ 79 79 _CRT_SECURE_NO_DEPRECATE _CRT_NONSTDC_NO_DEPRECATE 80 VBox-libxml2_DEFS += _REENTRANT # triggers thread support, see xmlversion-default.h and win32xmlversion.h. 80 81 VBox-libxml2_LDFLAGS.win = /VERSION:$(LIBXML_MAJOR_VERSION).$(LIBXML_MINOR_VERSION) 81 82 ifneq ($(WITH_THREADS),no)83 VBox-libxml2_DEFS.win += _REENTRANT84 endif85 82 86 83 # Note: all _LIBS stuff is left below is just in case if we want to build a
Note:
See TracChangeset
for help on using the changeset viewer.