Changeset 74316 in vbox
- Timestamp:
- Sep 17, 2018 3:58:19 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Storage/Makefile.kmk
r72341 r74316 36 36 37 37 StorageLib_SOURCES = \ 38 VD.cpp \39 VDPlugin.cpp \40 VDVfs.cpp \41 VDIfVfs.cpp \42 VDIfVfs2.cpp \43 VDI.cpp \44 VMDK.cpp \45 VHD.cpp \46 DMG.cpp \47 Parallels.cpp \48 ISCSI.cpp \49 RAW.cpp \50 QED.cpp \51 QCOW.cpp \52 VHDX.cpp \53 CUE.cpp \54 VISO.cpp \55 VCICache.cpp56 endif 38 VD.cpp \ 39 VDPlugin.cpp \ 40 VDVfs.cpp \ 41 VDIfVfs.cpp \ 42 VDIfVfs2.cpp \ 43 VDI.cpp \ 44 VMDK.cpp \ 45 VHD.cpp \ 46 DMG.cpp \ 47 Parallels.cpp \ 48 ISCSI.cpp \ 49 RAW.cpp \ 50 QED.cpp \ 51 QCOW.cpp \ 52 VHDX.cpp \ 53 CUE.cpp \ 54 VISO.cpp \ 55 VCICache.cpp 56 endif # !VBOX_ONLY_EXTPACKS 57 57 58 58 if defined(VBOX_WITH_EXTPACK_PUEL) && defined(VBOX_WITH_EXTPACK_PUEL_BUILD) … … 61 61 VDPluginCrypt_TEMPLATE = VBoxR3ExtPackPuelWithOpenSsl 62 62 VDPluginCrypt_LDFLAGS.linux = $(VBOX_GCC_NO_UNDEFINED) 63 63 VDPluginCrypt_DEFS = $(if $(VD_WITH_IPRT_CRYPTO),VD_WITH_IPRT_CRYPTO,) 64 64 VDPluginCrypt_SOURCES = \ 65 VDFilterCrypt.cpp \ 66 VDKeyStore.cpp 67 VDPluginCrypt_SOURCES.win = VDPluginCrypt.rc 65 VDFilterCrypt.cpp \ 66 VDKeyStore.cpp 67 VDPluginCrypt_SOURCES.win = \ 68 VDPluginCrypt.rc 68 69 endif 69 70 endif # VBOX_WITH_EXTPACK_PUEL
Note:
See TracChangeset
for help on using the changeset viewer.