VirtualBox

Changeset 14377

Show
Ignore:
Timestamp:
11/19/08 20:19:34 (2 months ago)
Author:
vboxsync
Message:

libs/libxml2: Added LIBXML_STATIC_FOR_DLL for Windows builds since it eliminates the code that creates unnecessary cleanup threads (we link to libxml2 from a DLL only).

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/libs/libxml2-2.6.30/Makefile.kmk

    r12198 r14377  
    2828VBox-libxml2_DEFS           = LIBXML_STATIC _REENTRANT # the latter triggers thread support, see xmlversion-default.h and win32xmlversion.h. 
    2929VBox-libxml2_DEFS.win       = WIN32 _WINDOWS _MBCS _CRT_SECURE_NO_DEPRECATE _CRT_NONSTDC_NO_DEPRECATE \ 
    30                               HAVE_WIN32_THREADS HAVE_ZLIB_H 
     30                              LIBXML_STATIC_FOR_DLL HAVE_WIN32_THREADS HAVE_ZLIB_H 
    3131VBox-libxml2_CFLAGS.win.amd64 = -wd4267 
    3232VBox-libxml2_INCS           = include 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy