@@ -74,8 +74,14 @@ # The default install target only installs binaries and scripts so add # an additional target for our documentation. Note this *adds* a target # since no commands are listed after it. The original targets for # install (from targets.vc) will remain. install: default-pkgindex-tea default-install default-install-docs-html + if exist "$(SSL_INSTALL_FOLDER)\bin\libcrypto-*-x64.dll" ( + xcopy /c /y "$(SSL_INSTALL_FOLDER)\bin\libcrypto-*-x64.dll" "$(PRJ_INSTALL_DIR)" + ) + if exist "$(SSL_INSTALL_FOLDER)\bin\libssl-*-x64.dll" ( + xcopy /c /y "$(SSL_INSTALL_FOLDER)\bin\libssl-*-x64.dll" "$(PRJ_INSTALL_DIR)" + ) # Test package test: default-test