Browse Subversion Repository
Log of /branches/ttcomtester/.gitignore
Revision 10521 - (view) (download) (annotate) - [select for diffs] Modified Fri Jan 20 16:03:38 2023 UTC (14 months, 2 weeks ago) by zmatsuo File length: 137 byte(s) Diff to previous 9407 add communication test tool Revision 9407 - (view) (download) (annotate) - [select for diffs] Modified Fri Sep 10 15:50:52 2021 UTC (2 years, 7 months ago) by zmatsuo Original Path: trunk/.gitignore File length: 137 byte(s) Diff to previous 9230 git使用時の除外ファイルを追加 Revision 9230 - (view) (download) (annotate) - [select for diffs] Modified Mon May 3 15:04:42 2021 UTC (2 years, 11 months ago) by zmatsuo Original Path: trunk/.gitignore File length: 123 byte(s) Diff to previous 8804 _WIN32_WINNTをコンパイルオプションで指定
- Tera Term は _WIN32_WINNT >= 0x0501 でビルドすることが前提となっている
- 0x0501=_WIN32_WINNT_WINXP
- Windows XP
- Windows Server 2003
- Visual Studio 2005 のプロジェクトファイルに /D_WIN32_WINNT=0x0501 追加済み(r9191)
- teraterm_conf.h を削除
- WIN32_WINNT をコンパイルオプションで指定するため r7554 で追加した
- コマンドラインで明示的に指定するようになったた不要となった
- SDK 7.0 では _WIN32_WINNT が自動で設定されない
- SDK 7.0 より新しいSDKでは、特に指定されていない場合、自動で設定される
- SDKのバージョンによって自動で設定される_WIN32_WINNT の値は異なっている
- SDK 7.1 の場合 0x0601
- SDK 10.0.18362.0 の場合 0x0A00
- sdkddkver.h 内で設定される
- MinGWの場合は _mingw.h
- Visual Studio 2005 では次のSDKでビルドできることを確認済み
- SDK 7.0
- SDK 7.1
- Tera Term は Visual Studio 2005 以上をサポート
- MSC_VER >= 1400
Revision 8804 - (view) (download) (annotate) - [select for diffs] Added Fri Jun 19 16:13:29 2020 UTC (3 years, 9 months ago) by zmatsuo Original Path: trunk/.gitignore File length: 94 byte(s) git(git-svn)使用時用 This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.
|