VirtualBox

Changeset 17354 in vbox


Ignore:
Timestamp:
Mar 4, 2009 5:12:12 PM (16 years ago)
Author:
vboxsync
Message:

IRPT: Use the static template for building RuntimeR3.a/lib so we can actually use it in a static crt link on Windows. Added VBOX_LIB_RUNTIME_STATIC to Config.kmk for referencing the static runtime in LIBS.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r17264 r17354  
    12251225 LIB_SETTINGS    = $(PATH_LIB)/VBoxSettings.lib
    12261226endif
    1227 VBOX_LIB_SUPHARDENED = $(PATH_LIB)/SUPR3HardenedStatic$(VBOX_SUFF_LIB)
     1227VBOX_LIB_SUPHARDENED    = $(PATH_LIB)/SUPR3HardenedStatic$(VBOX_SUFF_LIB)
     1228VBOX_LIB_RUNTIME_STATIC = $(PATH_LIB)/RuntimeR3$(VBOX_SUFF_LIB)
    12281229
    12291230# Python
  • trunk/src/VBox/Runtime/Makefile.kmk

    r17080 r17354  
    161161# RuntimeR3 - Static Runtime for Ring-3 executables.
    162162#
    163 RuntimeR3_TEMPLATE      = VBOXR3EXE
     163RuntimeR3_TEMPLATE      = VBOXR3STATIC
    164164RuntimeR3_SDKS.win      = WINPSDK W2K3DDK
    165165RuntimeR3_DEFS          = IN_RT_R3 IN_SUP_R3 LDR_WITH_NATIVE LDR_WITH_ELF32 LDR_WITH_PE RT_WITH_VBOX
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