VirtualBox

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


Ignore:
Timestamp:
Jan 19, 2022 10:53:38 AM (3 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
149416
Message:

/Config.kmk,HostDrivers,Installer/win: Added a VBoxR3StaticDllNoAsan template variation to make the installer work better for ASAN builds. bugref:8489 bugref:9841

Location:
trunk/src/VBox/HostDrivers
Files:
2 edited

Legend:

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

    r93322 r93341  
    229229
    230230 #
    231  # WinNetConfig - static library with host network interface config API
     231 # WinNetConfig - static library with host network interface config API (for the installer)
    232232 #
    233233 LIBRARIES.win += WinNetConfig
    234  WinNetConfig_TEMPLATE = VBOXR3STATIC
     234 WinNetConfig_TEMPLATE = VBoxR3StaticDllNoAsan
    235235 WinNetConfig_SDKS     = ReorderCompilerIncs $(VBOX_WINPSDK) $(VBOX_WINDDK)
    236236 WinNetConfig_DEFS     = _WIN32_WINNT=0x0501 _UNICODE UNICODE
  • trunk/src/VBox/HostDrivers/win/Makefile.kmk

    r93115 r93341  
    2828include $(KBUILD_PATH)/subheader.kmk
    2929
     30# For the installer helpers
    3031LIBRARIES += VBoxDrvCfg
    31 VBoxDrvCfg_TEMPLATE       = VBOXR3STATIC
     32VBoxDrvCfg_TEMPLATE       = VBoxR3StaticDllNoAsan
    3233VBoxDrvCfg_SDKS           = ReorderCompilerIncs $(VBOX_WINPSDK) $(VBOX_WINDDK)
    3334VBoxDrvCfg_DEFS           = _WIN32_WINNT=0x0501 _UNICODE UNICODE
Note: See TracChangeset for help on using the changeset viewer.

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