VirtualBox

Changeset 6204

Show
Ignore:
Timestamp:
12/28/07 16:11:55 (1 year ago)
Author:
vboxsync
Message:

for now, the VHD backend is not OSE (yet)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/VBox/Devices/Makefile.kmk

    r6173 r6204  
    7070        Storage/VDICore.cpp \ 
    7171        Storage/VmdkHDDCore.cpp \ 
    72         Storage/VHDHDDCore.cpp \ 
    7372        VBoxDDUDeps.cpp 
     73ifndef VBOX_OSE 
     74VBoxDDU_SOURCES         += \ 
     75        Storage/VHDHDDCore.cpp 
     76endif 
    7477ifdef VBOX_WITH_USB 
    7578 VBoxDDU_SOURCES.win     = \ 
  • trunk/src/VBox/Devices/Storage/VBoxHDD-new.cpp

    r6203 r6204  
    118118 
    119119extern VBOXHDDBACKEND g_VmdkBackend; 
     120#ifndef VBOX_OSE 
    120121extern VBOXHDDBACKEND g_VhdBackend; 
     122#endif 
    121123 
    122124static const VBOXHDDBACKENDENTRY aBackends[] = 
    123125{ 
    124126    { "VMDK", &g_VmdkBackend }, 
     127#ifndef VBOX_OSE 
    125128    { "VHD",  &g_VhdBackend}, 
     129#endif 
    126130    { NULL, NULL } 
    127131}; 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy