Changeset 51759 in vbox
- Timestamp:
- Jun 30, 2014 8:29:37 AM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 94572
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Storage/Makefile.kmk
r51758 r51759 37 37 StorageLib_DEFS = IN_VBOXDDU 38 38 StorageLib_SOURCES = \ 39 40 41 42 43 44 45 46 47 48 49 50 51 52 39 VD.cpp \ 40 VDVfs.cpp \ 41 VDIfVfs.cpp \ 42 VDI.cpp \ 43 VMDK.cpp \ 44 VHD.cpp \ 45 DMG.cpp \ 46 Parallels.cpp \ 47 ISCSI.cpp \ 48 RAW.cpp \ 49 QED.cpp \ 50 QCOW.cpp \ 51 VHDX.cpp \ 52 VCICache.cpp 53 53 endif 54 54
Note:
See TracChangeset
for help on using the changeset viewer.