From: theadib Date: Sat, 3 Jun 2006 21:53:53 +0000 (+0000) Subject: added -I../cxxtest to make the tarball compile on win32 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=9bffded99a04945b47c55c578b7eab3c424e0658;p=inkscape.git added -I../cxxtest to make the tarball compile on win32 --- 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 \