VirtualBox

Changeset 82395 in vbox for trunk


Ignore:
Timestamp:
Dec 4, 2019 6:40:38 PM (5 years ago)
Author:
vboxsync
Message:

libs/xpcom: forgotten python 3.8 adjustment

File:
1 edited

Legend:

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

    r70577 r82395  
    2727#
    2828# List of supported Python versions, defining a number of
    29 # VBOX_PYTHON[26|27|31|32|32M|33|33M|34|34M|35|35M|36|36M|37|37M|DEF]_[INC|LIB] variables
     29# VBOX_PYTHON[26|27|31|32|32M|33|33M|34|34M|35|35M|36|36M|37|37M|38|38M|DEF]_[INC|LIB] variables
    3030# which get picked up below.
    3131#
     
    488488endif
    489489
     490ifdef VBOX_PYTHON38_INC
     491#
     492# Python 3.8 version
     493#
     494DLLS += VBoxPython3_8
     495VBoxPython3_8_EXTENDS    = VBoxPythonBase
     496VBoxPython3_8_EXTENDS_BY = appending
     497VBoxPython3_8_TEMPLATE   = XPCOM
     498VBoxPython3_8_INCS       = $(VBOX_PYTHON38_INC)
     499VBoxPython3_8_LIBS       = $(VBOX_PYTHON38_LIB)
     500
     501 ifdef VBOX_WITH_32_ON_64_MAIN_API
     502  ifdef VBOX_PYTHON38_LIB_X86
     503DLLS += VBoxPython3_8_x86
     504VBoxPython3_8_x86_EXTENDS    = VBoxPythonBase_x86
     505VBoxPython3_8_x86_EXTENDS_BY = appending
     506VBoxPython3_8_x86_TEMPLATE   = XPCOM
     507VBoxPython3_8_x86_INCS       = $(VBOX_PYTHON38_INC)
     508VBoxPython3_8_x86_LIBS       = $(VBOX_PYTHON38_LIB_X86)
     509  endif
     510 endif
     511endif
     512
     513ifdef VBOX_PYTHON38M_INC
     514#
     515# Python 3.8 version with pymalloc
     516#
     517DLLS += VBoxPython3_8m
     518VBoxPython3_8m_EXTENDS    = VBoxPythonBase_m
     519VBoxPython3_8m_EXTENDS_BY = appending
     520VBoxPython3_8m_TEMPLATE   = XPCOM
     521VBoxPython3_8m_INCS       = $(VBOX_PYTHON38M_INC)
     522VBoxPython3_8m_LIBS       = $(VBOX_PYTHON38M_LIB)
     523
     524 ifdef VBOX_WITH_32_ON_64_MAIN_API
     525  ifdef VBOX_PYTHON38M_LIB_X86
     526DLLS += VBoxPython3_8m_x86
     527VBoxPython3_8m_x86_EXTENDS    = VBoxPythonBase_x86_m
     528VBoxPython3_8m_x86_EXTENDS_BY = appending
     529VBoxPython3_8m_x86_TEMPLATE_   = XPCOM
     530VBoxPython3_8m_x86_INCS       = $(VBOX_PYTHON38M_INC)
     531VBoxPython3_8m_x86_LIBS       = $(VBOX_PYTHON38M_LIB_X86)
     532  endif
     533 endif
     534endif
     535
    490536ifdef VBOX_PYTHONDEF_INC
    491537#
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