summaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorBob Jamison <ishmalius@gmail.com>2006-11-18 02:06:29 +0000
committerishmal <ishmal@users.sourceforge.net>2006-11-18 02:06:29 +0000
commite790c266e1f3c7833b67351da4af2f0a60829b6d (patch)
tree8f68f56b7c34791ed342ebd09814ba147f1483f2 /build.xml
parentAdded regex. Greatly improved <fileset> scanning. (diff)
downloadinkscape-e790c266e1f3c7833b67351da4af2f0a60829b6d.tar.gz
inkscape-e790c266e1f3c7833b67351da4af2f0a60829b6d.zip
Fixed absolute paths in createDirectory()
(bzr r1975)
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index 76ab1f66d..e393c9948 100644
--- a/build.xml
+++ b/build.xml
@@ -14,6 +14,7 @@
<target name="init">
<!-- Create the build directory structure used by compile -->
<mkdir dir="${build}"/>
+ <mkdir dir="${dist}"/>
<makefile file="config.h">
#ifndef _CONFIG_H_
#define _CONFIG_H_
@@ -142,7 +143,7 @@
<exclude name="removeoverlap/remove_rectangle_overlap-test.h"/>
</fileset>
<flags>
- -Wall -O3
+ -Wall -g -O3
-mms-bitfields
</flags>
<defines>