diff options
| author | Bob Jamison <ishmalius@gmail.com> | 2006-11-17 00:20:20 +0000 |
|---|---|---|
| committer | ishmal <ishmal@users.sourceforge.net> | 2006-11-17 00:20:20 +0000 |
| commit | 6475450c9abb665384d7667e51676db167121b5b (patch) | |
| tree | 69381821749c6a5060b45b455e53690a43235f72 /build.xml | |
| parent | New file. use for building with gtk28 (diff) | |
| download | inkscape-6475450c9abb665384d7667e51676db167121b5b.tar.gz inkscape-6475450c9abb665384d7667e51676db167121b5b.zip | |
library tweaks
(bzr r1966)
Diffstat (limited to 'build.xml')
| -rw-r--r-- | build.xml | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -85,7 +85,7 @@ <exclude name="removeoverlap/remove_rectangle_overlap-test.h"/>
</fileset>
<flags>
- -Wall -O3
+ -Wall -g -O3
-mms-bitfields
</flags>
<defines>
@@ -181,7 +181,7 @@ -lgc -mwindows -lws2_32 -lintl -lm
</libs>
</link>
- <strip file="${build}/inkscape.exe"/>
+ <!--<strip file="${build}/inkscape.exe"/>-->
</target>
<target name="dist" depends="link,i18n"
@@ -220,15 +220,14 @@ <copy file="${gtk}/bin/libxml2.dll" todir="${dist}"/>
<copy file="${gtk}/bin/xmlparse.dll" todir="${dist}"/>
<copy file="${gtk}/bin/jpeg62.dll" todir="${dist}"/>
- <copy file="${gtk}/bin/libintl-2.dll" todir="${dist}"/>
- <copy file="${gtk}/bin/libintl-2.dll" tofile="${dist}/intl.dll"/>
- <copy file="${gtk}/bin/libpng13.dlll" todir="${dist}"/>
+ <copy file="${gtk}/bin/libpng13.dll" todir="${dist}"/>
<copy file="${gtk}/bin/msvcr70.dll" todir="${dist}"/>
<copy file="${gtk}/bin/msvcr71.dll" todir="${dist}"/>
<copy file="${gtk}/bin/zlib1.dll" todir="${dist}"/>
<copy file="${gtk}/bin/iconv.dll" todir="${dist}"/>
<copy file="${gtk}/bin/popt1.dll" todir="${dist}"/>
<copy file="${gtk}/bin/liblcms-1.dll" todir="${dist}"/>
+ <copy file="${gtk}/bin/intl.dll" todir="${dist}"/>
<copy file="${gtk}/bin/intl.dll" tofile="${dist}/libintl-2.dll"/>
<!-- MSGFMT files -->
|
