VirtualBox

Changeset 39204 in vbox


Ignore:
Timestamp:
Nov 4, 2011 11:58:03 AM (13 years ago)
Author:
vboxsync
Message:

Static kStuff lib. For MSC it makes a big difference whether we're linking with static CRT or DLL CRT.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r39198 r39204  
    416416VBOX_WITH_EFIFW_PACKING = 1
    417417# Use kStuff for MACH-O and LX binary loading.
    418 ifneq ($(KBUILD_TARGET),win) # temporarily, build fixing needed.
    419  IPRT_WITH_KSTUFF = 1
    420 endif
     418IPRT_WITH_KSTUFF = 1
    421419# Enable Crossbow support for Solaris TAP driver.
    422420VBOX_WITH_CROSSBOW = 1
  • trunk/src/libs/kStuff/Makefile.kmk

    r28800 r39204  
    2020
    2121#
    22 # The library.
     22# The library for dynamic linking.
    2323#
    2424LIBRARIES += VBox-kStuff
     
    7171        iprt/kRdrFile-iprt.cpp
    7272
     73
     74#
     75# The library for static linking.
     76#
     77LIBRARIES += VBox-kStuffStatic
     78VBox-kStuffStatic_TEMPLATE = VBoxR3Static
     79VBox-kStuffStatic_EXTENDS = VBox-kStuff
     80
     81
     82#
    7383# Generate the error constants.
     84#
    7485$$(VBox-kStuff_0_OUTDIR)/kErrNameConsts.h: \
    7586                $(PATH_SUB_CURRENT)/kStuff/include/k/kErrors.h \
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette