Changeset 51771 in vbox for trunk/src/VBox/HostDrivers
- Timestamp:
- Jul 1, 2014 6:19:35 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/Makefile.kmk
r51770 r51771 199 199 $(VBOX_SUP_WIN_CERTS_FILE) 200 200 201 if 1of ($(KBUILD_TARGET),win) ## @todo some of this move up.201 if "$(KBUILD_TARGET)" == "win" && defined(VBOX_WITH_HARDENING) ## @todo some of this move up. 202 202 SUPR3HardenedStatic_SDKS += VBoxOpenSslHardened 203 203 SUPR3HardenedStatic_DEFS += IN_RT IN_RT_R3 IN_RT_STATIC IPRT_NO_CRT RT_WITH_NOCRT_ALIASES LOG_DISABLED IPRT_NO_ERROR_DATA … … 351 351 # VBoxSupLib - Windows DLL for catching thread creation and termination. 352 352 # 353 VBoxSupLib_TEMPLATE = $(if "$(KBUILD_TARGET)" == "win",VBOXR3HARDENEDLIB,VBOXR3)353 VBoxSupLib_TEMPLATE = $(if-expr "$(KBUILD_TARGET)" == "win" && defined(VBOX_WITH_HARDENING),VBOXR3HARDENEDLIB,VBOXR3) 354 354 VBoxSupLib_LDFLAGS.win.amd64 = -Entry:DllMainEntrypoint 355 355 VBoxSupLib_LDFLAGS.win.x86 = -Entry:DllMainEntrypoint
Note:
See TracChangeset
for help on using the changeset viewer.