summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdib Taraben <theadib@gmail.com>2006-06-03 21:53:53 +0000
committertheadib <theadib@users.sourceforge.net>2006-06-03 21:53:53 +0000
commitae3036291042a345aa4c0208c166cf7e8e22d638 (patch)
tree12d81dab3946441f384c74a0bac8987a76c3162e
parentfrench.nsh - from utf to ansi, inkscape.nsi - small typo to make it run (diff)
downloadinkscape-ae3036291042a345aa4c0208c166cf7e8e22d638.tar.gz
inkscape-ae3036291042a345aa4c0208c166cf7e8e22d638.zip
added -I../cxxtest to make the tarball compile on win32
(bzr r1146)
-rw-r--r--Makefile.mingw.common2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.mingw.common b/Makefile.mingw.common
index ff6affc2f..3702e119a 100644
--- a/Makefile.mingw.common
+++ b/Makefile.mingw.common
@@ -199,7 +199,7 @@ PYTHONLIB = -L$(GTK)/python/libs -lpython24
#PYTHONLIB = -L$(GTK)/python/libs/libpython24.a
####### remove -DLIBXML_STATIC
-INC = -I. -I.. -I../.. $(GTKINC) -I$(GTK)/include \
+INC = -I. -I.. -I../.. -I../cxxtest $(GTKINC) -I$(GTK)/include \
$(PERLINC) $(PYTHONINC) -I$(GTK)/include/loudmouth-1.0 \
-I$(GTK)/include/libxml2 -I$(GTK)/include/freetype2 \