VirtualBox

Changeset 21180 in vbox


Ignore:
Timestamp:
Jul 2, 2009 5:35:36 PM (16 years ago)
Author:
vboxsync
Message:

xpcom: optional additional python 2.5 support for solaris

File:
1 edited

Legend:

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

    r20940 r21180  
    14591459endif
    14601460
     1461if defined(VBOX_WITH_VBOXPYTHON25_FOR_SOLARIS) && "$(KBUILD_TARGET)" == "solaris"
     1462# Same VBoxPython except built against the newer python version.
     1463DLLS += VBoxPython2_5
     1464VBoxPython2_5_EXTENDS = VBoxPython
     1465VBoxPython2_5_TEMPLATE = XPCOM
     1466VBoxPython2_5_NAME = VBoxPython2_5
     1467VBoxPython2_5_INCS = \
     1468        python/src \
     1469        /usr/include/python2.5
     1470VBoxPython2_5_LIBS = \
     1471        $(PATH_LIB)/VBoxCOM$(VBOX_SUFF_LIB) \
     1472        $(PATH_BIN)/VBoxXPCOM$(VBOX_SUFF_DLL) \
     1473        /usr/lib/$(VBOX_TMP)libpython2.5$(SUFF_DLL)
     1474endif
     1475
    14611476# Python Client Module - the Python bits.
    14621477VBoxPython-inst-py-xpcom_INST = $(INST_SDK)bindings/xpcom/python/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