mirror of https://github.com/buggins/dlangui.git
fixes
This commit is contained in:
parent
483e10c980
commit
ca3df5d375
|
@ -108,7 +108,7 @@ Build and run using DUB:
|
||||||
|
|
||||||
git clone https://github.com/buggins/dlangui.git
|
git clone https://github.com/buggins/dlangui.git
|
||||||
cd dlangui
|
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:
|
To develop using Visual-D, download sources for dlabgui and dependencies into some directory:
|
||||||
|
|
|
@ -72,6 +72,12 @@
|
||||||
"src/main.d"
|
"src/main.d"
|
||||||
],
|
],
|
||||||
|
|
||||||
|
"excludedSourceFiles": [
|
||||||
|
"../../src/api.d",
|
||||||
|
"../../src/index.d",
|
||||||
|
"../../src/screenshots.d"
|
||||||
|
],
|
||||||
|
|
||||||
"copyFiles-windows": [
|
"copyFiles-windows": [
|
||||||
"../../lib/FreeImage.dll"
|
"../../lib/FreeImage.dll"
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in New Issue