Changeset 98129 in vbox
- Timestamp:
- Jan 19, 2023 8:23:09 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/testcase/Makefile.kmk
r98128 r98129 475 475 endif 476 476 tstVMREQHardened_SOURCES = ../../HostDrivers/Support/SUPR3HardenedMainTemplate.cpp 477 tstVMREQ_TEMPLATE = VB OXR3477 tstVMREQ_TEMPLATE = VBoxR3Dll 478 478 else 479 479 tstVMREQ_TEMPLATE = VBoxR3Exe … … 495 495 endif 496 496 tstAnimateHardened_SOURCES = ../../HostDrivers/Support/SUPR3HardenedMainTemplate.cpp 497 tstAnimate_TEMPLATE = VB OXR3497 tstAnimate_TEMPLATE = VBoxR3Dll 498 498 else 499 499 tstAnimate_TEMPLATE = VBoxR3Exe … … 526 526 endif 527 527 tstVMMHardened_SOURCES = ../../HostDrivers/Support/SUPR3HardenedMainTemplate.cpp 528 tstVMM_TEMPLATE = VB OXR3528 tstVMM_TEMPLATE = VBoxR3Dll 529 529 else 530 530 tstVMM_TEMPLATE = VBoxR3Exe … … 559 559 endif 560 560 tstMicroHardened_SOURCES = ../../HostDrivers/Support/SUPR3HardenedMainTemplate.cpp 561 tstMicro_TEMPLATE = VB OXR3561 tstMicro_TEMPLATE = VBoxR3Dll 562 562 else 563 563 tstMicro_TEMPLATE = VBoxR3Exe … … 634 634 endif 635 635 tstPDMAsyncCompletionHardened_SOURCES = ../../HostDrivers/Support/SUPR3HardenedMainTemplate.cpp 636 tstPDMAsyncCompletion_TEMPLATE = VB OXR3636 tstPDMAsyncCompletion_TEMPLATE = VBoxR3Dll 637 637 else 638 638 tstPDMAsyncCompletion_TEMPLATE = VBoxR3Exe … … 655 655 endif 656 656 tstPDMAsyncCompletionStressHardened_SOURCES = ../../HostDrivers/Support/SUPR3HardenedMainTemplate.cpp 657 tstPDMAsyncCompletionStress_TEMPLATE = VB OXR3657 tstPDMAsyncCompletionStress_TEMPLATE = VBoxR3Dll 658 658 else 659 659 tstPDMAsyncCompletionStress_TEMPLATE = VBoxR3Exe
Note:
See TracChangeset
for help on using the changeset viewer.