From 8eb65282ebc6a40817c4420f999dd747fffba354 Mon Sep 17 00:00:00 2001 From: Vadim Lopatin Date: Fri, 5 Dec 2014 13:29:30 +0300 Subject: [PATCH] trying to fix DUB build under win32 --- dub.json | 2 +- examples/example1/dub.json | 2 +- examples/helloworld/dub.json | 4 +--- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/dub.json b/dub.json index d159c445..731f6376 100644 --- a/dub.json +++ b/dub.json @@ -6,7 +6,7 @@ "authors": ["Vadim Lopatin"], "targetType": "none", - "versions-windows": ["Unicode"], + "versions": ["Unicode"], "subPackages": [ { diff --git a/examples/example1/dub.json b/examples/example1/dub.json index 3961b4a0..4b65d4ca 100644 --- a/examples/example1/dub.json +++ b/examples/example1/dub.json @@ -80,7 +80,7 @@ "libs-windows": ["dlanguilib", "phobos", "ole32", "kernel32", "user32", "comctl32", "comdlg32"], - "versions-windows": ["Unicode"], + "versions": ["Unicode"], "dependencies": { diff --git a/examples/helloworld/dub.json b/examples/helloworld/dub.json index 17a547cc..a70ac8d5 100644 --- a/examples/helloworld/dub.json +++ b/examples/helloworld/dub.json @@ -78,9 +78,7 @@ "libs-windows": ["dlanguilib", "phobos", "ole32", "kernel32", "user32", "comctl32", "comdlg32"], - "versions-windows": ["Unicode"], - "versions-linux": ["USE_OPENGL", "USE_SDL", "Unicode"], - "versions-osx": ["USE_OPENGL", "USE_SDL", "Unicode"], + "versions": ["Unicode"], "dependencies": {