Changeset 94955 in vbox
- Timestamp:
- May 9, 2022 1:37:02 PM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 151363
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/Makefile.kmk
r94931 r94955 819 819 NEMAllNativeTemplate-win.cpp.o: NEMR3Native-win.o 820 820 821 # Alias the VMX template onto HMVMXR0 or darwin specific NEM object: 822 ifeq ($(KBUILD_TARGET),darwin) 823 VMXAllTemplate.cpp.o: NEMR3Native-darwin.o 824 else 825 VMXAllTemplate.cpp.o: HMVMXR0.o 826 endif 827
Note:
See TracChangeset
for help on using the changeset viewer.