diff options
| -rw-r--r-- | core/src/demo/xmake.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/core/src/demo/xmake.lua b/core/src/demo/xmake.lua index fd4abbe1f..ea6f6765e 100644 --- a/core/src/demo/xmake.lua +++ b/core/src/demo/xmake.lua @@ -38,6 +38,9 @@ target("demo") add_links("pthread", "dl", "m", "c") end + -- enable xp compatibility mode + add_ldflags("/subsystem:console,\"5.01\"") + -- copy target to the build directory after_build(function (target) os.cp(target:targetfile(), "$(buildir)") |
