VirtualBox

Changeset 93238 in vbox


Ignore:
Timestamp:
Jan 14, 2022 7:12:32 PM (3 years ago)
Author:
vboxsync
Message:

/Config.kmk,FE/Qt: HVCI workaround, see bugref:10162 for details.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r93236 r93238  
    44064406# @param 4     The template base name.
    44074407# @param 5     Additional RC options.
     4408# @param 6     Original filename to use.
    44084409#
    44094410# @remarks     ASSUMES RCFLAGS isn't a simple variable (var := value).
     
    44124413$(1)_SOURCES.win += $(PATH_ROOT)/src/VBox/Artwork/win/$(4)
    44134414$(1)_RCFLAGS += /nologo /dIN_INTERNAL_NAME="\"$(1)\"" /dIN_FILE_DESCRIPTION="\"$(2)\"" \
    4414         /dIN_ORIGINAL_NAME="\"$$(notdir $$($(1)_1_INST_TARGET))\"" \
     4415        /dIN_ORIGINAL_NAME="\"$(if $(6),$6,$$(notdir $$($(1)_1_INST_TARGET)))\"" \
    44154416        $(if $(3), /dIN_ICON_FILE="\"$(subst \\,/,$(strip $(3)))\"") $(5)
    44164417$$$$($(1)_0_OUTDIR)/src/VBox/Artwork/win/$(basename $(4)).res: \
     
    44384439# @param 2     The description
    44394440# @param 3     Optional icon file.
    4440 VBOX_SET_VER_INFO_EXE = $(evalcall2 VBOX_SET_VER_INFO_INTERNAL,$1,$2,$3,TemplateExe.rc,)
     4441# @param 4     Optional OriginalFilename value to use. Defaults to target name w/o dir.
     4442VBOX_SET_VER_INFO_EXE = $(evalcall2 VBOX_SET_VER_INFO_INTERNAL,$1,$2,$3,TemplateExe.rc,,$4)
    44414443
    44424444##
  • trunk/src/VBox/Frontends/VirtualBox/Makefile.kmk

    r93115 r93238  
    12201220        src/platform/win/UIDesktopServices_win.cpp
    12211221
    1222 $(call VBOX_SET_VER_INFO_EXE,VirtualBox,VirtualBox Manager,$(VBOX_WINDOWS_ICON_FILE))
     1222$(call VBOX_SET_VER_INFO_EXE,VirtualBox,VirtualBox Manager,$(VBOX_WINDOWS_ICON_FILE),VirtualBoxGUI)
    12231223
    12241224
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