Changeset 106945 in vbox for trunk/src/VBox/Frontends/VBoxBFE
- Timestamp:
- Nov 12, 2024 2:41:36 AM (2 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxBFE/Makefile.kmk
r106061 r106945 50 50 PROGRAMS += VBoxBFE 51 51 endif 52 VBoxBFE_TEMPLATE := $(if $(VBOX_WITH_HARDENING),VBoxMainClientDll,VBoxMainClient Exe)52 VBoxBFE_TEMPLATE := $(if $(VBOX_WITH_HARDENING),VBoxMainClientDll,VBoxMainClientSignedExe) 53 53 VBoxBFE_SDKS = LIBSDL2 54 54 VBoxBFE_INCS = \
Note:
See TracChangeset
for help on using the changeset viewer.