update README with Win32 GUI app information

This commit is contained in:
Vadim Lopatin 2015-05-29 08:34:11 +03:00
parent 2a839fc4e7
commit ad3a4f4c2d
1 changed files with 8 additions and 0 deletions

View File

@ -159,7 +159,15 @@ To develop using Visual-D or MonoD, download sources for dlabgui and dependencie
Then open dlangui.sln using Visual D (or dlangui-monod.sln for MonoD)
To avoid showing console window add win_app.def file to your package source directory and add line to your dub.json.
win_app.def:
"sourceFiles": ["$PACKAGE_DIR/src/win_app.def"]
dub.json:
"sourceFiles-windows": ["$PACKAGE_DIR/src/win_app.def"],
Linux builds