Skip to content

Commit

Permalink
Fix windres input version string for v10 and later.
Browse files Browse the repository at this point in the history
  • Loading branch information
steveicarus committed Aug 20, 2015
1 parent df7b187 commit f372cb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion driver-vpi/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ config.h: $(srcdir)/config.h.in Makefile

# Windows specific...
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 > $@

res.o: res.rc
Expand Down

0 comments on commit f372cb0

Please sign in to comment.