Changeset 99050 in vbox
- Timestamp:
- Mar 19, 2023 4:31:43 PM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 156415
- Location:
- trunk
- Files:
-
- 4 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r99040 r99050 819 819 ## The Direct Framebuffer GUI. 820 820 #VBOX_WITH_VBOXFB = 1 821 # The basic frontend not using Main/COM/XPCOM. 822 #VBOX_WITH_VBOXBFE = 1 821 823 # Enables the Python<->XPCOM, Python<->COM and (WS enabled) Python<->WS bindings. 822 824 VBOX_WITH_PYTHON ?= 1 -
trunk/src/VBox/Frontends/Makefile.kmk
r98103 r99050 45 45 endif 46 46 endif 47 ifdef VBOX_WITH_VBOXBFE 48 include $(PATH_SUB_CURRENT)/VBoxBFE/Makefile.kmk 49 endif 47 50 ifdef VBOX_WITH_VBOXSDL 48 51 include $(PATH_SUB_CURRENT)/VBoxSDL/Makefile.kmk
Note:
See TracChangeset
for help on using the changeset viewer.