Changeset 30982 in vbox
- Timestamp:
- Jul 22, 2010 12:07:29 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r30980 r30982 459 459 # Enables the Python<->XPCOM and Python<->COM bindings. 460 460 VBOX_WITH_PYTHON ?= 1 461 if1of ($(KBUILD_TARGET), linux solaris darwin)461 if1of ($(KBUILD_TARGET), darwin linux solaris) 462 462 # Enable Java<->XPCOM bridge + glue code 463 463 VBOX_WITH_JXPCOM ?= 1 … … 467 467 VBOX_WITH_JMSCOM ?= 1 468 468 endif 469 if1of ($(KBUILD_TARGET), darwin )469 if1of ($(KBUILD_TARGET), darwin linux) 470 470 # Enable Java<->JAX-WS bridge 471 471 VBOX_WITH_JWS ?= 1
Note:
See TracChangeset
for help on using the changeset viewer.