summaryrefslogtreecommitdiffstats
path: root/build.xml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix typoBob Jamison2008-05-121-4/+5
| | | (bzr r5658)
* Extensive update. Provide late binding, and aliases for pkg-config.Bob Jamison2008-05-121-43/+13
| | | (bzr r5657)
* update to latest 2geom. this adds gsl dependency, doesn't seem to make ↵Johan B. C. Engelen2008-05-101-0/+1
| | | | | inskape executable bigger (bzr r5649)
* set continue on error to trueJohan B. C. Engelen2008-05-081-1/+1
| | | (bzr r5632)
* update excludesBob Jamison2008-05-081-2/+0
| | | (bzr r5627)
* Add new property to <cc>, refreshCache, to force recompBob Jamison2008-05-021-13/+16
| | | (bzr r5581)
* make format string warnings fatal, since it should never happenKees Cook2008-04-291-1/+1
| | | (bzr r5549)
* Tweak "errorOccurred"Bob Jamison2008-04-251-1/+2
| | | (bzr r5519)
* Add an <excludeinc> filelist tag to <cc> to avoid float.h in extension/paramBob Jamison2008-04-041-0/+3
| | | (bzr r5330)
* win32: use libpoppler-3.dll now with new devlibsJohan B. C. Engelen2008-04-041-1/+1
| | | (bzr r5323)
* Adjust to new location for jvm resourcesBob Jamison2008-04-021-2/+2
| | | (bzr r5305)
* Add simple <jar> task. Separate "builddist" targetBob Jamison2008-03-311-23/+45
| | | (bzr r5270)
* Add a separate "javaclean" target so that it can be invoked without deleting ↵Bob Jamison2008-03-211-1/+11
| | | | | all of the c++ binaries. (bzr r5146)
* tweaked patch from Ulf to make extension workingAdib Taraben2008-03-121-0/+1
| | | (bzr r5073)
* Making/copying the /share/java dir is ok even if you don't use it. Now ↵Bob Jamison2008-03-121-2/+3
| | | | | there is only one place that needs editing to enable/disable java (bzr r5072)
* Add (commented) everything needed to build with javaBob Jamison2008-03-111-1/+1
| | | (bzr r5058)
* Add more javac stuff. Add target="" attribute to javacBob Jamison2008-03-111-1/+4
| | | (bzr r5056)
* c++ part of binding can be compiled now without needing a jdk installed. ↵Bob Jamison2008-03-091-2/+1
| | | | | Uses a local copy of jni.h instead. (bzr r5003)
* Add items for java bindingBob Jamison2008-03-081-3/+23
| | | (bzr r5001)
* remove duplicate "+version" in the version nameJohan B. C. Engelen2008-03-041-1/+1
| | | (bzr r4963)
* increase version number in build.xmlJohan B. C. Engelen2008-03-021-1/+1
| | | (bzr r4928)
* M build.xmlJoel Holdsworth2008-02-231-1/+0
| | | (bzr r4837)
* r17671@shi: ted | 2008-01-15 23:00:05 -0800Ted Gould2008-01-161-1/+1
| | | | | +devel take two (bzr r4510)
* r17645@shi: ted | 2008-01-14 22:05:15 -0800Ted Gould2008-01-161-1/+1
| | | | | pre0 marking (bzr r4505)
* create inkview on distAdib Taraben2008-01-151-1/+1
| | | (bzr r4502)
* create inkview on distAdib Taraben2008-01-151-1/+1
| | | (bzr r4501)
* Change menu icon sizes for windows from 13,13 to 16,16 (Closes: LPBryce Harrington2008-01-061-1/+1
| | | | | #178215) (bzr r4415)
* remove -g flag from build.xml as it is really not necessary and slows down ↵Johan B. C. Engelen2007-12-131-1/+1
| | | | | building tremendously. If anybody finds use for -g, please let me know. (bzr r4225)
* more win32 compile for inkviewAdib Taraben2007-12-121-1/+2
| | | (bzr r4222)
* reenable buil inkview on windowsAdib Taraben2007-12-111-9/+9
| | | (bzr r4211)
* add cairomm to win32 linker proccessAdib Taraben2007-12-101-6/+9
| | | (bzr r4203)
* remove all mention of extension/internal/gnome.cpp from build files for make ↵Aaron Spike2007-12-101-1/+0
| | | | | distcheck; this included removing mention from a comment in src/libnr/nr-path.h (bzr r4201)
* The missing "page" and "document" methods were in poppler-glib. add before ↵Bob Jamison2007-11-211-2/+2
| | | | | -lpoppler.dll. Also, since poppler-glib deps on glib, put it before -lglib. (bzr r4123)
* Disable HAVE_POPPLER_CAIRO definition in config.h.Johan B. C. Engelen2007-11-201-1/+1
| | | (bzr r4115)
* add compiler warning flags from configure.ac to build.xmlJohan B. C. Engelen2007-11-121-1/+2
| | | (bzr r4073)
* minor tweaksBob Jamison2007-11-021-5/+14
| | | (bzr r4014)
* Fix build.xml to *not* use i686-pc-mingw32.Johan B. C. Engelen2007-11-011-2/+2
| | | (bzr r4009)
* remove duplicate linesJohan B. C. Engelen2007-11-011-3/+0
| | | (bzr r4008)
* update buildtool files for our new Dwarf2 EHBob Jamison2007-11-011-9/+27
| | | (bzr r4005)
* Copy gspawn-win32-helper.exe to dist dir. Does this fix the crashing when ↵Johan B. C. Engelen2007-10-091-0/+4
| | | | | running extensions? It does for me. (bzr r3866)
* make win32 compile using libxsltAdib Taraben2007-09-121-0/+4
| | | (bzr r3737)
* add chebyshev.cpp to exclude listBob Jamison2007-08-311-0/+1
| | | (bzr r3627)
* Add libpoppler-cairo, and correct the link orderBob Jamison2007-08-191-3/+5
| | | (bzr r3538)
* Need to link with libcairo.dll.a rather than cairo.libBob Jamison2007-08-191-1/+2
| | | (bzr r3528)
* fix build for boost and imagemagickBob Jamison2007-08-191-8/+7
| | | (bzr r3512)
* Commit LivePathEffect branch to trunk!Johan B. C. Engelen2007-08-141-3/+8
| | | | | (disabled extension/internal/bitmap/*.* in build.xml to fix compilation) (bzr r3472)
* Add popplerBob Jamison2007-07-151-2/+7
| | | (bzr r3244)
* put ssl backBob Jamison2007-07-051-0/+1
| | | (bzr r3188)
* excluding plugin.cpp to fix compiling on win32 (list discussion indicated it ↵Josh Andler2007-06-281-0/+1
| | | | | isn't used on linux, we'll see about win32) (bzr r3153)
* Add gtkrc to build.xml. Fix native path on <makefile>Bob Jamison2007-06-261-1/+47
| | | (bzr r3109)