-
Notifications
You must be signed in to change notification settings - Fork 163
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
sakura_lang_en_US.dll の MinGW 向け Makefile を更新する #369
sakura_lang_en_US.dll の MinGW 向け Makefile を更新する #369
Conversation
最近の修正に合わせて依存関係を修正。
RCTOOLDIR と RCTOOLDIR の変更も削除しては? |
|
||
depend: svnrev | ||
depend: | ||
$(CXX) -E -MM -w $(DEFINES) $(CXXFLAGS) *.cpp */*.cpp */*/*.cpp > depend.mak |
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.
この depend のルールいりますか?
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.
この depend のルールいりますか?
おそらく不要ですが、cmakeが吐くMakefileに含まれています。(作る慣習がある?)
とりあえず「 svnrev
に依存します」を除去するだけにとどめたいです。
これは #371 でやるんですね。 |
同じ変更内容なのでまとめてやるのが良いかなと考えて分けました。 |
…ang_dll_makefile sakura_lang_en_US.dll の MinGW 向け Makefile を更新する
最近の修正に合わせてビルド方法を修正します。
#351 で sakura_core/Makefileに行った修正の横展開です。
#352 btool フォルダ削除 の前に実施すべき修正です。