VirtualBox

Changeset 98219 in vbox for trunk/Config.kmk


Ignore:
Timestamp:
Jan 23, 2023 12:21:18 AM (23 months ago)
Author:
vboxsync
Message:

/Config.kmk: Removed some bogus TEMPLATE_LIBS_VBOXR3 reference in the VBoxR3ExtPack[Api] LIBS. This is bogus because there is no such variable (it would've been TEMPLATE_VBOXR3_LIBS, and that's wrong too for the API one). bugref:10348

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r98215 r98219  
    74667466  if1of ($(KBUILD_TARGET), win os2)
    74677467   TEMPLATE_VBoxR3ExtPack_LIBS = \
    7468         $(TEMPLATE_LIBS_VBOXR3) \
    74697468        $(PATH_STAGE_LIB)/VBoxRTImp$(VBOX_SUFF_LIB)
    74707469  else
    74717470   TEMPLATE_VBoxR3ExtPack_LIBS = \
    7472         $(TEMPLATE_LIBS_VBOXR3) \
    74737471        $(PATH_STAGE_LIB)/VBoxRTImp$(VBOX_SUFF_DLL)
    74747472  endif
    74757473 else
    74767474  TEMPLATE_VBoxR3ExtPack_LIBS = \
    7477         $(TEMPLATE_LIBS_VBOXR3) \
    74787475        $(LIB_RUNTIME)
    74797476 endif
     
    74947491  if1of ($(KBUILD_TARGET), win os2)
    74957492   TEMPLATE_VBoxR3ExtPackApi_LIBS = \
    7496         $(TEMPLATE_LIBS_VBOXR3) \
    74977493        $(PATH_STAGE_LIB)/VBoxRTImp$(VBOX_SUFF_LIB)
    74987494  else
    74997495   TEMPLATE_VBoxR3ExtPackApi_LIBS = \
    7500         $(TEMPLATE_LIBS_VBOXR3) \
    75017496        $(PATH_STAGE_LIB)/VBoxRTImp$(VBOX_SUFF_DLL)
    75027497  endif
    75037498 else
    75047499  TEMPLATE_VBoxR3ExtPackApi_LIBS = \
    7505         $(TEMPLATE_LIBS_VBOXR3) \
    75067500        $(LIB_RUNTIME)
    75077501 endif
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