Changeset 20579 in vbox for trunk/src/libs
- Timestamp:
- Jun 15, 2009 9:16:22 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 48588
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/xpcom18a4/Makefile.kmk
r19853 r20579 1336 1336 ifeq ($(KBUILD_TARGET),win) 1337 1337 VBoxXPCOMIPCD_SOURCES += \ 1338 1338 ipc/ipcd/daemon/src/ipcdWin.cpp 1339 1339 else 1340 1340 VBoxXPCOMIPCD_SOURCES += \ 1341 1341 ipc/ipcd/daemon/src/ipcdUnix.cpp 1342 1342 endif 1343 1343 … … 1364 1364 else 1365 1365 VBOX_PATH_PYTHON_INC := $(patsubst %/Python.h,%, $(lastword $(sort $(wildcard \ 1366 1367 1368 1366 /usr/include/python2.*/Python.h \ 1367 /usr/local/include/python2.*/Python.h \ 1368 )))) 1369 1369 endif 1370 1370 ifeq ($(VBOX_PATH_PYTHON_INC),) … … 1376 1376 VBOX_TMP := $(if $(eq $(KBUILD_TARGET).$(KBUILD_TARGET_ARCH),solaris.amd64),64/,) 1377 1377 VBOX_LIB_PYTHON := $(firstword $(wildcard \ 1378 1379 1380 1381 1382 1383 1384 1378 /usr/lib/$(VBOX_TMP)libpython$(VBOX_PYTHON_VER)$(SUFF_DLL) \ 1379 /usr/local/lib/$(VBOX_TMP)libpython$(VBOX_PYTHON_VER)$(SUFF_DLL) \ 1380 /usr/lib/$(VBOX_TMP)libpython2$(SUFF_DLL) \ 1381 /usr/local/lib/$(VBOX_TMP)libpython2$(SUFF_DLL) \ 1382 /usr/lib/$(VBOX_TMP)libpython$(SUFF_DLL) \ 1383 /usr/local/lib/$(VBOX_TMP)libpython$(SUFF_DLL) \ 1384 )) 1385 1385 ifeq ($(VBOX_LIB_PYTHON),) 1386 1386 $(warning Unable to determine the python library (VBOX_LIB_PYTHON).) … … 1392 1392 endif 1393 1393 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= 1394 1401 endif 1395 1402
Note:
See TracChangeset
for help on using the changeset viewer.