summaryrefslogtreecommitdiffstats
path: root/Utilities/Release/win32_release.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Utilities/Release: Update Windows binary host path to CMakeBrad King2016-07-131-1/+1
|
* cmake-gui: Reference LGPLv3 when redistributing QtBrad King2016-06-171-1/+1
| | | | | | | | | Download http://www.gnu.org/licenses/lgpl.txt and place it as Licenses/LGPLv3.txt in our source tree. When building cmake-gui, use option CMake_GUI_DISTRIBUTE_WITH_Qt_LGPL to enable notification in the "About" dialog of how the distribution of Qt is licensed. Install the license file as ${CMAKE_ROOT}/Licenses/LGPLv3.txt so that the dialog can display a path to it.
* Utilities/Release: Define NTDDI_VERSION for Windows binariesBrad King2016-05-031-1/+1
| | | | | | LibArchive now defines this explicitly if it is not defined already. Since we define _WIN32_WINNT explicitly, we must now define a consistent value of NTDDI_VERSION explicitly too.
* Utilities/Release: Skip spurious Qt5Autogen test for nightly binaryBrad King2016-03-171-0/+4
| | | | | | This test fails spuriously too often and prevents the nightly binary from finishing. Simply skip it for the nightly binary to allow it to complete more regularly.
* Utilities/Release: Rename scripts to match target platformBrad King2016-03-171-0/+28
The machine name we happen to use for the build is less informative than its platform.