Changeset 59047 in vbox
- Timestamp:
- Dec 8, 2015 8:29:12 AM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 104593
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/Makefile.kmk
r59040 r59047 1711 1711 RuntimeR0_DEFS += RT_NO_GIP 1712 1712 endif 1713 if def VBOX_WITH_DTRACE_R01713 if defined(VBOX_WITH_DTRACE_R0) && !defined(VBOX_ONLY_VALIDATIONKIT) 1714 1714 RuntimeR0_DEFS += IPRT_WITH_DTRACE IPRT_DTRACE_PREFIX=VBOXVMM_ IPRT_DTRACE_INCLUDE=\"dtrace/VBoxVMM.h\" 1715 1715 endif 1716 1716 RuntimeR0_INCS = include 1717 1717 RuntimeR0_SOURCES := \ 1718 ../VMM/VBoxVMM.d\1718 $(if $(VBOX_ONLY_VALIDATIONKIT),,../VMM/VBoxVMM.d) \ 1719 1719 common/log/logellipsis.cpp \ 1720 1720 common/log/logrelellipsis.cpp \
Note:
See TracChangeset
for help on using the changeset viewer.