Changeset 21180 in vbox
- Timestamp:
- Jul 2, 2009 5:35:36 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/xpcom18a4/Makefile.kmk
r20940 r21180 1459 1459 endif 1460 1460 1461 if defined(VBOX_WITH_VBOXPYTHON25_FOR_SOLARIS) && "$(KBUILD_TARGET)" == "solaris" 1462 # Same VBoxPython except built against the newer python version. 1463 DLLS += VBoxPython2_5 1464 VBoxPython2_5_EXTENDS = VBoxPython 1465 VBoxPython2_5_TEMPLATE = XPCOM 1466 VBoxPython2_5_NAME = VBoxPython2_5 1467 VBoxPython2_5_INCS = \ 1468 python/src \ 1469 /usr/include/python2.5 1470 VBoxPython2_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) 1474 endif 1475 1461 1476 # Python Client Module - the Python bits. 1462 1477 VBoxPython-inst-py-xpcom_INST = $(INST_SDK)bindings/xpcom/python/xpcom/
Note:
See TracChangeset
for help on using the changeset viewer.