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

Commits on Apr 12, 2020

  1. Build environment cleanup:

    - 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
    JosepMaJAZ committed Apr 12, 2020
    Configuration menu
    Copy the full SHA
    512ff2f View commit details
    Browse the repository at this point in the history
  2. Build environment fixes:

    - 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).
    JosepMaJAZ committed Apr 12, 2020
    Configuration menu
    Copy the full SHA
    2c92d73 View commit details
    Browse the repository at this point in the history
  3. Build environment improvements:

    - 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.
    JosepMaJAZ committed Apr 12, 2020
    Configuration menu
    Copy the full SHA
    c21b707 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9c18a07 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2020

  1. Fixed ASIOSDK hash check.

    JosepMaJAZ committed Apr 26, 2020
    Configuration menu
    Copy the full SHA
    79f1b65 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f276f10 View commit details
    Browse the repository at this point in the history
  3. Fixed path for the patch file (%CD% isn't updated because the change …

    …dir is executed inside an if)
    JosepMaJAZ committed Apr 26, 2020
    Configuration menu
    Copy the full SHA
    47c1332 View commit details
    Browse the repository at this point in the history