VirtualBox

Changeset 93320 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jan 18, 2022 3:18:08 PM (3 years ago)
Author:
vboxsync
Message:

VBoxSupLib: Use the VBoxR3StaticNoCrt template instead of VBOXR3 as there is no real code here and this makes it simpler for windows ASAN builds. bugref:8489

File:
1 edited

Legend:

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

    r93277 r93320  
    526526# VBoxSupLib - Windows DLL for catching thread creation and termination.
    527527#
    528 VBoxSupLib_TEMPLATE = $(if-expr "$(KBUILD_TARGET)" == "win" && defined(VBOX_WITH_HARDENING),VBOXR3HARDENEDLIB,VBOXR3)
     528VBoxSupLib_TEMPLATE = $(if-expr "$(KBUILD_TARGET)" == "win" && defined(VBOX_WITH_HARDENING),VBOXR3HARDENEDLIB,VBoxR3StaticNoCrt)
    529529VBoxSupLib_SDKS.win = VBOX_NTDLL
    530530VBoxSupLib_LDFLAGS.win.amd64 = -Entry:DllMainEntrypoint
     
    537537        win/VBoxSupLib.rc
    538538VBoxSupLib_LIBS.win.x86 = \
    539         $(PATH_TOOL_$(TEMPLATE_VBOXR3STATIC_TOOL.win.x86)_LIB)/libcmt.lib   # for __chkstk
     539        $(PATH_TOOL_$(TEMPLATE_VBOXR3STATIC_TOOL.win.x86)_LIB)/chkstk.obj
    540540VBoxSupLib_LIBS.win.amd64 = \
    541         $(PATH_TOOL_$(TEMPLATE_VBOXR3STATIC_TOOL.win.amd64)_LIB)/libcmt.lib # for __chkstk
     541        $(PATH_TOOL_$(TEMPLATE_VBOXR3STATIC_TOOL.win.amd64)_LIB)/chkstk.obj
    542542VBoxSupLib_VBOX_IMPORT_CHECKER.win.x86   = xp
    543543VBoxSupLib_VBOX_IMPORT_CHECKER.win.amd64 = xp64
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