summaryrefslogtreecommitdiffstats
path: root/docs/release/scripts/src/osd/winui_cfg.lua
blob: 5dcaaaf0348b2e11245c333f94a2ab8e25763001 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
defines {
	"UNICODE",
	"_UNICODE",
	"OSD_WINDOWS",
	"USE_SDL=0",
	--"WIN95_MULTIMON"
	"main=utf8_main",
	"_WIN32_WINNT=0x0501",
	"USE_QTDEBUG=0",
}

configuration { "vs*" }
	flags {
		"Unicode",
	}

configuration { }

if not _OPTIONS["DONT_USE_NETWORK"] then
	defines {
		"USE_NETWORK",
		"OSD_NET_USE_PCAP",
	}
end