Changeset 98128 in vbox for trunk/src/VBox/Main/testcase
- Timestamp:
- Jan 19, 2023 2:02:24 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/testcase/Makefile.kmk
r98103 r98128 132 132 # to the standalone case, to detect if IPRT or glue use sneaks in. 133 133 # 134 tstVBoxAPIXPCOM_TEMPLATE = VB OXR3EXE134 tstVBoxAPIXPCOM_TEMPLATE = VBoxR3Exe 135 135 tstVBoxAPIXPCOM_INST = $(INST_TESTCASE) 136 136 tstVBoxAPIXPCOM_SOURCES = tstVBoxAPIXPCOM.cpp … … 163 163 # to the standalone case, to detect if IPRT or glue use sneaks in. 164 164 # 165 tstVBoxAPIWin_TEMPLATE = VB OXR3EXE165 tstVBoxAPIWin_TEMPLATE = VBoxR3Exe 166 166 tstVBoxAPIWin_INST = $(INST_TESTCASE) 167 167 tstVBoxAPIWin_SOURCES = \ … … 180 180 # to the standalone case, to detect if IPRT or glue use sneaks in. 181 181 # 182 msiDarwinDescriptorDecoder_TEMPLATE = VB OXR3EXE182 msiDarwinDescriptorDecoder_TEMPLATE = VBoxR3Exe 183 183 msiDarwinDescriptorDecoder_INST = $(VBOX_INST_TOOLS) 184 184 msiDarwinDescriptorDecoder_SOURCES = \
Note:
See TracChangeset
for help on using the changeset viewer.