summaryrefslogtreecommitdiff
path: root/win32/res
AgeCommit message (Collapse)Author
2019-03-18win32/res/meson.build: drop tilde suffix from version number before splittingMax Kellermann
MPD sometimes uses version numbers like "0.22~git" to mark unreleased versions. That makes the win32 resource compiler unhappy, because it expects numbers only.
2018-10-14build with Meson instead of autotoolsMax Kellermann
So long, autotools! This is my last MPD related project to migrate away from it. It has its strengths, but also very obvious weaknesses and weirdnesses. Today, many of its quirks are not needed anymore, and are cumbersome and slow. Now welcome our new Meson overlords!
2014-12-09src/win32: move resources to win32/Max Kellermann