-
Notifications
You must be signed in to change notification settings - Fork 165
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MinGWでサクラエディタをビルドできるようにメイクファイルを更新する #351
Merged
berryzplus
merged 20 commits into
sakura-editor:master
from
berryzplus:feature/update_mingw_makefile
Aug 25, 2018
Merged
Changes from 1 commit
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
fcc9538
入力ファイルのエンコーディング指定変更: cp932 -> utf-8
kobake f92466c
svnrev 出力関連を githash 出力に差し替え
kobake 519bf89
-fexec-charset は utf-8 ではなく cp932 に戻す
kobake 28805ba
sakura_rc ビルドを UTF-8 指定に変更 (RCTOOLは用いない)
kobake 6861472
svnrev⇒githashの横展開
berryzplus 300bc7c
sakura_rc.rcのutf8化対応
berryzplus 5b8576d
プリコンパイルヘッダーの依存関係を修正する
berryzplus 8b7ba73
exeとcppの依存関係を更新
berryzplus c9f59d8
MinGWでセキュリティ強化版CRT関数を使えるようにする
berryzplus 25dd45b
暗黙のnarrow_castがgccに怒られる問題に対する対処
berryzplus 23c683d
#288[auto キーワードを使って iterator 変数の宣言を簡潔にする]で入れてしまった gcc に怒られる記述を訂正する
berryzplus d8837c9
#303で入れてしまった gcc に怒られる例外処理をなんとかする
berryzplus 11c5ff3
古いMinGWに含まれていないCOMのIDを除去
berryzplus 98ac13c
レビュー指摘対応 (#if ディレクティブの改行には \ を付ける)
berryzplus 8789964
レビュー指摘対応 (自動インクルードされるファイルは明示でインクルードしなくてもいい)
berryzplus 2d45280
レビュー指摘対応(パラメータが正しくありません。と出ている)
berryzplus e1ee546
mingw32-make cleanできるようにする
berryzplus b78aec4
MinGWビルドについて追記
berryzplus 9a3e316
mingw32-make clean時のcould not found fileを抑制する
berryzplus c737e5d
ビルドで生成されるファイルをmake cleanの対象に入れる
berryzplus File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
githash.bat の中で / を置換する方法でもいいと思います。