Changeset 106945 in vbox for trunk/src/VBox/Frontends/VBoxHeadless
- Timestamp:
- Nov 12, 2024 2:41:36 AM (5 months ago)
- svn:sync-xref-src-repo-rev:
- 165871
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxHeadless/Makefile.kmk
r106061 r106945 52 52 PROGRAMS += VBoxHeadless 53 53 endif 54 VBoxHeadless_TEMPLATE := $(if $(VBOX_WITH_HARDENING),VBoxMainClientDll,VBoxMainClient Exe)54 VBoxHeadless_TEMPLATE := $(if $(VBOX_WITH_HARDENING),VBoxMainClientDll,VBoxMainClientSignedExe) 55 55 VBoxHeadless_DEFS += $(if $(VBOX_WITH_RECORDING),VBOX_WITH_RECORDING,) 56 56 VBoxHeadless_INCS = \
Note:
See TracChangeset
for help on using the changeset viewer.