VirtualBox

Changeset 37429 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jun 13, 2011 7:59:08 PM (14 years ago)
Author:
vboxsync
Message:

compile fixes if VBOX_WITH_MAIN is not defined

Location:
trunk/src/VBox
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/Makefile.kmk

    r36695 r37429  
    2424endif
    2525ifndef VBOX_ONLY_DOCS
    26  include $(PATH_SUB_CURRENT)/VBoxBalloonCtrl/Makefile.kmk
     26 ifdef VBOX_WITH_MAIN
     27  include $(PATH_SUB_CURRENT)/VBoxBalloonCtrl/Makefile.kmk
     28 endif
    2729 ifdef VBOX_WITH_VBOXSDL
    2830  include $(PATH_SUB_CURRENT)/VBoxSDL/Makefile.kmk
  • trunk/src/VBox/HostServices/auth/Makefile.kmk

    r35507 r37429  
    3939# The simple plugin.
    4040ifndef VBOX_ONLY_SDK
    41  DLLS += VBoxAuthSimple
     41 if defined(VBOX_WITH_MAIN)
     42  DLLS += VBoxAuthSimple
     43 endif
    4244endif
    4345VBoxAuthSimple_TEMPLATE = VBOXMAINCLIENTDLL
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