Revision: 7855 https://osdn.net/projects/ttssh2/scm/svn/commits/7855 Author: yutakapon Date: 2019-07-16 22:48:31 +0900 (Tue, 16 Jul 2019) Log Message: ----------- デバッグビルド時にのみ発生する「warning LNK4099」へのWAを追加した。 チケット #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-07-15 15:22:01 UTC (rev 7854) +++ branches/openssl_1_1_1_v2/libs/buildopenssl11.bat 2019-07-16 13:48:31 UTC (rev 7855) @@ -21,6 +21,10 @@ perl -e "open(IN,'Configurations/10-main.conf');binmode(STDOUT);while(<IN>){s|(dso_scheme(.+)"win32")|#$1|;print $_;}close(IN);" > conf.tmp move conf.tmp Configurations/10-main.conf +rem Debug build\x82\xCCwarning LNK4099\x91\xF4(Workaround) +perl -e "open(IN,'Configurations/10-main.conf');binmode(STDOUT);while(<IN>){s|/Zi|/Z7|;s|/WX||;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 -e "open(IN,'makefile');while(<IN>){s| /MDd| /MTd|;print $_;}close(IN);" > makefile.tmp if exist "makefile.dbg" del makefile.dbg