diff options
author | 2016-11-09 14:53:19 +0100 | |
---|---|---|
committer | 2016-11-09 14:53:19 +0100 | |
commit | 0d1f5b6be45d6af06b425000525915140d346d08 (patch) | |
tree | f31d95b5307735e620adaa445147d495c76e84fa /scripts/src/osd/uwp_cfg.lua | |
parent | 5799b36a3a90ef9782341ea019784128e7a9b3ec (diff) |
Make 3rdparty compile for UWP and start adding new OSD for UWP based on previous Brad work (nw)
Diffstat (limited to 'scripts/src/osd/uwp_cfg.lua')
-rw-r--r-- | scripts/src/osd/uwp_cfg.lua | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/scripts/src/osd/uwp_cfg.lua b/scripts/src/osd/uwp_cfg.lua new file mode 100644 index 00000000000..234327aada0 --- /dev/null +++ b/scripts/src/osd/uwp_cfg.lua @@ -0,0 +1,18 @@ +-- license:BSD-3-Clause +-- copyright-holders:MAMEdev Team + +defines { + "OSD_UWP=1", + "USE_QTDEBUG=0", + "SDLMAME_NOASM=1", + "USE_OPENGL=0", + "NO_USE_MIDI=1", + "WINVER=0x0603", + "_WIN32_WINNT=0x0603", + "NTDDI_VERSION=0x06030000", + "MODERN_WIN_API", +} + +flags { + "Unicode", +} |