From: theAdib Date: Mon, 25 Dec 2006 18:18:15 +0000 (+0000) Subject: included inkview into new win32 build system btool X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=38b01bfefc71b09f412aa0a976d05364c8cf163e;p=inkscape.git included inkview into new win32 build system btool --- diff --git a/Makefile.am b/Makefile.am index 3399161c9..650f1d3f8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -137,7 +137,7 @@ EXTRA_DIST = \ po/Makefile.mingw \ po/inkscape.pot \ po/update_po_files.sh \ - src/Makefile.mingw src/inkscape_version.h.mingw src/inkscape.rc src/makedef.pl \ + src/Makefile.mingw src/inkscape_version.h.mingw src/inkscape.rc src/inkview.rc src/makedef.pl \ src/helper/sp-marshal.h.mingw src/helper/sp-marshal.cpp.mingw # We want the built inkscape.1 to go in the distributed .tar.gz so diff --git a/build.xml b/build.xml index c8ea0c17f..77f89ae6a 100644 --- a/build.xml +++ b/build.xml @@ -111,7 +111,7 @@ - + @@ -204,6 +204,7 @@ + @@ -258,12 +259,57 @@ + + + + + --include-dir=${src} + + + + + + + < include name="inkviewres.o"/ > + + + + + -L${gtk}/lib + -lgtkmm-2.4 -lgdkmm-2.4 -lglibmm-2.4 + -latkmm-1.6 -lpangomm-1.4 -lsigc-2.0 + -lgtk-win32-2.0 -lgdk-win32-2.0 -latk-1.0 + -lgdk_pixbuf-2.0 + -lpangocairo-1.0 -lpangoft2-1.0 -lpangowin32-1.0 -lpango-1.0 + -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -lcairo + + -L${gtk}/perl/lib/CORE -lperl58 + + -L${gtk}/python/libs -lpython24 + ${gtk}/bin/libxml2.dll + ${gtk}/lib/iconv.lib + -lfreetype.dll -lfontconfig.dll + -llcms.dll + -lssl -lcrypto + -lpng -lpopt ${gtk}/lib/zdll.lib + -lgc -mwindows -lws2_32 -lintl -lm + + + - + +