diff options
| author | Bob Jamison <ishmalius@gmail.com> | 2006-11-27 21:22:46 +0000 |
|---|---|---|
| committer | ishmal <ishmal@users.sourceforge.net> | 2006-11-27 21:22:46 +0000 |
| commit | f3a71e220d41e3c928d920b8d634d6bbe55aa2f7 (patch) | |
| tree | ddc50c9bbf6ab0bff4efb6cc06dae681c46e2177 | |
| parent | non-gtkmm dialogs are now always opened ON-screen (diff) | |
| download | inkscape-f3a71e220d41e3c928d920b8d634d6bbe55aa2f7.tar.gz inkscape-f3a71e220d41e3c928d920b8d634d6bbe55aa2f7.zip | |
fix 'strip'
(bzr r2046)
| -rw-r--r-- | build.xml | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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}"/> |
