fix include path setting on windows native build

svn path=/trunk/netsurf/; revision=11463
This commit is contained in:
Vincent Sanders 2011-01-23 13:46:30 +00:00
parent 3938a08bf9
commit 6e40f045f6

View File

@ -26,7 +26,7 @@
# only windows versions after 2000 are supported
CFLAGS += '-DWINVER=0x0500'
WSCFLAGS := -std=c99 \
$(WARNFLAGS) -I. -I/${MINGW_INSTALL_ENV}/include \
$(WARNFLAGS) -I. -I${MINGW_INSTALL_ENV}/include/ \
-DCURL_STATICLIB -g
CFLAGS += $(WSCFLAGS)
LDFLAGS += $(WSCFLAGS)