Changeset 59820 in vbox for trunk/src/VBox/Storage/testcase
- Timestamp:
- Feb 25, 2016 6:26:53 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 105713
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Storage/testcase/Makefile.kmk
r57534 r59820 158 158 endif 159 159 160 if defined(VBOX_WITH_TESTCASES) || !defined(VBOX_OSE) 161 PROGRAMS += vdkeystoremgr 162 163 # 164 # vbox-img - static because it migth be used as at standalone tool. 165 # 166 vdkeystoremgr_TEMPLATE = VBoxR3Static 167 vdkeystoremgr_DEFS += IN_VBOXDDU IN_VBOXDDU_STATIC VBOX_HDD_NO_DYNAMIC_BACKENDS 168 vdkeystoremgr_SOURCES = \ 169 vdkeystoremgr.cpp \ 170 ../VDKeyStore.cpp 171 vdkeystoremgr_SOURCES.win = \ 172 vdkeystoremgr_SOURCES.rc 173 vdkeystoremgr_LIBS = \ 174 $(VBOX_LIB_RUNTIME_STATIC) \ 175 $(PATH_STAGE_LIB)/SUPR3$(VBOX_SUFF_LIB) 176 if1of ($(KBUILD_TARGET),os2 win) 177 vdkeystoremgr_LIBS += \ 178 $(PATH_STAGE_LIB)/VBox-liblzf-static$(VBOX_SUFF_LIB) \ 179 $(PATH_STAGE_LIB)/VBox-zlib-static$(VBOX_SUFF_LIB) 180 else 181 vdkeystoremgr_LIBS += \ 182 $(PATH_STAGE_LIB)/VBox-liblzf$(VBOX_SUFF_LIB) \ 183 $(SDK_VBOX_ZLIB_LIBS) 184 endif 185 ifeq ($(KBUILD_TARGET),linux) 186 vdkeystoremgr_LIBS += crypt 187 ifdef SDK_VBOX_LIBXML2_LIBS 188 vdkeystoremgr_LIBS += xml2 189 endif 190 else if1of ($(KBUILD_TARGET),darwin freebsd) 191 vdkeystoremgr_LIBS += iconv 192 else ifeq ($(KBUILD_TARGET),win) 193 vdkeystoremgr_SDKS.win = VBOX_NTDLL 194 else ifeq ($(KBUILD_TARGET),solaris) 195 vdkeystoremgr_LIBS += kstat 196 endif 197 endif 198 160 199 include $(FILE_KBUILD_SUB_FOOTER) 161 200
Note:
See TracChangeset
for help on using the changeset viewer.