summaryrefslogtreecommitdiff
path: root/tools/x-win/compile.sh
AgeCommit message (Collapse)Author
2020-01-25Tweaks to build/package scripts for new wafRobin Gareus
* Windows: delete waf installed .dll.a files * Windows: override waf's conf.env.LIBDIR = conf.env.BINDIR with explicit --libdir * Windows: fix asm (`x86_64-w64-mingw32-as` -D flag is for debug messages, -D defines are not available) * Mac: override waf adding -install_name (and -Wl,-compatibility_version -Wl,-current_version) by moving -dynamiclib from linkflags to ldflags * Mac: Allow libs with compat version number suffix (not needed anymore, but may help in the future)
2017-09-20Clean up and fix win x-compile scriptRobin Gareus
2017-09-20Fix buildstack revision reportRobin Gareus
2017-02-22amend a2d54c3d9710 (w64 debug builds)Robin Gareus
2017-02-22The return of the w64 debug buildRobin Gareus
2017-02-19Allow to keep environment C/XXFLAGS with debug buildsRobin Gareus
this is needed for e.g. windows debug builds to pass mstackrealign
2015-04-23remove —no-jack-metadata option from windows scriptRobin Gareus
2015-03-12have another go at windows i18nRobin Gareus
2015-03-12prepare windows i18nRobin Gareus
2015-03-08update default windows configRobin Gareus
(jack on windows does not ship metadata.h)
2014-12-24fix windows packaging default configRobin Gareus
2014-12-21quiet apt-get for windows x-compileRobin Gareus
2014-11-21add a variable to specify windows build concurrencyRobin Gareus
2014-10-21migrate build & package scripts to where they belong.Robin Gareus
The build stack-script remains in ardour-build-tools.