Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2015-06-03 | {android,win32}/build.py: allow overriding shared path via environment | Max Kellermann | 1 | -2/+7 | |
2015-06-03 | {android,win32}/build.py: move tarballs to subdirectory "download" | Max Kellermann | 1 | -1/+1 | |
2015-06-03 | win32/build.py: build zlib in-tree | Max Kellermann | 1 | -8/+10 | |
zlib cannot be built out-of-tree, and previously, we were building in the "src" directory, not in the "build" directory. The make_build_path() return value was unused. | |||||
2015-05-05 | {android,win32}/build.py: upgrade Boost to 1.58 | Max Kellermann | 1 | -2/+2 | |
2015-05-05 | {android,win32}/build.py: upgrade libvorbis, FFmpeg, CURL | Max Kellermann | 1 | -6/+6 | |
2015-01-27 | win32/build.py: fix IndexError when no command-line arguments are given | Max Kellermann | 1 | -1/+1 | |
2015-01-26 | win32/build.py: use os.path.abspath() to build mpd_path | Max Kellermann | 1 | -1/+1 | |
Fixes a bug that occurs when runing "build.py" from inside the "win32" directory. | |||||
2015-01-14 | win32/build.py: prepend "./" to "configure" if path is empty | Max Kellermann | 1 | -1/+1 | |
Fixes in-tree build when the script is called as "win32/build.py" and not "./win32/build.py". | |||||
2014-12-17 | win32/build.py: add option "--64" for a x64 build | Max Kellermann | 1 | -0/+4 | |
2014-12-17 | {win32,android}/build.py: add the host triple to the lib paths | Max Kellermann | 1 | -3/+5 | |
Allow multiple targets to share a library directory tree. | |||||
2014-12-16 | win32/build.py: remove unused variable "build_arch" | Max Kellermann | 1 | -3/+0 | |
2014-12-09 | win32/build.py: script that cross-compiles to Windows | Max Kellermann | 1 | -0/+395 | |
2014-12-09 | src/win32: move resources to win32/ | Max Kellermann | 2 | -0/+34 | |