]> gitweb.factorcode.org Git - factor.git/commitdiff
build-from-source: do not copy renamed libssl DLLs
authorBenjamin Pollack <benjamin@bitquabit.com>
Mon, 3 Apr 2023 17:15:01 +0000 (13:15 -0400)
committerBenjamin Pollack <benjamin@bitquabit.com>
Mon, 3 Apr 2023 17:15:01 +0000 (13:15 -0400)
We were copying the DLLs build by the OpenSSL build process to the old
names we depended on in the Factor source code.  But since we're no
longer doing that, these steps are no longer needed.

extra/build-from-source/windows/windows.factor

index 6756e4ae8b7f10dbae58a6d9ec6bc5a275a413a1..fdb5b5721bf0fecda9af3566718f635ef13df90d 100644 (file)
@@ -72,8 +72,6 @@ IN: build-from-source.windows
         qw{ perl Configure -DOPENSSL_PIC VC-WIN64A /FS } try-process ! "VC-WIN32"
         have-jom? qw{ jom -j 32 } { "nmake" } ? try-process
         { "apps/libssl-3-x64.dll" "apps/libcrypto-3-x64.dll" } copy-output-files
-        "apps/libssl-3-x64.dll" "libssl-38.dll" copy-output-file-as
-        "apps/libcrypto-3-x64.dll" "libcrypto-37.dll" copy-output-file-as
     ] with-updated-git-repo ;
 
 : build-cairo-dll ( -- )