Fix windres input version string for v10 and later.
This commit is contained in:
parent
e13a52637a
commit
b1b017251a
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue