VirtualBox

Ignore:
Timestamp:
Mar 20, 2007 3:06:26 AM (18 years ago)
Author:
vboxsync
Message:

Split out the bulk of the VDI code from VBoxDD and put it in VBoxDDU (devices and drivers utilities).

File:
1 edited

Legend:

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

    r960 r1565  
    2222include $(PATH_KBUILD)/header.kmk
    2323
    24 PROGRAMS = vditool
     24PROGRAMS        += vditool
     25vditool_TEMPLATE = VBOXR3EXE
     26vditool_SOURCES  = vditool.cpp
     27ifeq ($(BUILD_TARGET),win)
     28 vditool_LIBS    = $(PATH_LIB)/VBoxDDU$(VBOX_SUFF_LIB)
     29else
     30 vditool_LIBS    = $(PATH_BIN)/VBoxDDU$(VBOX_SUFF_DLL)
     31endif
     32vditool_LIBS    += $(LIB_RUNTIME)
     33
     34
    2535ifdef VBOX_WITH_TESTCASES
    26 PROGRAMS += tstVDI
     36 PROGRAMS       += tstVDI
     37 tstVDI_TEMPLATE = VBOXR3TSTEXE
     38 tstVDI_SOURCES  = tstVDI.cpp
     39 tstVDI_LIBS     = $(vditool_LIBS)
    2740endif
    2841
    29 TEMPLATE        = VBOXR3EXE
    30 ifeq ($(filter-out win,$(BUILD_TARGET)),)
    31  LIBS           = $(PATH_LIB)/VBoxDD.lib
    32 else
    33  LIBS           = \
    34         $(PATH_BIN)/VBoxDD$(VBOX_SUFF_DLL) \
    35         $(PATH_BIN)/VBoxDD2$(VBOX_SUFF_DLL) \
    36         $(LIB_VMM) \
    37         $(LIB_REM)
    38 endif
    39 LIBS           += $(LIB_RUNTIME)
    40 
    41 vditool_SOURCES = vditool.cpp
    42 
    43 tstVDI_SOURCES  = tstVDI.cpp
    44 tstVDI_INST = $(INST_TESTCASE)
    4542
    4643include $(PATH_KBUILD)/footer.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