Hello.
I've tried to compile freetype 2.5.0.1 from source using mingw32-make (v2.8.3) on win7.
My system was identyfied as windows w/gcc, so I went and manually replaced the contents of
confic.mk with the contents of
w32-mingw32.mk.
'Make'-ing the project works, but doesn't result in a dynamic lib (e.g. only the .a is build).
Trying out target 'dll' results in
"mingw32-make: *** No rule to make target `exported_symbols', needed by `dll'. S
top."
Anyone know how what's going wrong here? (Obviously, a built rule missing or not found, but the error's not very verbose about where).
How can I fix this and get a dll?
Kind regards,