VirtualBox

Changeset 11641 in vbox for trunk/src/libs


Ignore:
Timestamp:
Aug 26, 2008 7:36:18 AM (16 years ago)
Author:
vboxsync
Message:

removed helper dll completly

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/libs/xpcom18a4/Makefile.kmk

    r11632 r11641  
    266266        VBoxXPCOM \
    267267        VBoxXPCOMIPCC
    268 
    269 
    270 ifdef VBOX_WITH_PYTHON
    271        DLLS += VBoxHelper
    272 endif
    273268
    274269# we put it here, as template it uses depends on VBoxRT,
     
    12941289
    12951290#
    1296 # Helper for initialization of XPCOM
    1297 #
    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.cpp
    1303 
    1304 
    1305 #
    13061291# Python<->XPCOM bridge.
    13071292#
     
    13391324# Python Client Module - the C++/XPCOM bits.
    13401325VBoxPython_TEMPLATE = XPCOM
    1341 VBoxPython_DEFS = _IMPL_NS_COM _IMPL_NS_BASE EXPORT_XPTI_API EXPORT_XPT_API VBOX_PYXPCOM
     1326VBoxPython_DEFS = _IMPL_NS_COM _IMPL_NS_BASE EXPORT_XPTI_API EXPORT_XPT_API \
     1327                  VBOX_PYXPCOM VBOX_WITH_XPCOM
    13421328VBoxPython_INCS = \
    13431329        python/src \
     
    13681354VBoxPython_LIBS = \
    13691355        $(PATH_BIN)/VBoxXPCOM$(VBOX_SUFF_DLL) \
     1356        $(PATH_LIB)/VBoxCOM$(VBOX_SUFF_LIB)   \
    13701357        $(VBOX_LIB_PYTHON)
    13711358
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette