From 359ac8d0ba348e501c15fd580bc05638876c75d5 Mon Sep 17 00:00:00 2001 From: Vadim Lopatin Date: Wed, 7 Jan 2015 18:39:00 +0300 Subject: [PATCH] fix windows build properties --- dub.json | 2 +- examples/example1/dub.json | 2 +- examples/tetris/dub.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dub.json b/dub.json index f7c176c0..29ca505d 100644 --- a/dub.json +++ b/dub.json @@ -21,7 +21,7 @@ "targetType": "staticLibrary", "versions-posix": ["USE_SDL", "USE_OPENGL"], - "versions-windows": ["USE_OPENGL", "Unicode"], + "versions-windows": ["Unicode"], "copyFiles": ["res"], diff --git a/examples/example1/dub.json b/examples/example1/dub.json index 541175d3..138bfc2f 100644 --- a/examples/example1/dub.json +++ b/examples/example1/dub.json @@ -16,7 +16,7 @@ "copyFiles": ["res"], "versions-posix": ["USE_SDL", "USE_OPENGL"], - "versions-windows": ["USE_OPENGL"], + "versions-windows": ["Unicode"], "mainSourceFile": "src/main.d", diff --git a/examples/tetris/dub.json b/examples/tetris/dub.json index 11144dc0..766631e0 100644 --- a/examples/tetris/dub.json +++ b/examples/tetris/dub.json @@ -16,7 +16,7 @@ "copyFiles": ["res"], "versions-posix": ["USE_SDL", "USE_OPENGL"], - "versions-windows": ["USE_OPENGL"], + "versions-windows": ["Unicode"], "mainSourceFile": "src/main.d",