Skip to content
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

Several fixes and improvements on the windows build environment #87

Open
wants to merge 7 commits into
base: 2.3.x-windows
Choose a base branch
from

Conversation

JosepMaJAZ
Copy link
Contributor

This pull request includes some cleanups of old values and files, some build fixes for debug compilation and some improvements on the detection of the compiler to use.
Check the commits for more details

- Updated gitignore with current versions and several other corrections
- Update lame target platform from v120 to v141 to ensure compilation.
- removed the now unused build_qt4.bat and another mention of QT4 on create_environment.bat
- libsndfile solution was compiled in release mode when asked for debug
- openssl set an erroneous target for debug
- do not try to copy the dll for projects that don't generate dlls (rubberband and libsndfile).
- Added the compiler detection code on build_environment that was added to mixxx/build/appveyor/build_mixxx.cmd
- Added multithreaded compiler settings.
- Fixed QT5 download check (was checking for the tar.xz but was downloading the zip).
- Implemented one-step decompression of tar.xz. Note: This should not be executed on a windows powershell but plain command prompt. If it is problematic, we can revert to the .zip download.
- Copying zlibwapi.dll to QT bin dir if building dynamically.
create_environment.bat Outdated Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants