summaryrefslogtreecommitdiffstats
path: root/src/mxe-conf.mk
Commit message (Collapse)AuthorAgeFilesLines
* cmake modules: use less warning-like status messagesTony Theodore2015-10-041-0/+1
|
* move cmake modules to src/cmake/modulesTony Theodore2015-10-031-2/+1
|
* set WINEPREFIX to a readonly directory to force wine to failTony Theodore2015-09-301-0/+3
| | | | fixes #841
* mxe-conf: basic sanity checking of autotoolsTony Theodore2015-09-131-0/+12
| | | | in the spirit of ./configure, detect capabilities instead of versions
* mxe-conf: add note about ac_cv_buildTony Theodore2015-09-121-0/+1
|
* mxe-conf: create prefixed cmake wrapper scriptTony Theodore2015-09-121-0/+6
|
* Move general configuration from pkgconf to mxe-conf and add cmake/mxe-conf.dTony Theodore2015-09-121-0/+61
|
* Makefile: include mxe-conf as an order-only dep of all packagesTony Theodore2015-09-121-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.