• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Tera Termの個人的な作業用リポジトリ


Commit MetaInfo

Revisãoe6d8fdc22c895437306a6faf1e3b2c7dbd511785 (tree)
Hora2020-10-03 00:47:06
Autorzmatsuo <zmatsuo@user...>
Commiterzmatsuo

Mensagem de Log

マニフェストリソースのincludeファイルを変更

- SDKのバージョンによってはエラーが出ることがあったため

- 7.1Aのときエラーが出た

- cmakeのとき、buildinfo.txtに次の情報も出力するようにした

- CMAKE_VS_WINDOWS_TARGET_PLATFORM_VERSION

git-svn-id: svn+ssh://svn.osdn.net/svnroot/ttssh2/trunk@8952 f5f01b69-1e22-0410-acbf-894ab4bd6246

Mudança Sumário

Diff

--- a/buildinfo.txt.in
+++ b/buildinfo.txt.in
@@ -15,6 +15,8 @@ CMAKE_GENERATOR_TOOLSET (VS 2010 and above)
1515 @CMAKE_GENERATOR_TOOLSET@
1616 CMAKE_VS_PLATFORM_TOOLSET
1717 @CMAKE_VS_PLATFORM_TOOLSET@
18+CMAKE_VS_WINDOWS_TARGET_PLATFORM_VERSION
19+ @CMAKE_VS_WINDOWS_TARGET_PLATFORM_VERSION@
1820 CMAKE_BUILD_TYPE (single-configuration generator)
1921 @CMAKE_BUILD_TYPE@
2022 CMAKE_COMMAND
--- a/teraterm/teraterm/teraterm_manifest.rc
+++ b/teraterm/teraterm/teraterm_manifest.rc
@@ -1,2 +1,2 @@
1-#include "winuser.h"
1+#include "winuser.rh"
22 1 RT_MANIFEST teraterm.manifest
--- a/teraterm/ttpmacro/ttmacro_manifest.rc
+++ b/teraterm/ttpmacro/ttmacro_manifest.rc
@@ -1,2 +1,2 @@
1-#include "winuser.h"
1+#include "winuser.rh"
22 1 RT_MANIFEST ttmacro.manifest