-
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
・開発環境を Visual Studio 2019 に移行しました。 ・Visual Studio 2019 でのマージモジュールの非推奨化のため、Visual C++ ランタイムファイルをローカル配置としました。 (ただし、ARM32 のみスタティックリンクです。) ・コンパイラオプションの /permisive- を有効にしました。 ・コード署名のダイジェストアルゴリズムを SHA-256 のみとしました。 ・プログラム実行変換もどきの skk-ad-to-gengo および skk-gengo-to-ad で使用する元号テーブルに令和を追加しました。 ・プログラム実行変換もどきに current-time および format-time-string を追加しました。
- Loading branch information
1 parent
35e3edb
commit a7c76ab
Showing
4 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
|
||
# CorvusSKK ver. 2.7.4 | ||
# CorvusSKK ver. 2.7.5 | ||
|
||
Windowsで動作するSKK風のIMEです。 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
|
||
set VERSION=2.7.4 | ||
set VERSION=2.7.5 | ||
|
||
set TARGETDIR=build | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Include> | ||
<?define version="2.7.4" ?> | ||
<?define version="2.7.5" ?> | ||
</Include> |