VirtualBox

Changeset 6511 in vbox


Ignore:
Timestamp:
Jan 25, 2008 11:03:22 AM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
27521
Message:

Added VBOX_WITH_WEBSERVICES for including / excluding the webservices api from the build.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r6439 r6511  
    191191endif
    192192
    193 # the main api
     193# The main api.
    194194VBOX_WITH_MAIN = 1
    195 # the SDL based GUI
     195# The webservices api.
     196VBOX_WITH_WEBSERVICES = 1
     197# The SDL based GUI.
    196198VBOX_WITH_VBOXSDL = 1
    197 # the basic frontend (w/o Main)
     199# The basic frontend (w/o Main).
    198200VBOX_WITH_VBOXBFE = 1
    199 # the Qt GUI
     201# The Qt GUI.
    200202VBOX_WITH_QTGUI = 1
    201 # the headless frontend
     203# The headless frontend.
    202204VBOX_WITH_HEADLESS = 1
    203205## the Direct Framebuffer GUI
     
    381383#
    382384ifdef VBOX_OSE
     385 VBOX_WITH_WEBSERVICES=
    383386 VBOX_WITH_VRDP=
    384387 VBOX_WITH_USB=
  • trunk/src/VBox/Main/Makefile.kmk

    r6361 r6511  
    2121
    2222SUBDIRS_AFTER    = testcase
     23ifdef VBOX_WITH_WEBSERVICES
     24 SUBDIRS_AFTER  += webservice
     25endif
    2326
    2427ifndef VBOX_OSE
    25 SUBDIRS_AFTER += webservice
    26 DEFS          += VBOX_WITH_E1000
     28 DEFS           += VBOX_WITH_E1000
    2729endif
    2830
Note: See TracChangeset for help on using the changeset viewer.

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