VirtualBox

Changeset 93450 in vbox for trunk


Ignore:
Timestamp:
Jan 26, 2022 7:57:34 PM (3 years ago)
Author:
vboxsync
Message:

Devices: Drop linking with LIB_VMM and LIB_REM linking. bugref:10074

Location:
trunk/src/VBox/Devices
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Makefile.kmk

    r93424 r93450  
    909909 endif
    910910
    911  VBoxDD_LIBS.darwin     += \
    912         $(LIB_REM)
    913 
    914911
    915912 ifdef VBOX_WITH_DYNAMIC_DSDT
     
    11751172            $(PATH_STAGE_LIB)/iPxeBiosBin$(VBOX_SUFF_LIB)),) \
    11761173        $(LIB_RUNTIME)
    1177  VBoxDD2_LIBS.darwin    += $(LIB_REM)
    11781174 VBoxDD2_LDFLAGS.darwin  = -install_name $(VBOX_DYLD_EXECUTABLE_PATH)/VBoxDD2.dylib
    11791175 VBoxDD2_LDFLAGS.linux   = $(VBOX_GCC_NO_UNDEFINED)
  • trunk/src/VBox/Devices/Samples/Makefile.kmk

    r93115 r93450  
    2828        VBoxSampleDevice.cpp
    2929VBoxSampleDevice_LIBS     = \
    30         $(LIB_RUNTIME) \
    31         $(LIB_VMM)
     30        $(LIB_RUNTIME)
    3231
    3332#
     
    3938        DrvStorageFilter.cpp
    4039VBoxSampleDriver_LIBS     = \
    41         $(LIB_RUNTIME) \
    42         $(LIB_VMM)
     40        $(LIB_RUNTIME)
    4341
    4442
     
    5250VBoxPlaygroundDevice_LIBS     = \
    5351        $(PATH_STAGE_LIB)/VBoxCOM$(VBOX_SUFF_LIB) \
    54         $(LIB_RUNTIME) \
    55         $(LIB_VMM)
     52        $(LIB_RUNTIME)
    5653
    5754ifdef VBOX_WITH_XPCOM
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