Changeset 11569 in vbox for trunk/src/libs
- Timestamp:
- Aug 22, 2008 12:11:00 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/xpcom18a4/Makefile.kmk
r11566 r11569 43 43 XPCOM_PYMOD = VBox-xpcom-pymod 44 44 # VBox-xpcom-helper 45 # bridge between PYMOD and VirtualBox, to minimize mods45 # bridge between host application and VirtualBox library, for embedded case 46 46 XPCOM_VBOX_HELPER = VBox-xpcom-helper 47 # XXX: to be defined in configure 47 48 PYTHON_INCS=/usr/include/python2.5 48 49 endif … … 274 275 VBox-xpcom-ipctmgrcom 275 276 276 DLLS += \ 277 VBoxXPCOM \ 278 VBoxXPCOMIPCC \ 279 $(XPCOM_PYMOD) 277 DLLS += \ 278 VBoxXPCOM \ 279 VBoxXPCOMIPCC \ 280 $(XPCOM_PYMOD) \ 281 $(XPCOM_VBOX_HELPER) 280 282 281 283 ifdef VBOX_WITH_TESTCASES … … 1282 1284 VBox-xpcom-helper_DEFS = 1283 1285 VBox-xpcom-helper_SOURCES = \ 1284 python/src/module/helper.cpp1286 xpcom/helper/helper.cpp 1285 1287 1286 1288 # Python Client Module … … 1290 1292 1291 1293 VBox-xpcom-pymod_TEMPLATE = XPCOM 1292 # sucky name, maybe rename? 1293 VBox-xpcom-pymod_NAME = _xpcom 1294 VBox-xpcom-pymod_INST = bin/$(PY_PATH)/ 1294 VBox-xpcom-pymod_NAME = VBoxPython 1295 1295 VBox-xpcom-pymod_DEFS = _IMPL_NS_COM _IMPL_NS_BASE EXPORT_XPTI_API EXPORT_XPT_API VBOX_PYXPCOM 1296 1296 VBox-xpcom-pymod_INCS += $(PYTHON_INCS) python/src … … 1318 1318 python/src/TypeObject.cpp \ 1319 1319 python/src/VariantUtils.cpp 1320 VBox-xpcom-pymod_LIBS = $(TARGET_VBox-xpcom-helper) 1321 VBox-xpcom-pymod_LDFLAGS += $(PATH_BIN)/VBoxXPCOM.so 1320 VBox-xpcom-pymod_LIBS = $(PATH_BIN)/VBoxXPCOM$(VBOX_SUFF_DLL) 1322 1321 VBox-xpcom-pymod_DEPS = \ 1323 1322 $(PY_DEST)/components.py \ … … 1336 1335 $(PY_DEST)/server/policy.py \ 1337 1336 $(PY_SAMPLE)/vboxshell.py \ 1338 $(TARGET_VBox -xpcom-helper)1337 $(TARGET_VBoxXPCOM) 1339 1338 1340 1339 $(PY_DEST):
Note:
See TracChangeset
for help on using the changeset viewer.