Develop and Download Open Source Software

Browse Subversion Repository

/[ttssh2]/trunk/ttpmenu/CMakeLists.txt

Log of /trunk/ttpmenu/CMakeLists.txt

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (download) (annotate)
Sticky Revision:

Revision 10778 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jun 23 16:07:53 2023 UTC (9 months, 2 weeks ago) by zmatsuo
File length: 1590 byte(s)
Diff to previous 10710
cmake 3.11 でビルドできるように修正

- VS2005でビルドするため
- 3.11 では target_link_options() が使用できない

Revision 10710 - (view) (download) (annotate) - [select for diffs]
Modified Tue May 16 13:16:48 2023 UTC (10 months, 3 weeks ago) by zmatsuo
File length: 1441 byte(s)
Diff to previous 10707
MinGWでリンクできるよう修正

Revision 10707 - (view) (download) (annotate) - [select for diffs]
Modified Sun May 14 15:37:41 2023 UTC (10 months, 4 weeks ago) by zmatsuo
File length: 1416 byte(s)
Diff to previous 10706
ttpmenu でcomCtl32.dll バージョン 6 を使用するようにした

- ダイアログのボタンなど表示されるGUIパーツが新しいものになる
- マニフェストを追加
- マニフェスト自動生成をdisable

Revision 10706 - (view) (download) (annotate) - [select for diffs]
Modified Sun May 14 15:37:30 2023 UTC (10 months, 4 weeks ago) by zmatsuo
File length: 1345 byte(s)
Diff to previous 10541
ttpmenu のダイアログ,メニューをUnicode APIを使用するよう修正

- 簡単に切り替えることができる部分はUnicode版を使用すようにした
- TERATERM.INI への参照をUnicodeに変更
- lng ファイルへの参照を一部Unicode化

Revision 10541 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jan 28 15:26:13 2023 UTC (14 months, 1 week ago) by zmatsuo
File length: 1256 byte(s)
Diff to previous 9325
cmakeビルド用 svnversion.h 移動修正

- svnversion.h 等を生成するスクリプト svnrev.cmake 追加
- svnversion.h は ビルドフォルダの teraterm/common/ に移動
  - 修正前はビルドフォルダの teraterm/ttpdlg だった
- cmake時 teraterm/common/ の include 指定を修正
  - common/CMakeLists.txt の target_include_directories(PUBLIC) を利用
  - 各々の CMakeLists.txt の common への include を削除した

Revision 9325 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jun 29 15:20:36 2021 UTC (2 years, 9 months ago) by zmatsuo
File length: 1278 byte(s)
Diff to previous 9309
layer for unicode をライブラリに分離

- Windows 9xをサポートするためのパートをライブラリとして切り出し
  - MSUL(unicows.lib)と同様に、ライブラリをリンクするだけで 9x をサポート
  - Tera Term のソース(layer for unicode 以外の部分)では 9x を気にする必要がなくなった
- vs2005 のプロジェクトを調整
- CMakeLists.txt 調整
  - VS2005 を使用しないと 95での起動はできない
  - しかしVS2005をサポートしている cmake のバージョンが古い

Revision 9309 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jun 12 15:29:57 2021 UTC (2 years, 9 months ago) by zmatsuo
File length: 1188 byte(s)
Diff to previous 9129
layer_for_unicodeを使用するよう修正

Revision 9129 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jan 16 05:21:37 2021 UTC (3 years, 2 months ago) by zmatsuo
File length: 1172 byte(s)
Diff to previous 8784
VS2005 による Windows 95 のサポート方法を変更

- 各々のソースファイル内の Windows 95 サポート用コードを不要にする
  - ファイルのinclude + 関数呼出をやめる
    - #include "compat_w95.h" を削除
    - DoCover_IsDebuggerPresent() 呼び出しを削除
  - 代わりにファイル(common/compat_w95_vs2005.c)をリンク
- VSプロジェクトファイル
  - プロジェクトから compat_w95.h を削除
  - VS2005プロジェクトに compat_w95_vs2005.c を追加
    - VS2005以外では Windows 95 で動作するバイナリが生成できないので追加は不要
- cmake
  - SUPPORT_OLD_WINDOWS=ON 時、compat_w95_vs2005.c をリンクするよう修正
  - なるべく target_* を使用するよう修正

Revision 8784 - (view) (download) (annotate) - [select for diffs]
Modified Mon May 18 16:10:50 2020 UTC (3 years, 10 months ago) by zmatsuo
File length: 836 byte(s)
Diff to previous 8445
common_staticをリンクするようにした

- 次のファイルをプロジェクトから削除
  - codeconv.cpp
  - compat_win.cpp
  - dllutil.cpp

Revision 8445 - (view) (download) (annotate) - [select for diffs]
Modified Tue Dec 17 12:15:31 2019 UTC (4 years, 3 months ago) by doda
File length: 914 byte(s)
Diff to previous 7990
Merge branch 'unicode_buf'

Revision 7990 - (view) (download) (annotate) - [select for diffs]
Modified Mon Aug 19 15:27:06 2019 UTC (4 years, 7 months ago) by zmatsuo
File length: 776 byte(s)
Diff to previous 7509
cmakeでスナップショットが作成できるようにした

- VS2005Express,mingwでもスナップショットが作成できるようになった

Revision 7509 - (view) (download) (annotate) - [select for diffs]
Modified Mon Mar 25 13:47:32 2019 UTC (5 years ago) by zmatsuo
File length: 727 byte(s)
Diff to previous 7456
クリップボード内容表示ダイアログをHiDPI化
dlglib.c,h ANSI/UNICODE対応,IsExistFont(),SetDialogFont()(ダイアログフォントの初期化) 追加
dlglib_cpp.cpp 追加、ダイアログAPIラッパ
dlg_tmpl.cpp 追加、ダイアログテンプレート操作
i18n.c,h ANSI/UNICODE対応,SetI18DlgStrs(),SetI18MenuStrs()追加
ttlib.c,h ANSI/UNICODE対応

Revision 7456 - (view) (download) (annotate) - [select for diffs]
Added Sat Mar 2 16:18:47 2019 UTC (5 years, 1 month ago) by zmatsuo
File length: 641 byte(s)
cmakeを使用したビルドを追加(experimental)

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.

  Diffs between and
  Type of Diff should be a

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26