Changeset 72436 in vbox for trunk/src/VBox/Runtime/tools/Makefile.kmk
- Timestamp:
- Jun 4, 2018 7:59:26 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.