Skip to content

Add a Universal Windows build target

Steve Lhomme requested to merge robUx41/freetype:uinversal-win-build into master

It's compiled for Windows 10 and up, ensuring UNICODE is set (default for UWP) and selecting the proper WINAPI_FAMILY (WINAPI_FAMILY_APP).

The idea of adding this new target is to avoid issues like in !141 (closed) in the future.

Edited by Steve Lhomme

Merge request reports