diff options
| author | Bob Jamison <ishmalius@gmail.com> | 2007-05-18 14:16:07 +0000 |
|---|---|---|
| committer | ishmal <ishmal@users.sourceforge.net> | 2007-05-18 14:16:07 +0000 |
| commit | 8a1e58dd4ee55a535c3c6b83536d534bc8487aeb (patch) | |
| tree | 18942e2e0ddedc7fd64bf0c38826f4bb705ad952 /build.xml | |
| parent | Add initial attempt at embedded pkg-config (diff) | |
| download | inkscape-8a1e58dd4ee55a535c3c6b83536d534bc8487aeb.tar.gz inkscape-8a1e58dd4ee55a535c3c6b83536d534bc8487aeb.zip | |
Minor fixes
(bzr r3027)
Diffstat (limited to 'build.xml')
| -rw-r--r-- | build.xml | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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}"/> --> |
