-
Notifications
You must be signed in to change notification settings - Fork 105
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
Build process improvements #40
Merged
Merged
Conversation
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
Member
CyberShadow
commented
Jan 25, 2017
•
edited
Loading
edited
- Update Dr. MinGW
- Update wxWidgets to latest version
- Minimize wxWidgets configuration (setup.h, solution file)
- Add vcredist to installer
- Include Wine into solution
- Move wine submodule one level higher
- Add top-level build.cmd
- Build installer
- Update documentation (Dr. MinGW build instructions, etc.)
- Set up CI
- Build
- Artifacts
- Installer
- Debug info
- Artifacts
- Test
- Wine
- Dr. MinGW
- Look through closed GitHub issues
- Build
- Update MS dbghelp
- Update Wine
We need this to get x64 configurations in wxWidgets project files, so that we can do x64 builds entirely from Very Sleepy's solution file.
This greatly simplifies building wxWidgets for Very Sleepy, as it no longer requires manually downloading/extracting wxWidgets, invoking nmake for each platform/configuration pair, and setting up an environment variable that is visible to Visual Studio which indicates the wxWidgets directory. Unfortunately, this comes with a drawback: the wxWidgets Visual Studio project files only support building against the DLL version of the C runtime, which means that we are forced to switch away from statically linking Very Sleepy to the C runtime, to linking dynamically to the DLL version, and requiring that the DLL is present on the system Very Sleepy runs on. Installer changes to facilitate the above precondition will follow.
CyberShadow
force-pushed
the
build-process
branch
from
January 26, 2017 19:08
36bb8e5
to
5fd0921
Compare
It will have been placed there already by copy_files.bat. This simplifies the install script a bit, and allows placing a pre-built dbghelpw.dll under the dbghelp_* directories.
As wxWidgets's project files only include configurations for building against the Visual C++ runtime as a DLL, including them into Very Sleepy's solution file necessitates doing the same wiht Very Sleepy. Since we need only the C and C++ language runtimes, simply include those DLLs directly.
v3.1.0 doesn't seem to work yet (erroring about wx/setup.h not being found).
CyberShadow
force-pushed
the
build-process
branch
from
January 27, 2017 03:22
96f2074
to
f63014f
Compare
Don't allow the CC variable from the environment to pollute the build.
- Use a customized setup.h included in Very Sleepy's source tree - Remove unneeded wxWidgets project files from Very Sleepy's solution - Fix a missing include in profilergui.cpp (which was being included by an unused component)
CyberShadow
force-pushed
the
build-process
branch
from
January 27, 2017 11:28
f63014f
to
4fe72fc
Compare
CyberShadow
force-pushed
the
build-process
branch
from
January 31, 2017 01:58
a5ef487
to
ba8a55f
Compare
CyberShadow
force-pushed
the
build-process
branch
from
January 31, 2017 09:09
7ff19b0
to
7cfc23f
Compare
CyberShadow
force-pushed
the
build-process
branch
from
January 31, 2017 15:28
efbaef7
to
71a72cc
Compare
See build.cmd comments for details.
CyberShadow
force-pushed
the
build-process
branch
from
February 1, 2017 07:39
15790a5
to
d1398df
Compare
CyberShadow
force-pushed
the
build-process
branch
from
February 1, 2017 08:28
007b6fe
to
ee5865d
Compare
- Include commit count and dirty flag from git-describe in version number - Add installer FileVersion - Fix ProductVersion in executable
CyberShadow
force-pushed
the
build-process
branch
from
February 2, 2017 05:36
709f82d
to
022e449
Compare
Unfortunately, this does not fix decoding of MinGW GCC 4.9 symbols.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.