Changeset 20240 in vbox
- Timestamp:
- Jun 3, 2009 7:33:39 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 48098
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r20185 r20240 413 413 VBOX_WITH_HOSTNETIF_API = 1 414 414 endif 415 # Enables the Python<->XPCOM and laterPython<->COM bindings.416 # (Current not enabled by default because all the build servers has415 # Enables the Python<->XPCOM and Python<->COM bindings. 416 # (Currently not enabled by default because all the build servers has 417 417 # different Python versions installed and would start burning.) 418 if 1of ($(KBUILD_TARGET), darwin solaris)418 ifn1of ($(KBUILD_TARGET), linux) 419 419 VBOX_WITH_PYTHON = 1 420 420 endif -
trunk/src/VBox/Installer/Makefile.kmk
r20173 r20240 50 50 OTHER_CLEANS += $(VBOX_SDK_ZIP) \ 51 51 $(wildcard $(PATH_BIN)/VirtualBoxSDK-*-r*.zip) 52 53 # @todo: wrong, it must depend on everything included in SDK 52 54 $(VBOX_SDK_ZIP): \ 53 55 $(PATH_BIN)/sdk \ 54 56 $(VBOX_VERSION_STAMP) 55 57 $(call MSG_L1,Making SDK delivery $@) 56 $(QUIET)$(REDIRECT) -C $(PATH_BIN) -- zip-r9 $@ sdk > /dev/null58 $(QUIET)$(REDIRECT) -C $(PATH_BIN) -- $(ZIP) -r9 $@ sdk > /dev/null 57 59 endif 58 60
Note:
See TracChangeset
for help on using the changeset viewer.