- Timestamp:
- Sep 12, 2016 10:59:49 PM (8 years ago)
- Location:
- trunk/src/VBox/Main/testcase
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/testcase/Makefile.kmk
r62485 r63806 31 31 tstVBoxMultipleVM \ 32 32 $(if $(VBOX_OSE),,tstOVF) \ 33 $(if $(VBOX_WITH_XPCOM),tstVBoxAPIXPCOM,tstVBoxAPIWin ) \33 $(if $(VBOX_WITH_XPCOM),tstVBoxAPIXPCOM,tstVBoxAPIWin msiDarwinDescriptorDecoder) \ 34 34 $(if $(VBOX_WITH_RESOURCE_USAGE_API),tstCollector,) \ 35 35 $(if $(VBOX_WITH_GUEST_CONTROL),tstGuestCtrlParseBuffer,) \ … … 149 149 # to the standalone case, to detect if IPRT or glue use sneaks in. 150 150 # 151 tstVBoxAPIWin_TEMPLATE = VB oxBldProg151 tstVBoxAPIWin_TEMPLATE = VBOXR3EXE 152 152 tstVBoxAPIWin_INST = $(INST_TESTCASE) 153 153 tstVBoxAPIWin_SOURCES = \ … … 158 158 tstVBoxAPIWin_INTERMEDIATES = \ 159 159 $(VBOX_PATH_SDK)/bindings/mscom/include/VirtualBox.h 160 161 162 # 163 # msiDarwinDescriptorDecoder 164 # 165 # Use very generic template to make the build environment similar 166 # to the standalone case, to detect if IPRT or glue use sneaks in. 167 # 168 msiDarwinDescriptorDecoder_TEMPLATE = VBOXR3EXE 169 msiDarwinDescriptorDecoder_INST = $(VBOX_INST_TOOLS) 170 msiDarwinDescriptorDecoder_SOURCES = \ 171 msiDarwinDescriptorDecoder.cpp 160 172 161 173
Note:
See TracChangeset
for help on using the changeset viewer.