- Timestamp:
- Nov 2, 2023 1:08:31 PM (18 months ago)
- svn:sync-xref-src-repo-rev:
- 159812
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r101714 r101718 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. 9.6/include5138 SDK_VBoxLibSsh_INCS ?= $(PATH_ROOT)/src/libs/libssh-0.10.5/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
r101655 r101718 82 82 && !defined(VBOX_ONLY_BUILD) \ 83 83 && "$(intersects $(KBUILD_TARGET_ARCH),$(VBOX_SUPPORTED_HOST_ARCHS))" != "" 84 include $(PATH_SUB_CURRENT)/libssh-0. 9.6/Makefile.kmk84 include $(PATH_SUB_CURRENT)/libssh-0.10.5/Makefile.kmk 85 85 endif 86 86
Note:
See TracChangeset
for help on using the changeset viewer.