summaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2013-09-25 22:56:32 +0000
committerJabiertxof <jtx@jtx.marker.es>2013-09-25 22:56:32 +0000
commit86c5f57796d973a949bf784a2a3decd451670f65 (patch)
tree67ebaebe16b973bbec7bc3b5501dbfcd63477c8c /build.xml
parentupdate to trunk (diff)
parentC++ify calling a few SPLPEItem functions, much more work than expected... slo... (diff)
downloadinkscape-86c5f57796d973a949bf784a2a3decd451670f65.tar.gz
inkscape-86c5f57796d973a949bf784a2a3decd451670f65.zip
Update to trunk
(bzr r11950.1.148)
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.xml b/build.xml
index 7bd6896e2..951d89dd7 100644
--- a/build.xml
+++ b/build.xml
@@ -422,7 +422,7 @@
<rc command="${archutil}windres"
file="${src}/inkscape.rc"
- out="${build}/inkres.o">
+ out="${build}/obj/inkres.o">
<flags>
--include-dir=${src}
</flags>
@@ -506,7 +506,7 @@
<rc command="${archutil}windres"
file="${src}/inkview.rc"
- out="${build}/inkviewres.o">
+ out="${build}/obj/inkviewres.o">
<flags>
--include-dir=${src}
</flags>