Changeset 51106 in vbox
- Timestamp:
- Apr 18, 2014 10:22:17 AM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 93388
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Storage/Makefile.kmk
r51104 r51106 51 51 VCICache.cpp 52 52 53 ifndef VBOX_OSE54 ifneq ($(KBUILD_TARGET),win)55 DLLS += VDPluginCrypt56 VDPluginCrypt_TEMPLATE = VBOXR357 VDPluginCrypt_LIBS = $(LIB_RUNTIME)58 VDPluginCrypt_SDKS = VBOX_OPENSSL259 60 VDPluginCrypt_SOURCES = \61 VDFilterCrypt.cpp62 endif63 endif53 #ifndef VBOX_OSE 54 # ifneq ($(KBUILD_TARGET),win) 55 # DLLS += VDPluginCrypt 56 # VDPluginCrypt_TEMPLATE = VBOXR3 57 # VDPluginCrypt_LIBS = $(LIB_RUNTIME) 58 # VDPluginCrypt_SDKS = VBOX_OPENSSL2 59 # 60 # VDPluginCrypt_SOURCES = \ 61 # VDFilterCrypt.cpp 62 # endif 63 #endif 64 64 65 65 #StorageLibNoDB_TEMPLATE = VBOXR3
Note:
See TracChangeset
for help on using the changeset viewer.