diff options
| author | Bob Jamison <ishmalius@gmail.com> | 2008-05-12 18:38:24 +0000 |
|---|---|---|
| committer | ishmal <ishmal@users.sourceforge.net> | 2008-05-12 18:38:24 +0000 |
| commit | e62ea6b58d318ce32db66e2370fdb37fe498965a (patch) | |
| tree | c123fee61e07e34cdfdd8f604e38d31d5bde1801 | |
| parent | Extensive update. Provide late binding, and aliases for pkg-config. (diff) | |
| download | inkscape-e62ea6b58d318ce32db66e2370fdb37fe498965a.tar.gz inkscape-e62ea6b58d318ce32db66e2370fdb37fe498965a.zip | |
fix typo
(bzr r5658)
| -rw-r--r-- | build.xml | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -26,8 +26,6 @@ - - <!-- ######################################################################## ## P R O J E C T : I N K S C A P E @@ -38,6 +36,9 @@ Build file for the Inkscape SVG editor. This file was written for GTK-2.10 on Win32, but it should work well for other types of builds with only minor adjustments. + Note that the default target is 'dist'. You can execute other + targets instead, by "btool {target}", like "btool compile", if + you want to save time. </description> <!-- set global properties for this build --> @@ -378,8 +379,7 @@ <libs> -L${gtk}/lib -lpoppler-cairo -lpoppler-glib -lpoppler.dll - ${pcl.gtkmm-2.4} ${pc.pangoft2} -lgthread-2.0 - -lgsl + ${pcl.gtkmm-2.4} ${pcl.pangoft2} ${pcl.gthread-2.0} <!-- PERL --> <!-- -L${gtk}/perl/lib/CORE -lperl58 --> <!-- PYTHON --> @@ -395,6 +395,7 @@ -lfreetype.dll -lfontconfig.dll -lssl -lcrypto -llcms.dll + -lgsl -lpng -ljpeg.dll -ltiff.dll -lpopt ${gtk}/lib/zdll.lib -lgc -lws2_32 -lintl -lgdi32 -lcomdlg32 -lm |
