Changeset 6511 in vbox
- Timestamp:
- Jan 25, 2008 11:03:22 AM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 27521
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r6439 r6511 191 191 endif 192 192 193 # the main api193 # The main api. 194 194 VBOX_WITH_MAIN = 1 195 # the SDL based GUI 195 # The webservices api. 196 VBOX_WITH_WEBSERVICES = 1 197 # The SDL based GUI. 196 198 VBOX_WITH_VBOXSDL = 1 197 # the basic frontend (w/o Main)199 # The basic frontend (w/o Main). 198 200 VBOX_WITH_VBOXBFE = 1 199 # the Qt GUI201 # The Qt GUI. 200 202 VBOX_WITH_QTGUI = 1 201 # the headless frontend203 # The headless frontend. 202 204 VBOX_WITH_HEADLESS = 1 203 205 ## the Direct Framebuffer GUI … … 381 383 # 382 384 ifdef VBOX_OSE 385 VBOX_WITH_WEBSERVICES= 383 386 VBOX_WITH_VRDP= 384 387 VBOX_WITH_USB= -
trunk/src/VBox/Main/Makefile.kmk
r6361 r6511 21 21 22 22 SUBDIRS_AFTER = testcase 23 ifdef VBOX_WITH_WEBSERVICES 24 SUBDIRS_AFTER += webservice 25 endif 23 26 24 27 ifndef VBOX_OSE 25 SUBDIRS_AFTER += webservice 26 DEFS += VBOX_WITH_E1000 28 DEFS += VBOX_WITH_E1000 27 29 endif 28 30
Note:
See TracChangeset
for help on using the changeset viewer.