zstd.exe has FileVersion and ProductVersion with 32-bit gcc (MinGW)

This commit is contained in:
inikep
2016-09-14 16:16:24 +02:00
parent 9f25fcf804
commit c03f15e89d
6 changed files with 12 additions and 6 deletions
@@ -1,3 +1,3 @@
REM http://stackoverflow.com/questions/708238/how-do-i-add-an-icon-to-a-mingw-gcc-compiled-executable
REM copy "c:\Program Files (x86)\Windows Kits\8.1\Include\um\verrsrc.h" .
windres -I ..\..\..\lib -O coff -i zstd.rc -o zstd.res
windres -I ..\..\..\..\lib -O coff -I . -i ..\zstd.rc -o zstd.res
Binary file not shown.