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