Changeset 93322 in vbox for trunk/tools
- Timestamp:
- Jan 18, 2022 3:23:38 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/kBuildUnits/vboximportchecker.kmk
r93275 r93322 31 31 32 32 define def_unit_vboximportchecker_target_pre 33 # Do not apply to ASAN builds as it requires newere DLLs. 34 ifneq ($(KBUILD_TYPE),asan) 33 35 34 36 # 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 39 43 endif 40 44
Note:
See TracChangeset
for help on using the changeset viewer.