- Timestamp:
- Jan 23, 2023 5:27:05 PM (21 months ago)
- Location:
- trunk
- Files:
-
- 3 edited
-
Config.kmk (modified) (1 diff)
-
src/VBox/Devices/Makefile.kmk (modified) (1 diff)
-
src/VBox/Main/Makefile.kmk (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r98249 r98250 5021 5021 5022 5022 ifdef VBOX_WITH_LIBSSH 5023 SDK_VB OX_SSH:= libssh for dynamic dll loading with assembly stubs.5024 SDK_VB OX_SSH_INCS?= $(PATH_ROOT)/src/libs/libssh-0.9.6/include5025 # SDK_VB OX_SSH_LIBS is not defined, as VBoxLibSsh dll is not linked, but loaded explicitly5023 SDK_VBoxLibSsh := libssh for dynamic dll loading with assembly stubs. 5024 SDK_VBoxLibSsh_INCS ?= $(PATH_ROOT)/src/libs/libssh-0.9.6/include 5025 # SDK_VBoxLibSsh_LIBS is not defined, as VBoxLibSsh dll is not linked, but loaded explicitly 5026 5026 # by auto-generated stub code (lazy loading) 5027 5027 endif -
trunk/src/VBox/Devices/Makefile.kmk
r98241 r98250 577 577 578 578 if defined(VBOX_WITH_CLOUD_NET) && defined(VBOX_WITH_LIBSSH) 579 VBoxDD_SDKS += VB OX_SSHVBOX_ZLIB VBoxOpenSsl579 VBoxDD_SDKS += VBoxLibSsh VBOX_ZLIB VBoxOpenSsl 580 580 VBoxDD_DEFS += VBOX_WITH_CLOUD_NET 581 581 VBoxDD_SOURCES += \ -
trunk/src/VBox/Main/Makefile.kmk
r98248 r98250 1164 1164 if defined(VBOX_WITH_CLOUD_NET) 1165 1165 if defined(VBOX_WITH_LIBSSH) 1166 VBoxC_SDKS += VB OX_SSHVBoxOpenSsl1166 VBoxC_SDKS += VBoxLibSsh VBoxOpenSsl 1167 1167 VBoxC_DEFS += VBOX_WITH_LIBSSH 1168 1168 endif
Note:
See TracChangeset
for help on using the changeset viewer.

