Changeset 106688 in vbox for trunk/src/VBox/Runtime
- Timestamp:
- Oct 25, 2024 11:09:46 AM (6 months ago)
- svn:sync-xref-src-repo-rev:
- 165558
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/Makefile.kmk
r106683 r106688 2993 2993 endif 2994 2994 VBoxRT_LIBS += \ 2995 $(SDK_VBoxZlib_L IBS)2995 $(SDK_VBoxZlib_LATE_LIBS) 2996 2996 ifndef SDK_VBoxOpenSslStatic_LIBS 2997 2997 VBoxRT_LIBS += \ … … 3155 3155 endif 3156 3156 VBoxRT-x86_LIBS += \ 3157 $(SDK_VBoxZlib _LIBS-x86)3157 $(SDK_VBoxZlib-x86_LIBS) 3158 3158 ifndef SDK_VBoxOpenSslStatic_LIBS 3159 3159 VBoxRT-x86_LIBS += \
Note:
See TracChangeset
for help on using the changeset viewer.