Fix windres input version string for v10 and later.

This commit is contained in:
Stephen Williams 2015-08-20 13:49:38 -07:00
parent e13a52637a
commit b1b017251a
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ config.h: $(srcdir)/config.h.in Makefile
# Windows specific... # Windows specific...
res.rc: $(srcdir)/res.rc.in ../version.exe res.rc: $(srcdir)/res.rc.in ../version.exe
sed -e 's;@PRODUCTVERSION@;'`../version.exe '%M,%m,%n,0'`';' \ sed -e 's;@PRODUCTVERSION@;'`../version.exe '%M,%n,0,0'`';' \
$(srcdir)/res.rc.in > $@ $(srcdir)/res.rc.in > $@
res.o: res.rc res.o: res.rc