~jazzynico/inkscape-devlibs/trunk

« back to all changes in this revision

Viewing changes to build.xml

  • Committer: jazzynico
  • Date: 2016-07-05 13:23:04 UTC
  • Revision ID: nicoduf@yahoo.fr-20160705132304-46tafu0r8r9igpyg
Fixing custom build.xml file to reflect recent changes with the official file.
Fixing dates in readme.txt.
Adding missing gdb exec.

Show diffs side-by-side

added added

removed removed

Lines of Context:
269
269
    <cxxtestpart command="${python} ${cxxtest}/cxxtestgen.py --have-eh"
270
270
                 out="${src}/svg/test-svg.cpp">
271
271
        <fileset dir="${src}/svg">
272
 
            <include name="css-ostringstream-test.h"/>
 
272
            <!--<include name="css-ostringstream-test.h"/>-->
273
273
            <include name="stringstream-test.h"/>
274
274
            <include name="svg-affine-test.h"/>
275
275
            <include name="svg-color-test.h"/>
330
330
            <exclude name="extension/dbus/.*"/>
331
331
            <exclude name="extension/dxf2svg/.*"/>
332
332
            <exclude name="extension/implementation/plugin.cpp"/>
333
 
            <exclude name="extension/plugin/.*"/>
 
333
            <exclude name="extension/plugins/.*"/>
334
334
            <exclude name="extract-uri-test.cpp"/>
335
335
            <exclude name="helper/units-test.cpp"/>
336
336
            <!-- exclude name="inkview.cpp"/-->
341
341
            <exclude name="sp-gradient-test.cpp"/>
342
342
            <exclude name="style-test.cpp"/>
343
343
            <exclude name="svg/ftos.cpp"/>
344
 
            <!--<exclude name="svg/test-svg.cpp"/>-->
 
344
            <exclude name="svg/test-svg.cpp"/>
345
345
            <exclude name="svg/test-svg-main.cpp"/>
346
346
            <exclude name="util/list-container-test.cpp"/>
347
347
            <exclude name="widgets/test-widgets.cpp"/>
 
348
            <exclude name="widgets/image-menu-item.c"/>
348
349
            <exclude name="xml/quote-test.cpp"/>
349
350
            <exclude name="xml/repr-action-test.cpp"/>
350
351
            <exclude name="xml/test-xml.cpp"/>
407
408
            ${pcc.gdkmm-2.4}
408
409
            ${pcc.gtk+-2.0}
409
410
            ${pcc.gdk-2.0}
 
411
            ${pcc.gmodule-2.0}
410
412
            <!-- OTHER -->
411
413
                        <!-- ${pcc.Magick++} -->
412
414
            ${pcc.glibmm-2.4}
492
494
       <libs>
493
495
           -L${devlibs}/lib
494
496
           ${pcl.poppler-cairo} ${pcl.poppler-glib} ${pcl.poppler} 
 
497
           ${pcl.gmodule-2.0}
495
498
           ${pcl.pangoft2} ${pcl.gthread-2.0}
496
499
           ${pcl.gtkmm-2.4} ${pcl.gdkmm-2.4}
497
500
           ${pcl.gtk+-2.0} ${pcl.gdk-2.0}
579
582
       </fileset>
580
583
       <libs>
581
584
           -L${devlibs}/lib
582
 
           ${pcl.poppler-cairo} ${pcl.poppler-glib} ${pcl.poppler} 
 
585
           ${pcl.poppler-cairo} ${pcl.poppler-glib} ${pcl.poppler}
 
586
           ${pcl.gmodule-2.0}
583
587
           ${pcl.pangoft2} ${pcl.gthread-2.0}
584
588
           ${pcl.gtkmm-2.4} ${pcl.gdkmm-2.4}
585
589
           ${pcl.gtk+-2.0} ${pcl.gdk-2.0}
636
640
       <libs>
637
641
           -L${devlibs}/lib
638
642
           ${pcl.poppler-cairo} ${pcl.poppler-glib} ${pcl.poppler} 
 
643
           ${pcl.gmodule-2.0}
639
644
           ${pcl.pangoft2} ${pcl.gthread-2.0}
640
645
           ${pcl.gtkmm-2.4} ${pcl.gdkmm-2.4}
641
646
           ${pcl.gtk+-2.0} ${pcl.gdk-2.0}
674
679
    <!-- Create the distribution directory -->
675
680
    <copy todir="${dist}" file="AUTHORS"/>
676
681
    <copy todir="${dist}" file="COPYING"/>
677
 
    <copy todir="${dist}" file="COPYING.LIB"/>
 
682
    <copy todir="${dist}" file="GPL2.txt"/>
 
683
    <copy todir="${dist}" file="GPL3.txt"/>
 
684
    <copy todir="${dist}" file="LGPL2.1.txt"/>
678
685
    <copy todir="${dist}" file="NEWS"/>
679
686
    <copy todir="${dist}" file="README"/>
680
687
    <copy todir="${dist}" file="TRANSLATORS"/>
752
759
    <!-- MSGFMT files -->
753
760
    <copy todir="${dist}">
754
761
        <fileset dir="${build}/locale">
755
 
          <exclude name=".*\.am"/>
 
762
          <exclude name=".*\.am$"/>
756
763
        </fileset>
757
764
    </copy>
758
765
 
768
775
        <copy todir="${dist}/lib"> <fileset dir="${devlibs}/lib/gdk-pixbuf-2.0"/> </copy>
769
776
    <copy todir="${dist}">
770
777
        <fileset dir="share">
771
 
          <exclude name=".*\.am"/>
772
 
          <exclude name=".*\.in"/>
773
 
          <exclude name=".*\.sh"/>
 
778
          <exclude name=".*\.am$"/>
 
779
          <exclude name=".*\.in$"/>
 
780
          <exclude name=".*\.sh$"/>
774
781
          <exclude name="icons/hicolor/index.theme"/>
775
782
        </fileset>
776
783
    </copy>
792
799
    <copy todir="${dist}" file="${devlibs}/perl/bin/perl58.dll"/>
793
800
 
794
801
    <!-- PYTHON -->
795
 
    <copy todir="${dist}" file="${devlibs}/python/python26.dll"/>
 
802
    <copy todir="${dist}" file="${devlibs}/python/python27.dll"/>
796
803
    <copy todir="${dist}/python" file="${devlibs}/python/python.exe" />
797
804
    <copy todir="${dist}/python" file="${devlibs}/python/pythonw.exe"/>
798
805
    <copy todir="${dist}/python"> <fileset dir="${devlibs}/python/Lib"/> </copy>
799
806
    <copy todir="${dist}/python"> <fileset dir="${devlibs}/python/DLLs"/> </copy>
800
 
    <!-- <copy todir="${dist}/python"> <fileset dir="${devlibs}/python/Scripts"/> </copy> -->
 
807
    <copy todir="${dist}/python"> <fileset dir="${devlibs}/python/Scripts"/> </copy>
801
808
 
802
809
    <!--<copy file="${devlibs}/share/themes/MS-Windows/gtk-2.0/gtkrc" todir="${dist}/etc/gtk-2.0"/>-->
803
810
    <makefile file="${dist}/etc/gtk-2.0/gtkrc">