VirtualBox

Changeset 1546 in vbox


Ignore:
Timestamp:
Mar 16, 2007 10:52:15 PM (18 years ago)
Author:
vboxsync
Message:

Undefining VBOX_WITH_MAIN has side effects.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r1492 r1546  
    326326endif
    327327
    328 ##
    329 ## HACK ALERT!
    330 ## OVerride anyone attempting to build Linux/GNU additions when targeting AMD64.
    331 ##
    332 #ifdef VBOX_WITH_LINUX_ADDITIONS
    333 # ifeq ($(BUILD_TARGET_ARCH),amd64)
    334 #  VBOX_WITH_LINUX_ADDITIONS :=
    335 # endif
    336 #endif
     328#
     329# Undefined VBOX_WITH_MAIN implies exclusion of a few more items.
     330#
     331ifndef VBOX_WITH_MAIN
     332 VBOX_WITH_VRDP=
     333 VBOX_WITH_VBOXSDL=
     334 VBOX_WITH_QTGUI=
     335 VBOX_WITH_DEBUGGER_GUI=
     336endif
     337
    337338
    338339#
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette