summaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorBob Jamison <ishmalius@gmail.com>2007-05-18 14:16:07 +0000
committerishmal <ishmal@users.sourceforge.net>2007-05-18 14:16:07 +0000
commit8a1e58dd4ee55a535c3c6b83536d534bc8487aeb (patch)
tree18942e2e0ddedc7fd64bf0c38826f4bb705ad952 /build.xml
parentAdd initial attempt at embedded pkg-config (diff)
downloadinkscape-8a1e58dd4ee55a535c3c6b83536d534bc8487aeb.tar.gz
inkscape-8a1e58dd4ee55a535c3c6b83536d534bc8487aeb.zip
Minor fixes
(bzr r3027)
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index 4aad4e437..d5141970b 100644
--- a/build.xml
+++ b/build.xml
@@ -61,13 +61,16 @@
########################################################################
-->
<target name="init"
- description="Create the build directory structure used by compile">
+ description=
+ "Do all prepatory tasks, like make directories and copy files">
<!-- example of the <pkg-config> task
query can be cflags, libs, or both
prefix overrides the value of prefix="" in the file
the result of this entry can be later used as ${gtkmm}
+ -->
+ <!--
<pkg-config name="gtkmm-2.4" path="${gtk}/lib/pkgconfig"
query="both" property="gtkmm" prefix="${gtk}"/>
-->