svnno****@sourc*****
svnno****@sourc*****
2017年 1月 15日 (日) 22:53:37 JST
Revision: 6576 http://sourceforge.jp/projects/ttssh2/scm/svn/commits/6576 Author: yutakapon Date: 2017-01-15 22:53:37 +0900 (Sun, 15 Jan 2017) Log Message: ----------- ・OpenSSL を静的ライブラリとしてビルドするため、no-shared を追加した。 ・CAPIエンジン(engines/e_capi.c)はCrypt32.lib(XP以降)を必要とするため、 no-capieng を指定して除外とした。 Modified Paths: -------------- branches/openssl_1_1_0/libs/buildopenssl11.bat -------------- next part -------------- Modified: branches/openssl_1_1_0/libs/buildopenssl11.bat =================================================================== --- branches/openssl_1_1_0/libs/buildopenssl11.bat 2017-01-15 06:58:32 UTC (rev 6575) +++ branches/openssl_1_1_0/libs/buildopenssl11.bat 2017-01-15 13:53:37 UTC (rev 6576) @@ -1,7 +1,12 @@ +rem +rem [no-capieng] +rem CAPI\x83G\x83\x93\x83W\x83\x93(engines/e_capi.c)\x82\xCDCrypt32.lib(XP\x88ȍ~)\x82𗘗p\x82\xB7\x82邽\x82߁A\x8F\x9C\x8AO\x82\xB7\x82\xE9\x81B +rem + cd openssl if exist "out32.dbg\libcrypto.lib" goto build_dbg_end -perl Configure no-asm no-async VC-WIN32 --debug +perl Configure no-asm no-async no-shared no-capieng VC-WIN32 --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 @@ -13,7 +18,7 @@ :build_dbg_end if exist "out32\libcrypto.lib" goto build_end -perl Configure no-asm no-async VC-WIN32 +perl Configure no-asm no-async no-shared no-capieng VC-WIN32 perl -e "open(IN,'makefile');while(<IN>){s| /MD| /MT|;print $_;}close(IN);" > makefile.tmp if exist "makefile" del makefile ren makefile.tmp makefile