From 95d064e8dc476963d2fadf99577f6d3c3fd798f6 Mon Sep 17 00:00:00 2001 From: Vadim Lopatin Date: Fri, 30 Jan 2015 11:03:09 +0300 Subject: [PATCH] fix dub.json - for win32, enable freetype --- dub.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dub.json b/dub.json index 59323895..fc55f9f0 100644 --- a/dub.json +++ b/dub.json @@ -21,9 +21,11 @@ "targetType": "staticLibrary", "versions-posix": ["USE_SDL", "USE_OPENGL"], - "versions-windows": ["Unicode"], + "versions-windows": ["Unicode", "USE_FREETYPE"], "versions": ["EmbedStandardResources"], + "copyFiles-windows": ["lib/freetype-6.dll", "lib/zlib1.dll"], + "sourcePaths": [ "3rdparty", "src" ],