Changeset 93238 in vbox
- Timestamp:
- Jan 14, 2022 7:12:32 PM (3 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r93236 r93238 4406 4406 # @param 4 The template base name. 4407 4407 # @param 5 Additional RC options. 4408 # @param 6 Original filename to use. 4408 4409 # 4409 4410 # @remarks ASSUMES RCFLAGS isn't a simple variable (var := value). … … 4412 4413 $(1)_SOURCES.win += $(PATH_ROOT)/src/VBox/Artwork/win/$(4) 4413 4414 $(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)))\"" \ 4415 4416 $(if $(3), /dIN_ICON_FILE="\"$(subst \\,/,$(strip $(3)))\"") $(5) 4416 4417 $$$$($(1)_0_OUTDIR)/src/VBox/Artwork/win/$(basename $(4)).res: \ … … 4438 4439 # @param 2 The description 4439 4440 # @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. 4442 VBOX_SET_VER_INFO_EXE = $(evalcall2 VBOX_SET_VER_INFO_INTERNAL,$1,$2,$3,TemplateExe.rc,,$4) 4441 4443 4442 4444 ## -
trunk/src/VBox/Frontends/VirtualBox/Makefile.kmk
r93115 r93238 1220 1220 src/platform/win/UIDesktopServices_win.cpp 1221 1221 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) 1223 1223 1224 1224
Note:
See TracChangeset
for help on using the changeset viewer.