From fd8000f0402d48fd22f774170c74d585a82d7508 Mon Sep 17 00:00:00 2001 From: Alexei Podtelezhnikov Date: Thu, 18 Jan 2018 03:58:34 -0500 Subject: [PATCH] [build] Move VERSIONINFO resource. * builds/windows/vc2010/freetype.vcxproj: Updated. * builds/windows/ftver.rc: Move file from here... * src/base/ftver.rc: ... to here. --- ChangeLog | 8 ++++++++ builds/windows/vc2010/freetype.vcxproj | 2 +- {builds/windows => src/base}/ftver.rc | 0 3 files changed, 9 insertions(+), 1 deletion(-) rename {builds/windows => src/base}/ftver.rc (100%) diff --git a/ChangeLog b/ChangeLog index 6e1a0f30c..0f034312b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2018-01-18 Alexei Podtelezhnikov + + [build] Move VERSIONINFO resource. + + * builds/windows/vc2010/freetype.vcxproj: Updated. + * builds/windows/ftver.rc: Move file from here... + * src/base/ftver.rc: ... to here. + 2018-01-12 Alexei Podtelezhnikov [build] Expand dllexport/dllimport to Cygwin/MinGW. diff --git a/builds/windows/vc2010/freetype.vcxproj b/builds/windows/vc2010/freetype.vcxproj index 8eb5b9a83..eaddcfde0 100644 --- a/builds/windows/vc2010/freetype.vcxproj +++ b/builds/windows/vc2010/freetype.vcxproj @@ -435,7 +435,7 @@ false - + diff --git a/builds/windows/ftver.rc b/src/base/ftver.rc similarity index 100% rename from builds/windows/ftver.rc rename to src/base/ftver.rc