~centralelyon2010/inkscape/imagelinks2

« back to all changes in this revision

Viewing changes to build-lx.xml

  • Committer: Ted Gould
  • Date: 2008-11-21 05:24:08 UTC
  • Revision ID: ted@canonical.com-20081121052408-tilucis2pjrrpzxx
MergeĀ fromĀ fe-moved

Show diffs side-by-side

added added

removed removed

Lines of Context:
173
173
        /* Allow reading WordPerfect? */
174
174
        #define WITH_LIBWPG                   1
175
175
 
176
 
        /* Do we support SVG Fonts? */
177
 
        #define ENABLE_SVG_FONTS              1
178
 
 
179
176
        #endif /* _CONFIG_H_ */
180
177
    </makefile>
181
178
  </target>
192
189
    <!-- not good <touch file="${src}/ui/dialog/aboutbox.cpp"/> -->
193
190
    <!-- better -->
194
191
    <delete file="${build}/obj/ui/dialog/aboutbox.o"/>
 
192
    <delete file="inkscape_version.h"/>
195
193
  </target>
196
194
 
197
195
 
586
584
    <delete dir="${dist}"/>
587
585
    <delete file="build.dep"/>
588
586
    <delete file="config.h"/>
 
587
    <delete file="inkscape_version.h"/>
589
588
 
590
589
  </target>
591
590