Changeset 34622 in vbox
- Timestamp:
- Dec 2, 2010 4:19:11 PM (14 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r34609 r34622 533 533 # Enables the extension pack feature. 534 534 VBOX_WITH_EXTPACK = 1 535 # Enables building of the "PUEL" (final name TBD) extension pack. 536 if1of ($(KBUILD_TARGET), linux solaris win) ## @todo make this default when the darwin build has been added. 537 VBOX_WITH_EXTPACK_PUEL = 1 538 endif 539 ifdef VBOX_ONLY_EXTPACKS 540 VBOX_WITH_EXTPACK_PUEL = 1 541 endif 535 # Enables building of the Oracle VM VirtualBox Extension Pack, dubbed PUEL. 536 VBOX_WITH_EXTPACK_PUEL = 1 542 537 ## @} 543 538 -
trunk/Makefile.kmk
r34620 r34622 993 993 extpacks-packing: 994 994 + $(KMK) VBOX_ONLY_EXTPACKS=1 \ 995 VBOX_WITH_EXTPACK_OS_ARCHS=" linux.amd64 linux.x86 solaris.amd64 solaris.x86 win.amd64 win.x86" \995 VBOX_WITH_EXTPACK_OS_ARCHS="darwin.amd64 darwin.x86 linux.amd64 linux.x86 solaris.amd64 solaris.x86 win.amd64 win.x86" \ 996 996 packing 997 # +++ darwin.amd64 darwin.x86freebsd.amd64 freebsd.x86 os2.x86 ^^^997 # +++ freebsd.amd64 freebsd.x86 os2.x86 ^^^ 998 998 999 999 .PHONY: \
Note:
See TracChangeset
for help on using the changeset viewer.