VirtualBox

Changeset 74229 in vbox for trunk/src/libs/xpcom18a4


Ignore:
Timestamp:
Sep 12, 2018 11:28:58 PM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
125014
Message:

xpcom18a4/Makefile.kmk,extpacks.sh: Skip python and java bridges when building extension packs. bugref:9152

File:
1 edited

Legend:

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

    r74223 r74229  
    12021202# Include sub-makefiles for the Python<->XPCOM and Java<->XPCOM bridges.
    12031203#
    1204 
    1205 # Find the Python headers for the Python<->XPCOM bridge if enabled.
    1206 ifdef VBOX_WITH_PYTHON
    1207  include $(PATH_SUB_CURRENT)/python/Makefile.kmk
    1208 endif
    1209 
    1210 ifdef VBOX_WITH_JXPCOM
    1211  include $(PATH_SUB_CURRENT)/java/Makefile.kmk
    1212 endif
     1204ifndef VBOX_ONLY_EXTPACK
     1205 # Find the Python headers for the Python<->XPCOM bridge if enabled.
     1206 ifdef VBOX_WITH_PYTHON
     1207  include $(PATH_SUB_CURRENT)/python/Makefile.kmk
     1208 endif
     1209
     1210 ifdef VBOX_WITH_JXPCOM
     1211  include $(PATH_SUB_CURRENT)/java/Makefile.kmk
     1212 endif
     1213endif # !VBOX_ONLY_EXTPACK
    12131214
    12141215
Note: See TracChangeset for help on using the changeset viewer.

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