Changeset 29023 in vbox for trunk/src/VBox
- Timestamp:
- May 4, 2010 2:05:50 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 61063
- Location:
- trunk/src/VBox/Installer
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/linux/Makefile.kmk
r28800 r29023 123 123 VBoxSharedCrOpenGL.so,) \ 124 124 $(if $(VBOX_WITH_PYTHON),$(notdir $(wildcard $(PATH_BIN)/VBoxPython*.so)),) \ 125 $(if $(VBOX_WITH_JXPCOM),libvboxjxpcom.so,) \ 125 126 VBoxTunctl 126 127 … … 211 212 sdk/installer/vboxapi/__init__.py \ 212 213 sdk/installer/vboxapi/VirtualBox_constants.py 214 endif 215 216 # Java XPCOM bridge 217 ifdef VBOX_WITH_JXPCOM 218 VBOX_LNX_NO_STRIP += \ 219 sdk/bindings/xpcom/java/vboxjxpcom.jar 213 220 endif 214 221 … … 381 388 archive/sdk/bindings/xpcom/python/xpcom/client \ 382 389 archive/sdk/bindings/xpcom/python/xpcom/server,) \ 390 $(if $(VBOX_WITH_JXPCOM),\ 391 archive/sdk/bindings/xpcom/java,) \ 383 392 archive/additions \ 384 393 install\ -
trunk/src/VBox/Installer/solaris/Makefile.kmk
r28800 r29023 334 334 endif 335 335 336 ifdef VBOX_WITH_JXPCOM 337 SOLARIS_COMMON += \ 338 sdk/bindings/xpcom/java/vboxjxpcom.jar 339 endif 340 336 341 # VRDP 337 342 ifdef VBOX_WITH_VRDP … … 453 458 sdk/bindings/xpcom/python/xpcom/server \ 454 459 sdk/bindings/xpcom/python/xpcom/client,) \ 460 $(if $(VBOX_WITH_JXPCOM), \ 461 sdk/bindings/xpcom/java,) \ 455 462 ,$(SOLARIS_VBOXINST_DIR)/$(d)/) 456 463
Note:
See TracChangeset
for help on using the changeset viewer.