Changeset 12116 in vbox
- Timestamp:
- Sep 5, 2008 7:32:52 AM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 36058
- Location:
- trunk/src/VBox/Devices
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Makefile.kmk
r12110 r12116 79 79 Storage/VDICore.cpp \ 80 80 Storage/VDIHDDCore.cpp \ 81 Storage/VHDHDDCore.cpp \ 81 82 Storage/VmdkHDDCore.cpp \ 82 83 Storage/RawHDDCore.cpp \ 83 84 VBoxDDUDeps.cpp 84 ifndef VBOX_OSE85 VBoxDDU_SOURCES += \86 Storage/VHDHDDCore.cpp87 endif88 85 ifdef VBOX_WITH_USB 89 86 VBoxDDU_INCS.os2 += \ -
trunk/src/VBox/Devices/Storage/VBoxHDD-new.cpp
r11781 r12116 123 123 extern VBOXHDDBACKEND g_VmdkBackend; 124 124 extern VBOXHDDBACKEND g_VDIBackend; 125 #ifndef VBOX_OSE126 125 extern VBOXHDDBACKEND g_VhdBackend; 127 #endif128 126 #ifdef VBOX_WITH_ISCSI 129 127 extern VBOXHDDBACKEND g_ISCSIBackend; … … 135 133 &g_VmdkBackend, 136 134 &g_VDIBackend, 137 #ifndef VBOX_OSE138 135 &g_VhdBackend, 139 #endif140 136 #ifdef VBOX_WITH_ISCSI 141 137 &g_ISCSIBackend,
Note:
See TracChangeset
for help on using the changeset viewer.