VirtualBox

Changeset 54063 in vbox for trunk/src/VBox/Installer/darwin


Ignore:
Timestamp:
Feb 3, 2015 2:23:27 AM (10 years ago)
Author:
vboxsync
Message:

Share the python bindings and installer file lists between the darwin, linux and solaris makefiles.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/darwin/Makefile.kmk

    r54039 r54063  
    527527 # Python XPCOM glue
    528528 VBOX_DI_VBAPP_PYTHON_FILES = \
    529         $(foreach f,$(notdir $(wildcard $(VBOX_PATH_DIST)/sdk/bindings/xpcom/python/xpcom/*.py)),sdk/bindings/xpcom/python/xpcom/$(f)) \
    530         sdk/bindings/xpcom/python/xpcom/client/__init__.py \
    531         sdk/bindings/xpcom/python/xpcom/server/__init__.py \
    532         sdk/bindings/xpcom/python/xpcom/server/enumerator.py \
    533         sdk/bindings/xpcom/python/xpcom/server/factory.py \
    534         sdk/bindings/xpcom/python/xpcom/server/loader.py \
    535         sdk/bindings/xpcom/python/xpcom/server/module.py \
    536         sdk/bindings/xpcom/python/xpcom/server/policy.py \
    537         sdk/installer/vboxapisetup.py \
    538         sdk/installer/vboxapi/__init__.py \
    539         sdk/installer/vboxapi/VirtualBox_constants.py
     529        $(VBOXINST_SDK_BINDINGS_XPCOM_PYTHON_FILES) \
     530        $(VBOXINST_SDK_INSTALLER_PYTHON_FILES)
    540531endif
    541532
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