- Timestamp:
- Jan 15, 2020 12:41:36 AM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 135711
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/Makefile.kmk
r82758 r82761 53 53 # Hardened VirtualBoxVM. 54 54 # 55 ifdef VBOX_WITH_HARDENING 55 56 VirtualBoxHardenedVM_TEMPLATE = VBOXR3HARDENEDEXE 56 57 VirtualBoxHardenedVM_SOURCES = src/hardenedmain.cpp … … 58 59 VirtualBoxHardenedVM_LDFLAGS.win = /SUBSYSTEM:$(if-expr "$(KBUILD_TYPE)" != "release",console,windows) 59 60 $(call VBOX_SET_VER_INFO_EXE,VirtualBoxHardenedVM,VirtualBox Virtual Machine,$(VBOX_WINDOWS_ICON_FILE)) 61 endif 60 62 61 63
Note:
See TracChangeset
for help on using the changeset viewer.