VirtualBox

Changeset 74267 in vbox for trunk/src


Ignore:
Timestamp:
Sep 14, 2018 2:08:33 PM (6 years ago)
Author:
vboxsync
Message:

.kmk: LIB_XPCOM_IMP and prepping for building extpacks with implibs again. bugref:9152

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/libs/xpcom18a4/Makefile.kmk

    r74230 r74267  
    6969
    7070#
     71# Always build the VBoxXPCOM import library.
     72#
     73IMPORT_LIBS += VBoxXPCOMImp
     74
     75#
    7176# We build several libraries so that any linker command line
    7277# length restrictions limit will be avoided. (Solaris, Mac?)
    7378#
    74 if !defined(VBOX_ONLY_SDK) && !defined(VBOX_ONLY_EXTPACK)
     79if !defined(VBOX_ONLY_SDK) && (!defined(VBOX_ONLY_EXTPACKS) || !defined(VBOX_ONLY_EXTPACKS_USE_IMPLIBS))
    7580
    7681VBOX_XPCOM_LIBRARIES := \
     
    133138PROGRAMS += VBoxXPCOMIPCD
    134139
    135 endif # !VBOX_ONLY_SDK && !VBOX_ONLY_EXTPACK
     140endif # !VBOX_ONLY_SDK && (!defined(VBOX_ONLY_EXTPACKS) || !defined(VBOX_ONLY_EXTPACKS_USE_IMPLIBS))
    136141
    137142
     
    10751080
    10761081#
     1082# VBoxXPCOMImp - Import library/hack.
     1083#
     1084$(call VBOX_GENERATE_IMPORT_TARGET_FN,VBoxXPCOMImp,VBoxXPCOM,VBoxXPCOM.def)
     1085
     1086
     1087#
    10771088# IPC templates.
    10781089#
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