- Timestamp:
- Dec 4, 2019 6:40:38 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/xpcom18a4/python/Makefile.kmk
r70577 r82395 27 27 # 28 28 # 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] variables29 # VBOX_PYTHON[26|27|31|32|32M|33|33M|34|34M|35|35M|36|36M|37|37M|38|38M|DEF]_[INC|LIB] variables 30 30 # which get picked up below. 31 31 # … … 488 488 endif 489 489 490 ifdef VBOX_PYTHON38_INC 491 # 492 # Python 3.8 version 493 # 494 DLLS += VBoxPython3_8 495 VBoxPython3_8_EXTENDS = VBoxPythonBase 496 VBoxPython3_8_EXTENDS_BY = appending 497 VBoxPython3_8_TEMPLATE = XPCOM 498 VBoxPython3_8_INCS = $(VBOX_PYTHON38_INC) 499 VBoxPython3_8_LIBS = $(VBOX_PYTHON38_LIB) 500 501 ifdef VBOX_WITH_32_ON_64_MAIN_API 502 ifdef VBOX_PYTHON38_LIB_X86 503 DLLS += VBoxPython3_8_x86 504 VBoxPython3_8_x86_EXTENDS = VBoxPythonBase_x86 505 VBoxPython3_8_x86_EXTENDS_BY = appending 506 VBoxPython3_8_x86_TEMPLATE = XPCOM 507 VBoxPython3_8_x86_INCS = $(VBOX_PYTHON38_INC) 508 VBoxPython3_8_x86_LIBS = $(VBOX_PYTHON38_LIB_X86) 509 endif 510 endif 511 endif 512 513 ifdef VBOX_PYTHON38M_INC 514 # 515 # Python 3.8 version with pymalloc 516 # 517 DLLS += VBoxPython3_8m 518 VBoxPython3_8m_EXTENDS = VBoxPythonBase_m 519 VBoxPython3_8m_EXTENDS_BY = appending 520 VBoxPython3_8m_TEMPLATE = XPCOM 521 VBoxPython3_8m_INCS = $(VBOX_PYTHON38M_INC) 522 VBoxPython3_8m_LIBS = $(VBOX_PYTHON38M_LIB) 523 524 ifdef VBOX_WITH_32_ON_64_MAIN_API 525 ifdef VBOX_PYTHON38M_LIB_X86 526 DLLS += VBoxPython3_8m_x86 527 VBoxPython3_8m_x86_EXTENDS = VBoxPythonBase_x86_m 528 VBoxPython3_8m_x86_EXTENDS_BY = appending 529 VBoxPython3_8m_x86_TEMPLATE_ = XPCOM 530 VBoxPython3_8m_x86_INCS = $(VBOX_PYTHON38M_INC) 531 VBoxPython3_8m_x86_LIBS = $(VBOX_PYTHON38M_LIB_X86) 532 endif 533 endif 534 endif 535 490 536 ifdef VBOX_PYTHONDEF_INC 491 537 #
Note:
See TracChangeset
for help on using the changeset viewer.