diff options
author | 2016-11-10 13:13:51 +0100 | |
---|---|---|
committer | 2016-11-10 13:13:51 +0100 | |
commit | a18497e7a24d931e7ab1dda9d79fee484e5aa170 (patch) | |
tree | ca2314adb3c00fe78937bb646b4775921cb207ab /scripts/toolchain.lua | |
parent | 9d184119993471958397324fcc4c38040cd0096b (diff) |
Some more work on UWP (nw)
Diffstat (limited to 'scripts/toolchain.lua')
-rw-r--r-- | scripts/toolchain.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/toolchain.lua b/scripts/toolchain.lua index 6f5476bdd0a..99a3647b6ec 100644 --- a/scripts/toolchain.lua +++ b/scripts/toolchain.lua @@ -468,6 +468,9 @@ function toolchain(_buildDir, _subDir) "StaticRuntime", "NoExceptions", } + flags { + "WinMain" + } configuration { "mingw*" } defines { "WIN32" } |