Revision: 8952 https://osdn.net/projects/ttssh2/scm/svn/commits/8952 Author: zmatsuo Date: 2020-10-03 00:47:06 +0900 (Sat, 03 Oct 2020) Log Message: ----------- マニフェストリソースのincludeファイルを変更 - SDKのバージョンによってはエラーが出ることがあったため - 7.1Aのときエラーが出た - cmakeのとき、buildinfo.txtに次の情報も出力するようにした - CMAKE_VS_WINDOWS_TARGET_PLATFORM_VERSION Modified Paths: -------------- trunk/buildinfo.txt.in trunk/teraterm/teraterm/teraterm_manifest.rc trunk/teraterm/ttpmacro/ttmacro_manifest.rc -------------- next part -------------- Modified: trunk/buildinfo.txt.in =================================================================== --- trunk/buildinfo.txt.in 2020-10-02 15:46:55 UTC (rev 8951) +++ trunk/buildinfo.txt.in 2020-10-02 15:47:06 UTC (rev 8952) @@ -15,6 +15,8 @@ @CMAKE_GENERATOR_TOOLSET@ CMAKE_VS_PLATFORM_TOOLSET @CMAKE_VS_PLATFORM_TOOLSET@ +CMAKE_VS_WINDOWS_TARGET_PLATFORM_VERSION + @CMAKE_VS_WINDOWS_TARGET_PLATFORM_VERSION@ CMAKE_BUILD_TYPE (single-configuration generator) @CMAKE_BUILD_TYPE@ CMAKE_COMMAND Modified: trunk/teraterm/teraterm/teraterm_manifest.rc =================================================================== --- trunk/teraterm/teraterm/teraterm_manifest.rc 2020-10-02 15:46:55 UTC (rev 8951) +++ trunk/teraterm/teraterm/teraterm_manifest.rc 2020-10-02 15:47:06 UTC (rev 8952) @@ -1,2 +1,2 @@ -#include "winuser.h" +#include "winuser.rh" 1 RT_MANIFEST teraterm.manifest Modified: trunk/teraterm/ttpmacro/ttmacro_manifest.rc =================================================================== --- trunk/teraterm/ttpmacro/ttmacro_manifest.rc 2020-10-02 15:46:55 UTC (rev 8951) +++ trunk/teraterm/ttpmacro/ttmacro_manifest.rc 2020-10-02 15:47:06 UTC (rev 8952) @@ -1,2 +1,2 @@ -#include "winuser.h" +#include "winuser.rh" 1 RT_MANIFEST ttmacro.manifest