summaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'build.xml')
-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}"/>