Changeset 72436 in vbox for trunk/src/VBox/Runtime
- Timestamp:
- Jun 4, 2018 7:59:26 PM (7 years ago)
- Location:
- trunk/src/VBox/Runtime
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/Makefile.kmk
r71916 r72436 1629 1629 $(patsubst common/checksum/alt-%,common/checksum/openssl-%,$(RuntimeR3_SOURCES)) ) ) \ 1630 1630 common/checksum/crc32-zlib.cpp \ 1631 common/fuzz/fuzz.cpp \ 1632 common/fuzz/fuzz-observer.cpp \ 1633 common/fuzz/fuzzmastercmd.cpp \ 1631 1634 common/misc/aiomgr.cpp 1632 1635 ifneq ($(KBUILD_TARGET),win) -
trunk/src/VBox/Runtime/tools/Makefile.kmk
r71492 r72436 184 184 RTTraceLogTool_SOURCES = RTTraceLogTool.cpp 185 185 186 # RTFuzzMaster - Fuzzing master tool. 187 PROGRAMS += RTFuzzMaster 188 RTFuzzMaster_TEMPLATE = VBoxR3Tool 189 RTFuzzMaster_SOURCES = RTFuzzMaster.cpp 190 186 191 if1of ($(KBUILD_TARGET), darwin linux solaris win) 187 192 # RTKrnlModInfo - our lsmod/kextstat clone (for testing the RTKrnlMod code).
Note:
See TracChangeset
for help on using the changeset viewer.