Changeset 106683 in vbox for trunk/src/VBox/Storage
- Timestamp:
- Oct 25, 2024 10:28:28 AM (4 months ago)
- svn:sync-xref-src-repo-rev:
- 165553
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Storage/testcase/Makefile.kmk
r106061 r106683 163 163 if1of ($(KBUILD_TARGET), os2 win) 164 164 vbox-img_LIBS += \ 165 $(SDK_VBoxLzf _STATIC_LIBS) \165 $(SDK_VBoxLzfStatic_LIBS) \ 166 166 $(SDK_VBoxZlibStatic_LIBS) 167 167 else … … 213 213 if1of ($(KBUILD_TARGET), os2 win) 214 214 vdkeystoremgr_LIBS += \ 215 $(SDK_VBoxLzf _STATIC_LIBS) \215 $(SDK_VBoxLzfStatic_LIBS) \ 216 216 $(SDK_VBoxZlibStatic_LIBS) 217 217 else
Note:
See TracChangeset
for help on using the changeset viewer.