From ca3df5d375ce2255d7fea66981413ecaabb82af9 Mon Sep 17 00:00:00 2001 From: Vadim Lopatin Date: Fri, 5 Dec 2014 14:56:31 +0300 Subject: [PATCH] fixes --- README.md | 2 +- examples/example1/dub.json | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b06375e6..3ec87126 100644 --- a/README.md +++ b/README.md @@ -108,7 +108,7 @@ Build and run using DUB: git clone https://github.com/buggins/dlangui.git cd dlangui - dub run dlangui:example1 + dub run dlangui:example1 --build=release To develop using Visual-D, download sources for dlabgui and dependencies into some directory: diff --git a/examples/example1/dub.json b/examples/example1/dub.json index 163d8ea6..677b5c53 100644 --- a/examples/example1/dub.json +++ b/examples/example1/dub.json @@ -72,6 +72,12 @@ "src/main.d" ], + "excludedSourceFiles": [ + "../../src/api.d", + "../../src/index.d", + "../../src/screenshots.d" + ], + "copyFiles-windows": [ "../../lib/FreeImage.dll" ],