Changeset 32922 in vbox
- Timestamp:
- Oct 5, 2010 2:13:54 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 66405
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r32833 r32922 346 346 VBOX_WITH_VIDEOHWACCEL = 1 347 347 endif 348 # Enable Wddm Video driver for Vista+ guests 348 # Enable Wddm Video driver for Vista+ guests 349 349 VBOX_WITH_WDDM = 1 350 350 VBOXWDDM_WITH_VBVA=1 … … 499 499 500 500 501 ## @name Networking 502 ## @{ 503 # Use VBoxNetFlt for host interface networking. 504 if1of ($(KBUILD_TARGET), darwin freebsd linux solaris win) 505 VBOX_WITH_NETFLT = 1 506 ifeq ($(KBUILD_TARGET),solaris) 507 # Disabled until some Nevada version ships the required headers. 508 # VBOX_WITH_NETFLT_CROSSBOW = 1 509 endif 510 # Use VBoxNetAdp for host only networking. 511 if1of ($(KBUILD_TARGET), darwin freebsd linux solaris) ## @todo this should be set and used on windows too. 512 VBOX_WITH_NETADP = 1 513 endif 514 endif 515 # Enable Virtual Distributed Ethernet or not. 516 if1of ($(KBUILD_TARGET), freebsd linux) 517 VBOX_WITH_VDE = 1 518 endif 519 ## @} 520 521 501 522 ## @name Misc 502 523 ## @{ … … 586 607 endif 587 608 endif 588 # Use VBoxNetFlt for host interface networking.589 if1of ($(KBUILD_TARGET), darwin freebsd linux solaris win)590 VBOX_WITH_NETFLT = 1591 ifeq ($(KBUILD_TARGET),solaris)592 # Disabled until some Nevada version ships the required headers.593 # VBOX_WITH_NETFLT_CROSSBOW = 1594 endif595 if1of ($(KBUILD_TARGET), darwin freebsd linux solaris)596 VBOX_WITH_NETADP = 1597 endif598 endif599 if1of ($(KBUILD_TARGET), freebsd linux)600 VBOX_WITH_VDE = 1601 endif602 609 ## @} 610 603 611 604 612 # Strip binaries of release and profile builds before packing them into the installer
Note:
See TracChangeset
for help on using the changeset viewer.