Changeset 11641 in vbox for trunk/src/libs
- Timestamp:
- Aug 26, 2008 7:36:18 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/xpcom18a4/Makefile.kmk
r11632 r11641 266 266 VBoxXPCOM \ 267 267 VBoxXPCOMIPCC 268 269 270 ifdef VBOX_WITH_PYTHON271 DLLS += VBoxHelper272 endif273 268 274 269 # we put it here, as template it uses depends on VBoxRT, … … 1294 1289 1295 1290 # 1296 # Helper for initialization of XPCOM1297 #1298 ## @todo why isn't this targetd called VBoxHlp and what is it good for anyway? it's not in any of the lists so it won't be processed or anything...1299 ## update: Since r35225 this is no longer necessary, VBoxRT is already available when VBoxPython is linked. Do all the initialization from there!1300 VBoxHlp_DEFS =1301 VBoxHlp_SOURCES = \1302 xpcom/helper/helper.cpp1303 1304 1305 #1306 1291 # Python<->XPCOM bridge. 1307 1292 # … … 1339 1324 # Python Client Module - the C++/XPCOM bits. 1340 1325 VBoxPython_TEMPLATE = XPCOM 1341 VBoxPython_DEFS = _IMPL_NS_COM _IMPL_NS_BASE EXPORT_XPTI_API EXPORT_XPT_API VBOX_PYXPCOM 1326 VBoxPython_DEFS = _IMPL_NS_COM _IMPL_NS_BASE EXPORT_XPTI_API EXPORT_XPT_API \ 1327 VBOX_PYXPCOM VBOX_WITH_XPCOM 1342 1328 VBoxPython_INCS = \ 1343 1329 python/src \ … … 1368 1354 VBoxPython_LIBS = \ 1369 1355 $(PATH_BIN)/VBoxXPCOM$(VBOX_SUFF_DLL) \ 1356 $(PATH_LIB)/VBoxCOM$(VBOX_SUFF_LIB) \ 1370 1357 $(VBOX_LIB_PYTHON) 1371 1358
Note:
See TracChangeset
for help on using the changeset viewer.