summaryrefslogtreecommitdiff
path: root/windows/Makefile.target
diff options
context:
space:
mode:
authorVincent Sanders <vince@netsurf-browser.org>2011-01-23 13:46:30 +0000
committerVincent Sanders <vince@netsurf-browser.org>2011-01-23 13:46:30 +0000
commit6e40f045f6425b49e1a771daf82a372f663d0f8a (patch)
treed11e489a014072068f7da33ae524f9183baacfad /windows/Makefile.target
parent3938a08bf906499216742429dd24ea4501df4c8c (diff)
downloadnetsurf-6e40f045f6425b49e1a771daf82a372f663d0f8a.tar.gz
netsurf-6e40f045f6425b49e1a771daf82a372f663d0f8a.tar.bz2
fix include path setting on windows native build
svn path=/trunk/netsurf/; revision=11463
Diffstat (limited to 'windows/Makefile.target')
-rw-r--r--windows/Makefile.target2
1 files changed, 1 insertions, 1 deletions
diff --git a/windows/Makefile.target b/windows/Makefile.target
index ce81ca1cb..9d8f2a0f0 100644
--- a/windows/Makefile.target
+++ b/windows/Makefile.target
@@ -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)