aboutsummaryrefslogtreecommitdiffstats
path: root/win32 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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