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