aboutsummaryrefslogtreecommitdiffstats
path: root/win32 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* {android,win32}/build.py: move code to python/build/libs.pyHEADmasterMax Kellermann2015-11-231-101/+10
|
* {android,win32}/build.py: move code to python/build/dirs.pyMax Kellermann2015-11-231-7/+1
|
* win32/build.py: move class ZlibProject to build/zlib.pyMax Kellermann2015-11-211-19/+1
|
* {android,win32}/build.py: move class FfmpegProject to build/ffmpeg.pyMax Kellermann2015-11-211-48/+1
|
* {android,win32}/build.py: FfmpegProject detects CPU and OSMax Kellermann2015-11-211-2/+19
|
* {android,win32}/build.py: move class BoostProject to build/boost.pyMax Kellermann2015-11-211-29/+2
|
* {android,win32}/build.py: move class AutotoolsProject to build/autotools.pyMax Kellermann2015-11-211-42/+1
|
* {android,win32}/build.py: move class Project to build/project.pyMax Kellermann2015-11-211-53/+1
|
* {android,win32}/build.py: add tarball_path and src_path to toolchain classMax Kellermann2015-11-201-18/+22
| | | | Reduce dependencies on global variables.
* win32/build.py: restore option "out_of_tree"Max Kellermann2015-11-201-3/+7
| | | | Got lost in the previous commit.
* {android,win32}/build.py: move common code to python/build/Max Kellermann2015-11-201-55/+7
|
* {android,win32}/build.py: fix missing renameMax Kellermann2015-11-201-1/+1
|
* {android,win32}/build.py: add toolchain classesMax Kellermann2015-11-201-78/+82
|
* {android,win32}/build.py: upgrade FFmpeg to 2.8.2Max Kellermann2015-11-171-2/+2
|
* {android,win32}/build.py: upgrade Boost to 1.59.0Max Kellermann2015-10-271-2/+2
|
* {android,win32}/build.py: upgrade FFmpeg to 2.8.1Max Kellermann2015-10-271-2/+2
|
* {android,win32}/build.py: upgrade CURL to 7.45.0Max Kellermann2015-10-271-2/+2
|
* configure.ac: remove GLib optionMax Kellermann2015-06-271-1/+0
| | | | Not used anymore.
* {android,win32}/build.py: allow overriding shared path via environmentMax Kellermann2015-06-031-2/+7
|
* {android,win32}/build.py: move tarballs to subdirectory "download"Max Kellermann2015-06-031-1/+1
|
* win32/build.py: build zlib in-treeMax Kellermann2015-06-031-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.
* {android,win32}/build.py: upgrade Boost to 1.58Max Kellermann2015-05-051-2/+2
|
* {android,win32}/build.py: upgrade libvorbis, FFmpeg, CURLMax Kellermann2015-05-051-6/+6
|
* win32/build.py: fix IndexError when no command-line arguments are givenMax Kellermann2015-01-271-1/+1
|
* win32/build.py: use os.path.abspath() to build mpd_pathMax Kellermann2015-01-261-1/+1
| | | | | Fixes a bug that occurs when runing "build.py" from inside the "win32" directory.
* win32/build.py: prepend "./" to "configure" if path is emptyMax Kellermann2015-01-141-1/+1
| | | | | Fixes in-tree build when the script is called as "win32/build.py" and not "./win32/build.py".
* win32/build.py: add option "--64" for a x64 buildMax Kellermann2014-12-171-0/+4
|
* {win32,android}/build.py: add the host triple to the lib pathsMax Kellermann2014-12-171-3/+5
| | | | Allow multiple targets to share a library directory tree.
* win32/build.py: remove unused variable "build_arch"Max Kellermann2014-12-161-3/+0
|
* win32/build.py: script that cross-compiles to WindowsMax Kellermann2014-12-091-0/+395
|
* src/win32: move resources to win32/Max Kellermann2014-12-092-0/+34