VirtualBox

Changeset 12116 in vbox


Ignore:
Timestamp:
Sep 5, 2008 7:32:52 AM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
36058
Message:

export VHD format to OSE

Location:
trunk/src/VBox/Devices
Files:
1 added
2 edited

Legend:

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

    r12110 r12116  
    7979        Storage/VDICore.cpp \
    8080        Storage/VDIHDDCore.cpp \
     81        Storage/VHDHDDCore.cpp \
    8182        Storage/VmdkHDDCore.cpp \
    8283        Storage/RawHDDCore.cpp \
    8384        VBoxDDUDeps.cpp
    84 ifndef VBOX_OSE
    85 VBoxDDU_SOURCES         += \
    86         Storage/VHDHDDCore.cpp
    87 endif
    8885ifdef VBOX_WITH_USB
    8986 VBoxDDU_INCS.os2       += \
  • trunk/src/VBox/Devices/Storage/VBoxHDD-new.cpp

    r11781 r12116  
    123123extern VBOXHDDBACKEND g_VmdkBackend;
    124124extern VBOXHDDBACKEND g_VDIBackend;
    125 #ifndef VBOX_OSE
    126125extern VBOXHDDBACKEND g_VhdBackend;
    127 #endif
    128126#ifdef VBOX_WITH_ISCSI
    129127extern VBOXHDDBACKEND g_ISCSIBackend;
     
    135133    &g_VmdkBackend,
    136134    &g_VDIBackend,
    137 #ifndef VBOX_OSE
    138135    &g_VhdBackend,
    139 #endif
    140136#ifdef VBOX_WITH_ISCSI
    141137    &g_ISCSIBackend,
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette