Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mxe-conf: consolidate rules and install cmake modules under usr | Tony Theodore | 2015-10-25 | 1 | -12/+14 |
| | |||||
* | cmake: no -DCMAKE_TOOLCHAIN_FILE with some options | Boris Nagaev | 2015-10-15 | 1 | -3/+15 |
| | | | | | | | | | | CMake with a toolchain file doesn't work properly in some modes. * --build * --system-information * -E close #932 | ||||
* | cmake modules: use less warning-like status messages | Tony Theodore | 2015-10-04 | 1 | -0/+1 |
| | |||||
* | move cmake modules to src/cmake/modules | Tony Theodore | 2015-10-03 | 1 | -2/+1 |
| | |||||
* | set WINEPREFIX to a readonly directory to force wine to fail | Tony Theodore | 2015-09-30 | 1 | -0/+3 |
| | | | | fixes #841 | ||||
* | mxe-conf: basic sanity checking of autotools | Tony Theodore | 2015-09-13 | 1 | -0/+12 |
| | | | | in the spirit of ./configure, detect capabilities instead of versions | ||||
* | mxe-conf: add note about ac_cv_build | Tony Theodore | 2015-09-12 | 1 | -0/+1 |
| | |||||
* | mxe-conf: create prefixed cmake wrapper script | Tony Theodore | 2015-09-12 | 1 | -0/+6 |
| | |||||
* | Move general configuration from pkgconf to mxe-conf and add cmake/mxe-conf.d | Tony Theodore | 2015-09-12 | 1 | -0/+61 |
| | |||||
* | Makefile: include mxe-conf as an order-only dep of all packages | Tony Theodore | 2015-09-12 | 1 | -0/+6 |
Order-only deps have the benefit of guaranteed early execution and not requiring full rebuilds. It isn't a real package, so we don't want an entry in index.html. |