- Timestamp:
- Jun 25, 2009 12:58:12 PM (16 years ago)
- Location:
- trunk/src/libs/xpcom18a4
- Files:
-
- 2 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/xpcom18a4/Makefile.kmk
r20579 r20936 1349 1349 # Find the Python headers for the Python<->XPCOM bridge if enabled. 1350 1350 ifdef VBOX_WITH_PYTHON 1351 ifdef VBOX_WITH_MULTIVERSION_PYTHON 1352 include $(PATH_SUB_CURRENT)/python/Makefile.kmk 1353 else 1351 1354 if "$(KBUILD_TARGET)" == "darwin" && !defined(VBOX_PATH_PYTHON_INC) && !defined(VBOX_LIB_PYTHON) 1352 1355 ifndef VBOX_PYTHON_FRAMEWORK … … 1392 1395 endif 1393 1396 INSTALLS += VBoxPython-inst-py-xpcom 1394 endif 1395 1396 # Kibd of hack: we don't want to limit VBoxPython.so to single Python version 1397 # on Linux, where we can avoid putting explicit libpythonX.Y.so dependency 1398 # to VBoxPython.so 1399 if "$(KBUILD_TARGET)" == "linux" 1400 VBOX_LIB_PYTHON= 1401 endif 1397 1398 # Kind of hack: we don't want to limit VBoxPython.so to single Python version 1399 # on Linux, where we can avoid putting explicit libpythonX.Y.so dependency 1400 # to VBoxPython.so 1401 if "$(KBUILD_TARGET)" == "linux" 1402 VBOX_LIB_PYTHON= 1403 endif 1402 1404 1403 1405 # Python Client Module - the C++/XPCOM bits. … … 1475 1477 python/server/module.py=>server/module.py \ 1476 1478 python/server/policy.py=>server/policy.py 1479 1480 endif # !VBOX_WITH_MULTIVERSION_PYTHON 1481 endif # VBOX_WITH_PYTHON 1477 1482 1478 1483 #
Note:
See TracChangeset
for help on using the changeset viewer.