VirtualBox

Changeset 33586 in vbox for trunk/src/VBox/Storage/testcase


Ignore:
Timestamp:
Oct 28, 2010 10:00:52 PM (14 years ago)
Author:
vboxsync
Message:

Storage: Build vbox-img like before because it doesn't want to link against the static storage library on Windows for some reason. Disable LibStorageNoDB for now.

File:
1 edited

Legend:

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

    r33577 r33586  
    4949#
    5050ifdef VBOX_WITH_TESTCASES
    51  PROGRAMS += tstVD tstVD-2 tstVDCopy tstVDSnap tstVDShareable #vbox-img
     51 PROGRAMS += tstVD tstVD-2 tstVDCopy tstVDSnap tstVDShareable vbox-img
    5252 tstVD_TEMPLATE = VBOXR3TSTEXE
    5353 tstVD-2_TEMPLATE = VBOXR3TSTEXE
     
    6363 tstVDSetUuid_LIBS   = $(LIB_DDU) $(LIB_RUNTIME)
    6464 vbox-img_LIBS = \
    65         $(PATH_LIB)/StorageLibNoDB$(VBOX_SUFF_LIB) \
    6665        $(VBOX_LIB_RUNTIME_STATIC)
    6766 if1of ($(KBUILD_TARGET),os2 win)
     
    8887
    8988 vbox-img_SOURCES = \
    90         vbox-img.cpp
    91  vbox-img_DEFS = IN_VBOXDDU IN_VBOXDDU_STATIC IN_RT_R3
     89        vbox-img.cpp \
     90        $(VBOX_PATH_STORAGE_SRC)/VD.cpp \
     91        $(VBOX_PATH_STORAGE_SRC)/VDI.cpp \
     92        $(VBOX_PATH_STORAGE_SRC)/VMDK.cpp \
     93        $(VBOX_PATH_STORAGE_SRC)/VHD.cpp \
     94        $(VBOX_PATH_STORAGE_SRC)/DMG.cpp \
     95        $(VBOX_PATH_STORAGE_SRC)/Parallels.cpp \
     96        $(VBOX_PATH_STORAGE_SRC)/ISCSI.cpp \
     97        $(VBOX_PATH_STORAGE_SRC)/RAW.cpp \
     98        $(VBOX_PATH_STORAGE_SRC)/VCICache.cpp
     99 vbox-img_DEFS += IN_VBOXDDU IN_VBOXDDU_STATIC VBOX_HDD_NO_DYNAMIC_BACKENDS IN_RT_R3
    92100endif
    93101
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