VirtualBox

Changeset 29023 in vbox for trunk/src/VBox


Ignore:
Timestamp:
May 4, 2010 2:05:50 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
61063
Message:

java bridge: simplified init, Makefile bugs, installer draft

Location:
trunk/src/VBox/Installer
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/linux/Makefile.kmk

    r28800 r29023  
    123123                VBoxSharedCrOpenGL.so,) \
    124124        $(if $(VBOX_WITH_PYTHON),$(notdir $(wildcard $(PATH_BIN)/VBoxPython*.so)),) \
     125        $(if $(VBOX_WITH_JXPCOM),libvboxjxpcom.so,) \
    125126        VBoxTunctl
    126127
     
    211212        sdk/installer/vboxapi/__init__.py \
    212213        sdk/installer/vboxapi/VirtualBox_constants.py
     214endif
     215
     216# Java XPCOM bridge
     217ifdef VBOX_WITH_JXPCOM
     218  VBOX_LNX_NO_STRIP += \
     219        sdk/bindings/xpcom/java/vboxjxpcom.jar
    213220endif
    214221
     
    381388          archive/sdk/bindings/xpcom/python/xpcom/client \
    382389          archive/sdk/bindings/xpcom/python/xpcom/server,) \
     390        $(if $(VBOX_WITH_JXPCOM),\
     391          archive/sdk/bindings/xpcom/java,) \
    383392        archive/additions \
    384393        install\
  • trunk/src/VBox/Installer/solaris/Makefile.kmk

    r28800 r29023  
    334334endif
    335335
     336ifdef VBOX_WITH_JXPCOM
     337   SOLARIS_COMMON += \
     338         sdk/bindings/xpcom/java/vboxjxpcom.jar
     339endif
     340
    336341# VRDP
    337342ifdef VBOX_WITH_VRDP
     
    453458         sdk/bindings/xpcom/python/xpcom/server \
    454459         sdk/bindings/xpcom/python/xpcom/client,) \
     460        $(if $(VBOX_WITH_JXPCOM), \
     461         sdk/bindings/xpcom/java,) \
    455462,$(SOLARIS_VBOXINST_DIR)/$(d)/)
    456463
Note: See TracChangeset for help on using the changeset viewer.

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