summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 93c30ce)
raw | patch | inline | side by side (parent: 93c30ce)
author | ishmal <ishmal@users.sourceforge.net> | |
Mon, 27 Nov 2006 21:22:46 +0000 (21:22 +0000) | ||
committer | ishmal <ishmal@users.sourceforge.net> | |
Mon, 27 Nov 2006 21:22:46 +0000 (21:22 +0000) |
build.xml | patch | blob | history |
diff --git a/build.xml b/build.xml
index f28a8f24f692920852c20c5cabe8815facbe9664..5d2ac8ba0aeea15d1d18f2a0caf4dcebd961df4d 100644 (file)
--- a/build.xml
+++ b/build.xml
--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}">
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}"/>