-
Notifications
You must be signed in to change notification settings - Fork 39
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
Use "MSYS Makefiles" target when buildin on Windows #84
Use "MSYS Makefiles" target when buildin on Windows #84
Conversation
Someone familiar with cmake and windows has to review this. Unlike before |
Avoid using Visual Studio generator when building on Windows system by using MSYS Makefiles generator on Microsoft Windows systems. (Fix issue #83). * Makefile: Conditionally use "MSYS Makefiles generator". Also refactor the definition of build type by defining an CMAKE_CMD_LINE_OPTIONS variable.
Hi @tarsius, Could the commit message below be what you expect ?
|
@tarsius ping ? |
I would still prefer it if @TheBB reviewed this.
Mostly. It also needs to begin with a fairly short oneline summary. |
what about:
|
I usually don't review commit messages to such an extend, but you asked... The indentation of the middle paragraph is weird. There are some typos as well; prrefer and whe at least. Also I don't think you should repeat the same information several times like an American newspaper. In other words drop the last paragraph. Now I realize that I was confused about that variable, so it might make sense to mention it, but the way you are mentioning it right now it doesn't actually do so and so that paragraph doesn't really do much good. It would be better if you addressed the thing that caused my confusion head on.
Two variables are mentioned. I am still guessing that |
I'm afraid I'm not really in possession of a Windows build environment other than Appveyor, so I'm happy to let those who actually do build on Windows make the decisions they feel they need. Since @tarsius left some comments I'll wait until tomorrow to merge/adjust. |
And I really appreciate. I know I'm not very fluent in English, so every help is welcome.
I'll try to provide something tomorrow or on the following days (now it's too late for me. I really should be sleeping from a long time). |
On MS Windows platform Emacs and this lib can not be build with Visual Studio, so use MSYS Makefiles generator against the one provided by Microsoft (Fix issue #83). * Makefile: Conditionally use "MSYS Makefiles generator". Also refactor the definition of build type by defining a BUILD_OPTIONS variable.
@tarsius: |
Avoid using Visual Studio generator when building on Windows system.
(Fix issue #83).