- Timestamp:
- Sep 28, 2018 2:00:23 PM (6 years ago)
- Location:
- trunk/src/VBox/VMM/testcase
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/testcase/Makefile.kmk
r72892 r74524 407 407 endif # VBOX_WITH_RAW_MODE 408 408 409 410 # 411 # Special NEM host testcase. 412 # 413 if1of ($(KBUILD_TARGET).$(KBUILD_TARGET_ARCH),win.amd64) 414 PROGRAMS += NemRawBench-1 415 NemRawBench-1_TEMPLATE = VBoxR3Static 416 NemRawBench-1_SOURCES = NemRawBench-1.cpp 417 NemRawBench-1_BLD_TYPE = release 418 NemRawBench-1_INCS.win = \ 419 $(KBUILD_DEVTOOLS)/win.x86/sdk/v10.0.17134.0/include/10.0.17134.0/um \ 420 $(KBUILD_DEVTOOLS)/win.x86/sdk/v10.0.17134.0/include/10.0.17134.0/shared 421 endif 422 423 409 424 ifdef VBOX_WITH_PDM_ASYNC_COMPLETION 410 425 #
Note:
See TracChangeset
for help on using the changeset viewer.