VirtualBox

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


Ignore:
Timestamp:
Jan 30, 2009 1:13:08 AM (16 years ago)
Author:
vboxsync
Message:

XPCOM-darwin/amd64: Made VBoxPython(2_6) compile.

File:
1 edited

Legend:

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

    r16402 r16403  
    13501350 if "$(KBUILD_TARGET)" == "darwin" && !defined(VBOX_PATH_PYTHON_INC) && !defined(VBOX_LIB_PYTHON)
    13511351  ifndef VBOX_PYTHON_FRAMEWORK
    1352    ifneq ($(VBOX_DEF_MACOSX_VERSION_MIN),10.4)
    1353     $(error we are assuming 10.4 here; VBOX_DEF_MACOSX_VERSION_MIN=$(VBOX_DEF_MACOSX_VERSION_MIN))
    1354    endif
    13551352   # Does -framework really work with CXXFLAGS and CFLAGS?
    13561353   VBOX_PYTHON_FRAMEWORK := -framework Python
    1357    VBOX_PATH_PYTHON_INC := $(VBOX_PATH_MACOSX_SDK_10_4)/System/Library/Frameworks/Python.framework/Headers
     1354   VBOX_PATH_PYTHON_INC := $(VBOX_PATH_MACOSX_SDK)/System/Library/Frameworks/Python.framework/Headers
    13581355  endif
    13591356 else  # !darwin || configured darwin
     
    13961393VBoxPython_DEFS.darwin = VBOX_PYXPCOM_VERSIONED
    13971394VBoxPython_NAME.darwin = VBoxPython2_3
     1395VBoxPython_NAME.darwin.amd64 = VBoxPython2_6
    13981396ifeq ($(KBUILD_TARGET),darwin)
    13991397 ## @todo kBuild - this ain't working: VBoxPython_DLLSUFF.darwin = .so
     
    14341432        $(VBOX_LIB_PYTHON)
    14351433
    1436 if defined(VBOX_WITH_VBOXPYTHON_FOR_OSX_10_5) && "$(KBUILD_TARGET)" == "darwin"
     1434if defined(VBOX_WITH_VBOXPYTHON_FOR_OSX_10_5) && "$(KBUILD_TARGET).$(KBUILD_TARGET_ARCH)" == "darwin.x86"
    14371435# Same VBoxPython except built against the Mac OS X 10.5 SDK.
    14381436DLLS += VBoxPython2_5
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