VirtualBox

Ignore:
Timestamp:
Apr 18, 2014 10:16:38 AM (11 years ago)
Author:
vboxsync
Message:

Storage: Build the crypt filter plugin on non Windows platforms for now (Windows is missing the RTMemLocked* API)

File:
1 edited

Legend:

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

    r47345 r51104  
    5151        VCICache.cpp
    5252
     53ifndef 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
     63endif
     64
    5365#StorageLibNoDB_TEMPLATE = VBOXR3
    5466#StorageLibNoDB_DEFS     = IN_VBOXDDU VBOX_HDD_NO_DYNAMIC_BACKENDS
Note: See TracChangeset for help on using the changeset viewer.

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