From 1564237c4530ea18ed867a1a92d2aac5954f3bd7 Mon Sep 17 00:00:00 2001 From: Vadim Lopatin Date: Tue, 29 Mar 2016 08:40:44 +0300 Subject: [PATCH] Don't use FREETYPE under Windows in default configuration - fix #221 --- dlangui-msvc.visualdproj | 10 +++++----- dub.json | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/dlangui-msvc.visualdproj b/dlangui-msvc.visualdproj index 2d70681e..2cdd21e0 100644 --- a/dlangui-msvc.visualdproj +++ b/dlangui-msvc.visualdproj @@ -72,7 +72,7 @@ 0 0 - EmbedStandardResources ForceLogs USE_FREETYPE USE_OPENGL + EmbedStandardResources ForceLogs USE_OPENGL 0 0 0 @@ -174,7 +174,7 @@ 0 0 - EmbedStandardResources ForceLogs USE_FREETYPE + EmbedStandardResources ForceLogs 0 0 0 @@ -276,7 +276,7 @@ 0 0 - EmbedStandardResources ForceLogs USE_OPENGL USE_FREETYPE + EmbedStandardResources ForceLogs USE_OPENGL 0 0 0 @@ -378,7 +378,7 @@ 0 0 - EmbedStandardResources ForceLogs + EmbedStandardResources ForceLogs USE_OPENGL 0 0 0 @@ -582,7 +582,7 @@ 0 0 - EmbedStandardResources ForceLogs + EmbedStandardResources ForceLogs USE_OPENGL 0 0 0 diff --git a/dub.json b/dub.json index 810e4574..a8bc8b76 100644 --- a/dub.json +++ b/dub.json @@ -44,8 +44,8 @@ "configurations": [ { "name": "default", - "versions": ["USE_OPENGL", "EmbedStandardResources", "USE_FREETYPE", "ForceLogs"], - "versions-posix": ["USE_SDL"], + "versions": ["USE_OPENGL", "EmbedStandardResources"], + "versions-posix": ["USE_SDL", "USE_FREETYPE"], "versions-windows": ["Unicode"], "dependencies": { "derelict-gl3": "~>1.0.18",