VirtualBox

Changeset 51771 in vbox for trunk/src/VBox/HostDrivers


Ignore:
Timestamp:
Jul 1, 2014 6:19:35 PM (11 years ago)
Author:
vboxsync
Message:

build fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/Makefile.kmk

    r51770 r51771  
    199199        $(VBOX_SUP_WIN_CERTS_FILE)
    200200
    201 if1of ($(KBUILD_TARGET),win) ## @todo some of this move up.
     201if "$(KBUILD_TARGET)" == "win" && defined(VBOX_WITH_HARDENING) ## @todo some of this move up.
    202202 SUPR3HardenedStatic_SDKS += VBoxOpenSslHardened
    203203 SUPR3HardenedStatic_DEFS += IN_RT IN_RT_R3 IN_RT_STATIC IPRT_NO_CRT RT_WITH_NOCRT_ALIASES LOG_DISABLED IPRT_NO_ERROR_DATA
     
    351351# VBoxSupLib - Windows DLL for catching thread creation and termination.
    352352#
    353 VBoxSupLib_TEMPLATE = $(if "$(KBUILD_TARGET)" == "win",VBOXR3HARDENEDLIB,VBOXR3)
     353VBoxSupLib_TEMPLATE = $(if-expr "$(KBUILD_TARGET)" == "win" && defined(VBOX_WITH_HARDENING),VBOXR3HARDENEDLIB,VBOXR3)
    354354VBoxSupLib_LDFLAGS.win.amd64 = -Entry:DllMainEntrypoint
    355355VBoxSupLib_LDFLAGS.win.x86   = -Entry:DllMainEntrypoint
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette