VirtualBox

Changeset 6678 in vbox


Ignore:
Timestamp:
Jan 31, 2008 7:52:46 PM (17 years ago)
Author:
vboxsync
Message:

fix L4 build of tstVDI

File:
1 edited

Legend:

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

    r6677 r6678  
    4141ifdef VBOX_WITH_TESTCASES
    4242 PROGRAMS += tstVDI
    43  tstVDI_TEMPLATE = VBOXR3TSTEXE
     43 ifeq ($(BUILD_TARGET),l4)
     44  tstVDI_TEMPLATE = VBOXLNXHOSTR3EXE
     45  tstVDI_LIBS     = \
     46         $(PATH_LIB)/VBoxDDULnxHostR3.a \
     47         $(PATH_LIB)/RuntimeLnxHostR3.a
     48 else
     49  tstVDI_TEMPLATE = VBOXR3TSTEXE
     50  tstVDI_LIBS     = $(vditool_LIBS)
     51 endif
    4452 tstVDI_SOURCES  = tstVDI.cpp
    45  tstVDI_LIBS     = $(vditool_LIBS)
    4653endif
    47 
    4854
    4955include $(PATH_KBUILD)/subfooter.kmk
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