summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBob Jamison <ishmalius@gmail.com>2006-11-27 21:22:46 +0000
committerishmal <ishmal@users.sourceforge.net>2006-11-27 21:22:46 +0000
commitf3a71e220d41e3c928d920b8d634d6bbe55aa2f7 (patch)
treeddc50c9bbf6ab0bff4efb6cc06dae681c46e2177
parentnon-gtkmm dialogs are now always opened ON-screen (diff)
downloadinkscape-f3a71e220d41e3c928d920b8d634d6bbe55aa2f7.tar.gz
inkscape-f3a71e220d41e3c928d920b8d634d6bbe55aa2f7.zip
fix 'strip'
(bzr r2046)
-rw-r--r--build.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index f28a8f24f..5d2ac8ba0 100644
--- a/build.xml
+++ b/build.xml
@@ -211,7 +211,9 @@
--include-dir=${src}
</flags>
</rc>
- <link command="g++" out="${build}/inkscape.exe">
+ <link command="g++" out="${build}/inkscape.exe"
+ strip="true" symfile="${build}/inkscape.dbg"
+ >
<flags>
</flags>
<fileset dir="${build}">
@@ -247,6 +249,7 @@
description="generate the distribution" >
<!-- Create the distribution directory -->
<copy file="${build}/inkscape.exe" todir="${dist}"/>
+ <copy file="${build}/inkscape.dbg" todir="${dist}"/>
<copy file="AUTHORS" todir="${dist}"/>
<copy file="COPYING" todir="${dist}"/>
<copy file="COPYING.LIB" todir="${dist}"/>