From 402aaeb368844d49a92d4215ecab9ae926767bc9 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Tue, 29 Mar 2011 20:38:40 +0000 Subject: make windows frontend use svn path=/trunk/netsurf/; revision=12146 --- windows/Makefile.target | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'windows/Makefile.target') diff --git a/windows/Makefile.target b/windows/Makefile.target index d81e7d7ea..332d1df09 100644 --- a/windows/Makefile.target +++ b/windows/Makefile.target @@ -33,6 +33,11 @@ CFLAGS += '-D_WIN32_WINNT=0x0501' CFLAGS += '-D_WIN32_WINDOWS=0x0501' CFLAGS += '-D_WIN32_IE=0x0501' + + #installed resource path + CFLAGS += '-DNETSURF_WINDOWS_RESPATH="$(NETSURF_WINDOWS_RESPATH)"' + + WSCFLAGS := -std=c99 \ $(WARNFLAGS) -I. -I${MINGW_INSTALL_ENV}/include/ \ -DCURL_STATICLIB -DLIBXML_STATIC -g -- cgit v1.2.3