[Ttssh2-commit] [7814] OpenSSLの生成をダイナミックリンクライブラリに変更した。

Back to archive index
scmno****@osdn***** scmno****@osdn*****
2019年 6月 27日 (木) 19:08:23 JST


Revision: 7814
          https://osdn.net/projects/ttssh2/scm/svn/commits/7814
Author:   yutakapon
Date:     2019-06-27 19:08:23 +0900 (Thu, 27 Jun 2019)
Log Message:
-----------
OpenSSLの生成をダイナミックリンクライブラリに変更した。
チケット #36876 

Ticket Links:
------------
    https://osdn.net/projects/ttssh2/tracker/detail/36876

Modified Paths:
--------------
    branches/openssl_1_1_1_v2/libs/buildopenssl11.bat

-------------- next part --------------
Modified: branches/openssl_1_1_1_v2/libs/buildopenssl11.bat
===================================================================
--- branches/openssl_1_1_1_v2/libs/buildopenssl11.bat	2019-06-26 13:39:46 UTC (rev 7813)
+++ branches/openssl_1_1_1_v2/libs/buildopenssl11.bat	2019-06-27 10:08:23 UTC (rev 7814)
@@ -5,7 +5,7 @@
 perl -e "open(IN,'Configurations/10-main.conf');while(<IN>){s|/WX|/W1|;print $_;}close(IN);" > conf.tmp
 move conf.tmp Configurations/10-main.conf
 
-perl Configure no-asm no-async no-shared no-capieng no-dso no-engine VC-WIN32 -D_WIN32_WINNT=0x0501 --debug
+perl Configure no-asm no-async shared no-capieng no-dso no-engine VC-WIN32 -D_WIN32_WINNT=0x0501 --debug
 perl -e "open(IN,'makefile');while(<IN>){s| /MDd| /MTd|;print $_;}close(IN);" > makefile.tmp
 if exist "makefile.dbg" del makefile.dbg
 ren makefile.tmp makefile.dbg
@@ -17,7 +17,7 @@
 :build_dbg_end
 
 if exist "out32\libcrypto.lib" goto build_end
-perl Configure no-asm no-async no-shared no-capieng no-dso no-engine VC-WIN32 -D_WIN32_WINNT=0x0501
+perl Configure no-asm no-async shared no-capieng no-dso no-engine VC-WIN32 -D_WIN32_WINNT=0x0501
 perl -e "open(IN,'makefile');while(<IN>){s| /MD| /MT|;print $_;}close(IN);" > makefile.tmp
 if exist "makefile" del makefile
 ren makefile.tmp makefile


Ttssh2-commit メーリングリストの案内
Back to archive index