mirror of https://github.com/buggins/dlangui.git
Win 8.1 build as GUI app
This commit is contained in:
parent
a9bc4cded5
commit
968fae6257
2
dub.json
2
dub.json
|
@ -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/",
|
||||||
|
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,2 @@
|
||||||
|
EXETYPE NT
|
||||||
|
SUBSYSTEM WINDOWS
|
Loading…
Reference in New Issue