Changeset 98240 in vbox for trunk/src/VBox/Storage/testcase
- Timestamp:
- Jan 23, 2023 12:25:10 PM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 155434
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Storage/testcase/Makefile.kmk
r98169 r98240 163 163 if1of ($(KBUILD_TARGET),os2 win) 164 164 vbox-img_LIBS += \ 165 $(SDK_VB OX_LZF_STATIC_LIBS) \165 $(SDK_VBoxLzf_STATIC_LIBS) \ 166 166 $(SDK_VBOX_ZLIB_STATIC_LIBS) 167 167 else 168 168 vbox-img_LIBS += \ 169 $(SDK_VB OX_LZF_LIBS) \169 $(SDK_VBoxLzf_LIBS) \ 170 170 $(SDK_VBOX_ZLIB_LIBS) 171 171 endif … … 213 213 if1of ($(KBUILD_TARGET),os2 win) 214 214 vdkeystoremgr_LIBS += \ 215 $(SDK_VB OX_LZF_STATIC_LIBS) \215 $(SDK_VBoxLzf_STATIC_LIBS) \ 216 216 $(SDK_VBOX_ZLIB_STATIC_LIBS) 217 217 else 218 218 vdkeystoremgr_LIBS += \ 219 $(SDK_VB OX_LZF_LIBS) \219 $(SDK_VBoxLzf_LIBS) \ 220 220 $(SDK_VBOX_ZLIB_LIBS) 221 221 endif
Note:
See TracChangeset
for help on using the changeset viewer.