Win 8.1 build as GUI app

This commit is contained in:
Vadim Lopatin 2015-05-29 08:22:34 +03:00
parent a9bc4cded5
commit 968fae6257
3 changed files with 5 additions and 0 deletions

View File

@ -27,6 +27,8 @@
"-ddoxFilterArgs": ["--unittest-examples", "--min-protection=Protected", "--ex", "win32.", "--ex", "src.dlangui"], "-ddoxFilterArgs": ["--unittest-examples", "--min-protection=Protected", "--ex", "win32.", "--ex", "src.dlangui"],
"sourceFiles-windows": ["$PACKAGE_DIR/src/win_app.def"],
"subPackages": [ "subPackages": [
"./examples/helloworld/", "./examples/helloworld/",
"./examples/example1/", "./examples/example1/",

View File

@ -99,3 +99,4 @@ string registerWidgets(T...)() {
bool isWidgetClassName(string name) { bool isWidgetClassName(string name) {
return (name in _registeredWidgets) !is null; return (name in _registeredWidgets) !is null;
} }

2
src/win_app.def Normal file
View File

@ -0,0 +1,2 @@
EXETYPE NT
SUBSYSTEM WINDOWS