This commit is contained in:
Vadim Lopatin 2014-12-05 14:56:31 +03:00
parent 483e10c980
commit ca3df5d375
2 changed files with 7 additions and 1 deletions

View File

@ -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:

View File

@ -72,6 +72,12 @@
"src/main.d"
],
"excludedSourceFiles": [
"../../src/api.d",
"../../src/index.d",
"../../src/screenshots.d"
],
"copyFiles-windows": [
"../../lib/FreeImage.dll"
],