Changeset 84396 in vbox for trunk/src/VBox/HostDrivers/Support/testcase
- Timestamp:
- May 20, 2020 9:31:44 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/testcase/Makefile.kmk
r82968 r84396 109 109 110 110 tstGIP-2Hardened_TEMPLATE = VBoxR3HardenedTstExe 111 tstGIP-2Hardened_DEFS = PROGRAM_NAME_STR=\"tstGIP-2\" 111 ifdef VBOX_WITH_AUTOMATIC_DEFS_QUOTING 112 tstGIP-2Hardened_DEFS = PROGRAM_NAME_STR="tstGIP-2" 113 else 114 tstGIP-2Hardened_DEFS = PROGRAM_NAME_STR=\"tstGIP-2\" 115 endif 112 116 tstGIP-2Hardened_SOURCES = ../SUPR3HardenedMainTemplateTestcase.cpp 113 117 tstGIP-2Hardened_NAME = tstGIP-2
Note:
See TracChangeset
for help on using the changeset viewer.