Revision: 7921 https://osdn.net/projects/ttssh2/scm/svn/commits/7921 Author: yutakapon Date: 2019-08-08 20:37:22 +0900 (Thu, 08 Aug 2019) Log Message: ----------- cmakeにアーキテクチャを明示した。 Modified Paths: -------------- branches/libressl/libs/buildlibressl.bat -------------- next part -------------- Modified: branches/libressl/libs/buildlibressl.bat =================================================================== --- branches/libressl/libs/buildlibressl.bat 2019-08-07 15:22:49 UTC (rev 7920) +++ branches/libressl/libs/buildlibressl.bat 2019-08-08 11:37:22 UTC (rev 7921) @@ -70,9 +70,9 @@ :vsend -cmake -G "%CMAKE_GENERATOR%" +cmake -G "%CMAKE_GENERATOR%" -A Win32 perl -pi.bak -e "s/MD/MT/g" CMakeCache.txt -cmake -G "%CMAKE_GENERATOR%" +cmake -G "%CMAKE_GENERATOR%" -A Win32 :build_debug IF EXIST crypto\Debug\crypto.lib GOTO build_release