Changeset 101636 in vbox
- Timestamp:
- Oct 27, 2023 4:03:58 PM (17 months ago)
- svn:sync-xref-src-repo-rev:
- 159725
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r101634 r101636 5136 5136 ifdef VBOX_WITH_LIBSSH 5137 5137 SDK_VBoxLibSsh := libssh for dynamic dll loading with assembly stubs. 5138 SDK_VBoxLibSsh_INCS ?= $(PATH_ROOT)/src/libs/libssh-0. 10.5/include5138 SDK_VBoxLibSsh_INCS ?= $(PATH_ROOT)/src/libs/libssh-0.9.6/include 5139 5139 # SDK_VBoxLibSsh_LIBS is not defined, as VBoxLibSsh dll is not linked, but loaded explicitly 5140 5140 # by auto-generated stub code (lazy loading) -
trunk/src/libs/Makefile.kmk
r101623 r101636 81 81 && !defined(VBOX_ONLY_BUILD) \ 82 82 && "$(intersects $(KBUILD_TARGET_ARCH),$(VBOX_SUPPORTED_HOST_ARCHS))" != "" 83 include $(PATH_SUB_CURRENT)/libssh-0. 10.5/Makefile.kmk83 include $(PATH_SUB_CURRENT)/libssh-0.9.6/Makefile.kmk 84 84 endif 85 85
Note:
See TracChangeset
for help on using the changeset viewer.