From ad3a4f4c2d87f5bf78c9e09a7e72d3fcb93df499 Mon Sep 17 00:00:00 2001 From: Vadim Lopatin Date: Fri, 29 May 2015 08:34:11 +0300 Subject: [PATCH] update README with Win32 GUI app information --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index e5d290c8..861e9c8c 100644 --- a/README.md +++ b/README.md @@ -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