src/win32: move resources to win32/

This commit is contained in:
Max Kellermann
2014-12-09 13:15:40 +01:00
parent d62a738460
commit 1ecde309e4
4 changed files with 7 additions and 7 deletions

View File

@@ -97,7 +97,7 @@ linux*)
mingw32* | windows*)
AC_CONFIG_FILES([
src/win32/mpd_win32_rc.rc
win32/res/mpd.rc
])
AC_CHECK_TOOL(WINDRES, windres)
AM_CPPFLAGS="$AM_CPPFLAGS -DWIN32_LEAN_AND_MEAN"