shithub: cstory

Download patch

ref: 7e360769ca2d07054af2fe6f9a70efe1eaff76f4
parent: cc914bdab0eee38b9b1b7a657978aa73ff54a510
author: Clownacy <Clownacy@users.noreply.github.com>
date: Sun Mar 10 19:01:46 EDT 2019

Correct MSVC2003 Freetype build instructions

--- a/msvc2003/freetype-2.9.1/readme.txt
+++ b/msvc2003/freetype-2.9.1/readme.txt
@@ -1,6 +1,6 @@
 This is a static build of FreeType 2.9.1, built with MSVC2003.
 
 Despite the lack of a compatible .sln file, it can be built by running
-'make visualc' in the root of the Freetype source directory while in a
-Visual Studio 2003 Command Prompt, using a MinGW Make utility
-(e.g. C:/msys64/mingw32/bin/make.exe).
+'make setup visualc' and then 'make' in the root of the Freetype source
+directory while in a Visual Studio 2003 Command Prompt, using a MinGW
+Make utility (e.g. C:/msys64/mingw32/bin/make.exe).