VirtualBox

Changeset 63806 in vbox for trunk


Ignore:
Timestamp:
Sep 12, 2016 10:59:49 PM (8 years ago)
Author:
vboxsync
Message:

debug tool.

Location:
trunk/src/VBox/Main/testcase
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/testcase/Makefile.kmk

    r62485 r63806  
    3131        tstVBoxMultipleVM \
    3232        $(if $(VBOX_OSE),,tstOVF) \
    33         $(if $(VBOX_WITH_XPCOM),tstVBoxAPIXPCOM,tstVBoxAPIWin) \
     33        $(if $(VBOX_WITH_XPCOM),tstVBoxAPIXPCOM,tstVBoxAPIWin msiDarwinDescriptorDecoder) \
    3434        $(if $(VBOX_WITH_RESOURCE_USAGE_API),tstCollector,) \
    3535        $(if $(VBOX_WITH_GUEST_CONTROL),tstGuestCtrlParseBuffer,) \
     
    149149# to the standalone case, to detect if IPRT or glue use sneaks in.
    150150#
    151 tstVBoxAPIWin_TEMPLATE = VBoxBldProg
     151tstVBoxAPIWin_TEMPLATE = VBOXR3EXE
    152152tstVBoxAPIWin_INST = $(INST_TESTCASE)
    153153tstVBoxAPIWin_SOURCES  = \
     
    158158tstVBoxAPIWin_INTERMEDIATES = \
    159159        $(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#
     168msiDarwinDescriptorDecoder_TEMPLATE = VBOXR3EXE
     169msiDarwinDescriptorDecoder_INST = $(VBOX_INST_TOOLS)
     170msiDarwinDescriptorDecoder_SOURCES  = \
     171        msiDarwinDescriptorDecoder.cpp
    160172
    161173
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette