* src/base/ftver.rc: Fix mingw-w64 compilation.

This commit is contained in:
Alexei Podtelezhnikov 2018-01-18 21:29:48 -05:00
parent 4b8ccc56d8
commit 6ce6685659
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2018-01-18 Alexei Podtelezhnikov <apodtele@gmail.com>
* src/base/ftver.rc: Fix mingw-w64 compilation.
2018-01-18 Alexei Podtelezhnikov <apodtele@gmail.com>
[build] Enable VERSIONINFO resource for Cygwin/MinGW.

View File

@ -16,7 +16,7 @@
/***************************************************************************/
#include<Windows.h>
#include<windows.h>
#define FT_VERSION 2,9,0,0
#define FT_VERSION_STR "2.9.0"
@ -45,7 +45,7 @@ BEGIN
VALUE "FileVersion", FT_VERSION_STR
VALUE "ProductName", "FreeType"
VALUE "ProductVersion", FT_VERSION_STR
VALUE "LegalCopyright", "© 2018 The FreeType Project www.freetype.org. All rights reserved."
VALUE "LegalCopyright", "\251 2018 The FreeType Project www.freetype.org. All rights reserved."
VALUE "InternalName", "freetype"
VALUE "OriginalFilename", FT_FILENAME
END