1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
defines { "UNICODE", "_UNICODE", "OSD_WINDOWS", "USE_SDL=0", "main=utf8_main", "_WIN32_WINNT=0x0501", } configuration { "vs*" } flags { "Unicode", } configuration { } if not _OPTIONS["DONT_USE_NETWORK"] then defines { "USE_NETWORK", "OSD_NET_USE_PCAP", } end