summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
2010-04-15Turn off all optimizations in debug build target.Tor Andersson
2010-04-14Combined all colorspace and all shading code into two files instead of five.Sebastian Rasmussen
2010-04-12Enable archx86 optimized code in the default build on MacOS X.Tor Andersson
2010-04-12Remove unused CRC32 code.Sebastian Rasmussen
2010-04-11Remove unused functions in obj_parse.cTor Andersson
2010-04-11Adapted pdfextract to new data structures and included it in the default build.Sebastian Rasmussen
2010-04-08Move fz_pixmap from draw directory to fitz.Tor Andersson
2010-04-08Add display list device.Tor Andersson
2010-04-08Rename the old path and text node files.Tor Andersson
2010-03-24Add debug and release modes to the Makefile.Tor Andersson
2010-03-24Fix Makefile for MSYS build.Tor Andersson
2010-03-24Add pdfclean target.Tor Andersson
2010-03-15Remove complete build directory when nuking build, instead of just its contents.Sebastian Rasmussen
2010-03-15Include generic PDF viewer executable in distribution tarball.Sebastian Rasmussen
2010-03-15Make building depend on generic PDF viewer executable that is resolved depend...Sebastian Rasmussen
2010-03-15Rename fitzdraw directory to draw.Tor Andersson
2010-03-14Use the system libfreetype on Mac OS X.Tor Andersson
2010-03-11Fix library order bug in makefile causing undefined references during linking...Sebastian Rasmussen
2010-03-09Add a GNU Makefile.Tor Andersson
2009-02-27Remove unmaintained windows makefile.Tor Andersson
2008-12-09strlcat() has been moved from util_strlcat.c to util_strlcpy.c.Sebastian Rasmussen
2008-04-20add blendmodes.c to plain MakefileKrzysztof Kowalczyk
2008-03-31fixes for native windows build with Visual StudioKrzysztof Kowalczyk
2008-03-28properly define NEED_STRLCPY on LinuxKrzysztof Kowalczyk
2008-03-28add ability to compile with jasperKrzysztof Kowalczyk
2008-03-28Don't define DEBUG in debug build since it breaks render.cKrzysztof Kowalczyk
2008-03-27Define DEBUG for debug builds and NDEBUG for release builds.Krzysztof Kowalczyk
2008-03-27Fix typo so that debug build builds as -O0 and -O2Krzysztof Kowalczyk
2008-03-26adding a standard MakefileKrzysztof Kowalczyk
2005-01-11fix jamfile & co for win32Tor Andersson
2005-01-09created macpdf appRaph Levien
2004-12-09ugly shade4Tor Andersson
2004-12-08add rule to generate c fontfiles for distTor Andersson
2004-12-08updated makefileTor Andersson
2004-11-30added simple makefileTor Andersson