Changeset 57885 in vbox
- Timestamp:
- Sep 24, 2015 5:05:12 PM (9 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/VMM/Makefile.kmk (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/Makefile.kmk
r57879 r57885 376 376 VMMR0Imp_SOURCES = $(VMMR0Imp_0_OUTDIR)/VMMR0.def 377 377 VMMR0Imp_CLEAN = $(VMMR0Imp_0_OUTDIR)/VMMR0.def 378 ifeq ($(KBUILD_TARGET),win) # Experiment: Let's see how blunt the ones messing our NULL_THUNK_DATA entries on W10 are. 379 VMMR0Imp_POST_CMDS = $(KLIBTWEAKER_EXT) --clear-timestamps --fill-null_thunk_data $(out) 380 endif 378 381 379 382 $$(VMMR0Imp_0_OUTDIR)/VMMR0.def: $(PATH_SUB_CURRENT)/VMMR0/VMMR0.def | $$(dir $$@) … … 647 650 endif 648 651 649 ifeq ($(KBUILD_TARGET),win) # Experiment: Let's see how blunt the ones messing our NULL_THUNK_DATA entries on W10 are.650 ifdef KLIBTWEAKER_EXT651 VMMR0_POST_CMDS = $(KLIBTWEAKER_EXT) --clear-timestamps --fill-null_thunk_data $(outbase).lib652 endif653 endif654 655 652 $(call VBOX_SET_VER_INFO_R0,VMMR0,VirtualBox VMM - ring-0 context parts) # Version info / description. 656 653 endif # !VBOX_ONLY_EXTPACKS
Note:
See TracChangeset
for help on using the changeset viewer.

