From 746e0c0ebc919556e0e83621f26fd2de82198a34 Mon Sep 17 00:00:00 2001 From: Chris Morgan Date: Mon, 21 Dec 2009 19:40:15 +0530 Subject: [PATCH] Changed the default Win32 build target from dist-inkscape to dist-all (so inkview is compiled). While I personally agree with https://bugs.launchpad.net/inkscape/+bug/278001 (Inkscape package contains very large (8MB) inkview binary file - please package it separately) - and it's 14MB for Windows - before 0.47 the decision was made to continue distributing inkview, so it makes sense to make it impossible for the packager to forget. --- build.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.xml b/build.xml index d8c62e5f2..99e221e64 100644 --- a/build.xml +++ b/build.xml @@ -31,14 +31,14 @@ ## P R O J E C T : I N K S C A P E ######################################################################## --> - + 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 + Note that the default target is 'dist-all'. You can execute other targets instead, by "btool {target}", like "btool compile", if - you want to save time. + you want to save time, or "dist-inkscape" if you don't want inkview. -- 2.30.2