VirtualBox

Changeset 93322 in vbox for trunk/tools


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

/Config.kmk,*.kmk: Windows ASAN build adjustments. bugref:8489 bugref:9841

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/kBuildUnits/vboximportchecker.kmk

    r93275 r93322  
    3131
    3232define def_unit_vboximportchecker_target_pre
     33# Do not apply to ASAN builds as it requires newere DLLs.
     34ifneq ($(KBUILD_TYPE),asan)
    3335
    3436# Set pass 2 variable (simpler) and act on it.
    35 $(target)_2_VBOX_IMPORT_CHECKER := $(evalcall def_fn_prop_get_first_defined,VBOX_IMPORT_CHECKER)
    36 ifdef $(target)_2_VBOX_IMPORT_CHECKER
    37  $(target)_LNK_ORDERDEPS += $(VBOX_RTLDRCHECKIMPORTS)
    38  $(eval $(def_unit_vboximportchecker_internal_expand_twice))
     37 $(target)_2_VBOX_IMPORT_CHECKER := $(evalcall def_fn_prop_get_first_defined,VBOX_IMPORT_CHECKER)
     38 ifdef $(target)_2_VBOX_IMPORT_CHECKER
     39  $(target)_LNK_ORDERDEPS += $(VBOX_RTLDRCHECKIMPORTS)
     40  $(eval $(def_unit_vboximportchecker_internal_expand_twice))
     41 endif
     42
    3943endif
    4044
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