summaryrefslogtreecommitdiffstats
path: root/src/mxe-conf.mk
Commit message (Collapse)AuthorAgeFilesLines
* cmake wrapper: use common TryRunResults.cmakeTony Theodore2015-12-011-1/+4
|
* Build native version of cmakeTony Theodore2015-11-271-2/+2
| | | | | | * install in MXE native path so only visible to MXE sessions and wrapper scripts * remove from requirements * no MXE patches or pkg updates yet
* mxe-conf: create always failing wine dummyBoris Nagaev2015-11-151-0/+8
| | | | | | | | | | | | | Now dlfcn-win32 can't detect wine. From log/dlfcn-win32_i686-w64-mingw32.static: static: yes shared: no wine: Previously wine was set to "yes wine". fix #995
* mxe-conf: create readonly dir in _BUILD_$(BUILD)Boris Nagaev2015-11-151-3/+3
| | | | | | This directory (WINEPREFIX=$(PREFIX)/readonly) is not target specific. It is created once instead of being created for each target.
* [style] remove empty line between related commandsBoris Nagaev2015-11-151-1/+0
|
* mxe-conf: add CMAKE_PREFIX_PATH to toolchain fileTony Theodore2015-10-271-0/+1
| | | | see #904
* mxe-conf: consolidate rules and install cmake modules under usrTony Theodore2015-10-251-12/+14
|
* cmake: no -DCMAKE_TOOLCHAIN_FILE with some optionsBoris Nagaev2015-10-151-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 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.