From: ishmal Date: Thu, 1 Nov 2007 17:53:57 +0000 (+0000) Subject: Update to include libwpg as an external lib. Also use the new name "devlibs" for... X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=bb7dcaa239e11e54cce4810036b9d2d1fd898b88;p=inkscape.git Update to include libwpg as an external lib. Also use the new name "devlibs" for the lib bundle --- diff --git a/build-dw2.xml b/build-dw2.xml index 70c1b60f4..6bee3cdae 100644 --- a/build-dw2.xml +++ b/build-dw2.xml @@ -46,7 +46,7 @@ - + @@ -151,6 +151,12 @@ /* do we want bitmap manipulation? */ #define WITH_IMAGE_MAGICK 1 + /* Allow reading WordPerfect? */ + #define WITH_LIBWPG 1 + + /* Allow reading WordPerfect? */ + #define WITH_LIBWPG 1 + #endif /* _CONFIG_H_ */ @@ -198,7 +204,6 @@ - @@ -248,7 +253,7 @@ - + @@ -293,6 +298,8 @@ -I${gtk}/include/cairo -I${gtk}/include/poppler -I${gtk}/include/gc + -I${gtk}/include/libwpg-0.1 + -I${gtk}/include/libwpd-0.8 -Wno-comment -I${gtk}/perl/lib/CORE @@ -385,6 +392,7 @@ ${gtk}/bin/libxslt.dll -lpoppler-cairo -lpoppler -lcairo.dll + -lwpg-0.1.dll -lwpd-0.8.dll ${gtk}/lib/iconv.lib -lMagick++ -lWand -lMagick -lfreetype.dll -lfontconfig.dll @@ -501,6 +509,8 @@ + +