VirtualBox

Ignore:
Timestamp:
Apr 27, 2023 12:33:12 PM (19 months ago)
Author:
vboxsync
Message:

FE/VBoxBFE: Some very simple SDL based display output and add more devices, bugref:10397

File:
1 edited

Legend:

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

    r99050 r99546  
    5151endif
    5252VBoxBFE_TEMPLATE := $(if $(VBOX_WITH_HARDENING),VBoxMainClientDll,VBoxMainClientExe)
    53 VBoxHeadless_INCS      = \
     53VBoxBFE_SDKS      = LIBSDL2
     54VBoxBFE_INCS      = \
     55        $(VBoxBFE_0_OUTDIR) \
    5456        $(VBOX_GRAPHICS_INCS) \
    5557        ../Common
    5658VBoxBFE_SOURCES   = \
    57         VBoxBFE.cpp
     59        VBoxBFE.cpp \
     60        Display.cpp \
     61        Framebuffer.cpp
    5862ifdef VBOX_WITH_HARDENING
    5963 VBoxBFE_LDFLAGS.darwin += -install_name $(VBOX_DYLD_EXECUTABLE_PATH)/VBoxBFE.dylib
    6064endif
     65
     66VBoxBFE_CLEAN = $(VBoxBFE_0_OUTDIR)/Ico64x01.h
     67VBoxBFE_INTERMEDIATES = $(VBoxBFE_0_OUTDIR)/Ico64x01.h
     68
     69 # Convert the pnm-file to a byte array.
     70 $$(VBoxBFE_0_OUTDIR)/Ico64x01.h: $(PATH_ROOT)/src/VBox/Frontends/VBoxSDL/ico64x01.pnm $(VBOX_BIN2C) | $$(dir $$@)
     71        $(call MSG_TOOL,bin2c,VBoxSDL,$<,$@)
     72        $(QUIET)$(VBOX_BIN2C) Ico64x01 $< $@
     73
    6174ifdef VBOX_WITH_HARDENING
    6275 $(call VBOX_SET_VER_INFO_DLL,VBoxBFE,VirtualBox Basic Frontend (dll),$(VBOX_WINDOWS_ICON_FILE)) # Version info / description.
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