13
0
livetrax/tools/x-win
Robin Gareus 5a841ef462
Tweaks to build/package scripts for new waf
* 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)
2020-01-25 04:07:42 +01:00
..
nsis win: associate session file extention 2015-01-05 16:44:11 +01:00
compile.sh Tweaks to build/package scripts for new waf 2020-01-25 04:07:42 +01:00
package.sh Tweaks to build/package scripts for new waf 2020-01-25 04:07:42 +01:00
README

These scripts are intended to cross-compile and package ardour windows binaries.
They go along with ardour-build-tools/win/x-mingw.sh
Please see the build-tools repository for further information.