diff options
| author | Bob Jamison <ishmalius@gmail.com> | 2006-11-18 02:06:29 +0000 |
|---|---|---|
| committer | ishmal <ishmal@users.sourceforge.net> | 2006-11-18 02:06:29 +0000 |
| commit | e790c266e1f3c7833b67351da4af2f0a60829b6d (patch) | |
| tree | 8f68f56b7c34791ed342ebd09814ba147f1483f2 /build.xml | |
| parent | Added regex. Greatly improved <fileset> scanning. (diff) | |
| download | inkscape-e790c266e1f3c7833b67351da4af2f0a60829b6d.tar.gz inkscape-e790c266e1f3c7833b67351da4af2f0a60829b6d.zip | |
Fixed absolute paths in createDirectory()
(bzr r1975)
Diffstat (limited to 'build.xml')
| -rw-r--r-- | build.xml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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> |
