VirtualBox

Changeset 14779 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Nov 28, 2008 2:28:02 PM (16 years ago)
Author:
vboxsync
Message:

Storage/testcase: move vditool to testcase subdirectory, as the first step towards phasing it out completely (as it uses the old VDI code)

File:
1 edited

Legend:

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

    r12268 r14779  
    2424
    2525#
    26 # vditool - useful too for manipulating VDIs.
     26# vditool - useful too for manipulating VDIs, but now pretty obsolete and
     27# probably will go away soon. Testcase only now.
    2728#
    2829PROGRAMS += vditool
    29 ifeq ($(KBUILD_TARGET),l4)
    30  vditool_TEMPLATE = VBOXLNXHOSTR3EXE
    31  vditool_LIBS     = \
     30ifdef VBOX_WITH_TESTCASES
     31 ifeq ($(KBUILD_TARGET),l4)
     32  vditool_TEMPLATE = VBOXLNXHOSTR3EXE
     33  vditool_LIBS     = \
    3234        $(PATH_LIB)/VBoxDDULnxHostR3.a \
    3335        $(PATH_LIB)/RuntimeLnxHostR3.a
    34 else
    35  vditool_TEMPLATE = VBOXR3EXE
    36  vditool_LIBS     = $(LIB_DDU) $(LIB_RUNTIME)
     36 else
     37  vditool_TEMPLATE = VBOXR3TSTEXE
     38  vditool_LIBS     = $(LIB_DDU) $(LIB_RUNTIME)
     39 endif
     40 vditool_SOURCES   = vditool.cpp
    3741endif
    38 vditool_SOURCES   = vditool.cpp
    3942
    4043
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