Develop and Download Open Source Software

Browse Subversion Repository

/[ttssh2]/trunk/installer/build.bat

Log of /trunk/installer/build.bat

Parent Directory Parent Directory | Revision Log Revision Log


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

Revision 10548 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Jan 29 16:36:05 2023 UTC (14 months, 1 week ago) by nmaya
File length: 7376 byte(s)
Diff to previous 10437
32bit Cygwin 用の CygTerm+ を削除

Cygwin 3.4 で 32bit Windows のサポートが削除されたため
  64bit Cygwin で 32bit Cygwin バイナリを出力するクロスコンパイラ(cygwin32-gcc-g++)が削除された

ticket: #46267

Revision 10437 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Dec 26 15:45:29 2022 UTC (15 months, 2 weeks ago) by zmatsuo
File length: 7513 byte(s)
Diff to previous 10417
ビルドスクリプトで使用する cygwin,perl を調整

- installer/release.bat
  - buildtools/cygwin64 がある場合使用するようにした
- installer/build.bat
  - i686-pc-cygwin-g++.exe が実行できるとき32bit版cygtermをビルドするようにした
- cmakeビルド時,buildtools/cygwin64 内の perl も利用候補にした
- getperl.bat 使用時 perlのダウンロード,展開に cmake も使用できるようにした
  - cmake のほうが powershell より高速に処理できる

Revision 10417 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Dec 20 12:22:58 2022 UTC (15 months, 3 weeks ago) by zmatsuo
File length: 7519 byte(s)
Diff to previous 10408
Visual Studio 2022 でビルドできるよう修正

- r10414, r10415 の修正
- installer/release.bat, release.md
  - Visual Studio 2022をデフォルトで使用するようにした
- installer/build.bat
  - Visual Studio 2022向け修正追加
  - 2019,2022 の両方使える環境では実行前に環境変数を調整しておくこと
- r10414での抜け
  - TTXSamples/TTXttyrec/TTXttyplay.v17.vcxproj
  - TTXSamples/TTXttyrec/TTXttyplay.v17.vcxproj.filters
  - cygwin/cyglaunch/cyglaunch.v17.vcxproj
  - cygwin/cyglib/cyglib.v17.vcxproj
  - cygwin/cygtool/cygtool.v17.vcxproj
  - cygwin/cygwin.v17.sln

Revision 10408 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Dec 11 15:54:41 2022 UTC (16 months ago) by zmatsuo
File length: 6961 byte(s)
Diff to previous 10251
インストーラから32bit版cygtermを外した

- cygwin 3.4.0-1 (2022-12-04リリース) から32bit Windows サポートがなくなった
  - 32bit cygwin用実行ファイルを作るためのパッケージがなくなった
    - cygwin32-gcc-g++, cygwin32-gcc-core
    - ci_scripts/build_appveyor.bat でインストールするのをやめた
- 32bit cygwin用実行ファイルを作成するgcc,g++がない場合でもビルドできるようにした
- installer\release.bat 終了時に bat だけが終了するようにした

Revision 10251 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Sep 7 15:21:12 2022 UTC (19 months ago) by zmatsuo
File length: 6871 byte(s)
Diff to previous 9795
build.batからmsys2termがビルドできるようにした

- msys2 がインストールされていないときは従来と同じ

Revision 9795 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Mar 8 15:07:04 2022 UTC (2 years, 1 month ago) by zmatsuo
File length: 6602 byte(s)
Diff to previous 9766
ビルド用batで32/64bit版cygtermをビルドできるよう変更

- アーカイブbat、インストーラーも修正
- cygwin/cygterm/Makefile
  - clean ターゲットを追加

Revision 9766 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Feb 20 16:26:53 2022 UTC (2 years, 1 month ago) by nmaya
File length: 6474 byte(s)
Diff to previous 9764
svnrev の呼び出しを回避する処理・必ず更新されるようになる処理を削除

svnrev は必ず呼び出だされ、必要なときだけ更新される

Revision 9764 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Feb 20 16:16:28 2022 UTC (2 years, 1 month ago) by zmatsuo
File length: 6667 byte(s)
Diff to previous 9762
svnrev_perl/ を buildtools/svnrev/ へ移動

ttssh2-dev 257

Revision 9762 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Feb 20 15:09:24 2022 UTC (2 years, 1 month ago) by zmatsuo
File length: 6648 byte(s)
Diff to previous 9516
svnrev.bat をコールする条件を誤っていたので修正

- build.bat rebuild 時に svnrev をコールするようにした
  - 従来は rebuild ではないとき svnrev をコールしていた

ttssh2-dev 257

Revision 9516 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Nov 10 13:01:23 2021 UTC (2 years, 5 months ago) by zmatsuo
File length: 6644 byte(s)
Diff to previous 9237
cygwin/ を作成、cygterm/, cygtool/ を移動, cyglaunch/ 追加

- cygwin/ でビルドできるよう sln, vcproj を追加
  - installer/build.bat 修正
- cyglaunch/ 追加
  - cygterm から cyglaunch を移動
  - cyglaunch は cygwinを利用しないバイナリで、cygwin(mingw)でビルドしなくてもよい
  - 起動時にコンソールを出さないよう subsystem:windows でリンク
- パス変更対応
  - installer/ の bat,iss など
  - teratermpro.rc アイコンパス

Revision 9237 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun May 9 06:06:32 2021 UTC (2 years, 11 months ago) by nmaya
File length: 6326 byte(s)
Diff to previous 8891
ビルド用バッチファイルを調整

VS2005にSP1が適用されているか・Platform SDKが導入されているかチェック

MF4-stable
  r9218, r9219, r9228, r9235

Revision 8891 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Aug 18 15:09:55 2020 UTC (3 years, 7 months ago) by zmatsuo
File length: 5914 byte(s)
Diff to previous 8681
Visual Studio 2005のプロジェクトファイル名に v8 を付加

- 他のバージョンのプロジェクトファイルと統一した
- Ticket #40628

Revision 8681 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Apr 11 15:52:17 2020 UTC (4 years ago) by zmatsuo
File length: 5896 byte(s)
Diff to previous 8445
svnrev_perl/ 追加

- teraterm/svnrev の置き換え
  - teraterm/svnrev/ 削除
- 生成ファイル
  - teraterm/ttpdlg/svnversion.h
  - svnrev_perl/sourcetree_info.bat
- 書き込まれる情報
  - リビジョン番号(従来と同じ)
  - リリース版か否か (svnのブランチ名から判定)
  - ブランチ名
- サポートするプロジェクト
  - vs2005
  - vs2019
  - cmake
- perl
  - perl のダウンロード (libs/getperl.bat) を追加
  - libs/ をビルドしているとき strawberry perl が見つからなかった場合は自動でダウンロードする

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

Revision 7547 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Apr 4 12:29:00 2019 UTC (5 years ago) by yutakapon
File length: 5508 byte(s)
Diff to previous 6637
Visual Studio 2019のサポートを追加した(*.v16.slnと*.v16.vcxprojは未)。
バージョン情報にはVC++16.0と表記される。
v142_xpの存在を確認できなかったため、未記載とした。


Revision 6637 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Mar 16 15:12:31 2017 UTC (7 years ago) by yutakapon
File length: 4984 byte(s)
Diff to previous 6500
VS2017(VC++15) 対応


Revision 6500 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Sep 28 12:00:33 2016 UTC (7 years, 6 months ago) by doda
File length: 4460 byte(s)
Diff to previous 6499
カレントディレクトリが installer では無い時に正しく動かないのを修正

Revision 6499 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Sep 28 12:00:30 2016 UTC (7 years, 6 months ago) by doda
File length: 4437 byte(s)
Diff to previous 6498
VS のバージョン判定を VSxxCOMNTOOLS との比較をする方式に変更

[Ttssh2-devel 3080]

Revision 6498 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Sep 28 12:00:27 2016 UTC (7 years, 6 months ago) by doda
File length: 4899 byte(s)
Diff to previous 6315
VSINSTALLDIR が設定されていない場合は Visual Studio を探して見つかった
環境設定用バッチファイルを呼び出すようにした。
[Ttssh2-devel 3079]

Revision 6315 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Feb 22 18:15:40 2016 UTC (8 years, 1 month ago) by doda
File length: 3781 byte(s)
Diff to previous 6314
VSINSTALLDIRの最後が \ の場合に対応


Revision 6314 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Feb 22 14:53:06 2016 UTC (8 years, 1 month ago) by yutakapon
File length: 3794 byte(s)
Diff to previous 6313
Visual Studio 2015のコマンドプロンプトだと、ビルドエラーになるため、変数の初期値をセットする。


Revision 6313 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Feb 22 13:15:11 2016 UTC (8 years, 1 month ago) by doda
File length: 3779 byte(s)
Diff to previous 6124
PATHでWindows付属のfind.exeより先にcygwinのfind.exeが見つかる環境でビルド出来るように、cmd.exe内蔵コマンドのみでバージョン判定するようにしてみた。


Revision 6124 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Nov 13 11:24:00 2015 UTC (8 years, 4 months ago) by yutakapon
File length: 3361 byte(s)
Diff to previous 5923
各ソリューションファイルのビルドが成功したかどうかをチェックするようにした。


Revision 5923 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Jul 24 02:25:57 2015 UTC (8 years, 8 months ago) by yutakapon
File length: 3164 byte(s)
Diff to previous 5750
Visual Studio 2015 に対応させた。


Revision 5750 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Dec 31 12:10:22 2014 UTC (9 years, 3 months ago) by maya
File length: 2748 byte(s)
Diff to previous 5720
VS2008, VS2010, VS2012 の切り替えを追加

Revision 5720 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Nov 23 17:13:23 2014 UTC (9 years, 4 months ago) by maya
File length: 1546 byte(s)
Diff to previous 5718
typo fix

Revision 5718 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Nov 23 10:46:30 2014 UTC (9 years, 4 months ago) by yutakapon
File length: 1532 byte(s)
Diff to previous 5716
VS2005とVS2013の切り替えを追加した。


Revision 5716 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Nov 22 16:47:50 2014 UTC (9 years, 4 months ago) by yutakapon
File length: 1416 byte(s)
Diff to previous 5665
slnファイルの指定を変数化した。


Revision 5665 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Sep 19 15:05:02 2014 UTC (9 years, 6 months ago) by maya
File length: 958 byte(s)
Diff to previous 5214
インストーラはインストールされている Cygwin が 32bit か 64bit か判定して、適切な cygterm.exe をコピーする
  32bit 版の cygterm.exe もフォルダを作ってインストールする
  {app} に cygterm.exe がないときだけ、cygwin1.dll を探して判定して適切な cygterm.exe をコピーする
  アンインストール時には {app}\cygterm.exe を必ず削除する
64bit Cygwin でコンパイルした cyglaunch.exe の同梱をやめた
  cyglaunch.exe は単体で動くので、32bit 版バイナリでも 64bit の cygterm.exe を起動できるため

Revision 5214 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Apr 21 10:48:36 2013 UTC (10 years, 11 months ago) by maya
File length: 887 byte(s)
Diff to previous 4764
svnversion.exe が正しく呼び出されていないのを修正

Revision 4764 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Dec 4 11:54:58 2011 UTC (12 years, 4 months ago) by maya
File length: 883 byte(s)
Diff to previous 4737
svnrev の実行を修正

Revision 4737 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Nov 20 14:43:50 2011 UTC (12 years, 4 months ago) by maya
File length: 856 byte(s)
Diff to previous 4065
svnrev の仕様変更に対応

Revision 4065 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Aug 29 14:12:56 2010 UTC (13 years, 7 months ago) by maya
File length: 821 byte(s)
Diff to previous 3526
svnversion.h の更新をしなくてもよいときには更新しないようにした

Revision 3526 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Jun 21 05:59:43 2009 UTC (14 years, 9 months ago) by maya
File length: 856 byte(s)
Diff to previous 3253
バッチファイルで cygterm もコンパイルするように調整

Revision 3253 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Mar 28 06:50:44 2009 UTC (15 years ago) by maya
File length: 760 byte(s)
Diff to previous 3252
ライブラリのビルドを build.bat から呼ぶようにした

Revision 3252 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Mar 28 05:51:14 2009 UTC (15 years ago) by maya
File length: 688 byte(s)
Diff to previous 3227
SVN リビジョンの更新を build.bat に移動

Revision 3227 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Mar 24 15:10:33 2009 UTC (15 years ago) by maya
File length: 364 byte(s)
Diff to previous 3221
CVS から SVN へ移行: 改行コードを LF から CR+LF へ変換

Revision 3221 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Mar 24 09:37:20 2009 UTC (15 years ago) by maya
File length: 355 byte(s)
Diff to previous 1241
CVS から SVN へ移行: trunk に集約

Revision 1241 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Nov 17 08:44:14 2008 UTC (15 years, 4 months ago) by maya
Original Path: installer/trunk/build.bat
File length: 355 byte(s)
Diff to previous 1190
インストーラで追加プラグインを選択できるように修正(作りかけ)


Revision 1190 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Apr 15 14:52:23 2008 UTC (15 years, 11 months ago) by yutakapon
Original Path: installer/trunk/build.bat
File length: 375 byte(s)
Diff to previous 1188
(none)


Revision 1188 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Apr 14 17:27:55 2008 UTC (16 years ago) by maya
Original Path: installer/trunk/build.bat
File length: 372 byte(s)
Diff to previous 1185
ファイル移動に伴う修正


Revision 1185 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Apr 14 14:34:23 2008 UTC (16 years ago) by maya
Original Path: installer/trunk/build.bat
File length: 274 byte(s)
Copied from: installer/branches/avendor/build.bat revision 1184
Diff to previous 1184
This commit was generated by cvs2svn to compensate for changes in r2,
which included commits to RCS files with non-trunk default branches.


Revision 1184 - (view) (download) (as text) (annotate) - [select for diffs]
Added Mon Apr 14 14:34:23 2008 UTC (16 years ago) by maya
Original Path: installer/branches/avendor/build.bat
File length: 274 byte(s)
teraterm/installer より移動


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