From 43e91251ad7844961f75c8af0ce7605c6e33f09b Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Wed, 19 Oct 2016 23:07:43 +0100 Subject: windows frontend netsurf options --- frontends/windows/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'frontends/windows/Makefile') diff --git a/frontends/windows/Makefile b/frontends/windows/Makefile index cfb1712ca..baaf225f1 100644 --- a/frontends/windows/Makefile +++ b/frontends/windows/Makefile @@ -15,6 +15,7 @@ LDFLAGS += -lgnurx -lgdi32 -lcomctl32 -lws2_32 -lmsimg32 -lshlwapi -mwindows CFLAGS += -U__STRICT_ANSI__ -mwin32 # only windows versions after XP are supported +# https://msdn.microsoft.com/en-gb/library/windows/desktop/aa383745 CFLAGS += '-DWINVER=0x0501' CFLAGS += '-D_WIN32_WINNT=0x0501' CFLAGS += '-D_WIN32_WINDOWS=0x0501' @@ -23,7 +24,7 @@ CFLAGS += '-D_WIN32_IE=0x0501' #installed resource path CFLAGS += '-DNETSURF_WINDOWS_RESPATH="$(NETSURF_WINDOWS_RESPATH)"' -WSCFLAGS := -std=c99 -DCURL_STATICLIB -DCARES_STATICLIB -g +WSCFLAGS := -std=c99 -Dnswin32 -DCURL_STATICLIB -DCARES_STATICLIB -g CFLAGS += $(WSCFLAGS) LDFLAGS += $(WSCFLAGS) -- cgit v1.2.3