Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-09-23 | [Makefile.win32] Add comments about where to edit for customization | Behdad Esfahbod | 1 | -0/+3 | |
2008-09-22 | [Makefile.win32] Add makefile rules to generate cairo-features.h | Behdad Esfahbod | 1 | -4/+1 | |
2008-09-22 | [build] Add Makefile.win32.common | Behdad Esfahbod | 1 | -55/+2 | |
2008-09-20 | [Makefile.win32] Remove a few unused macro declarations | Behdad Esfahbod | 1 | -2/+0 | |
An undefined PACKAGE_BUGREPORT is not properly handled where it's used. The other two were not being used after build system revamp. | |||||
2008-09-16 | [Makefile.win32] Don't declare CAIRO_NO_MUTEX | Behdad Esfahbod | 1 | -1/+1 | |
2008-08-28 | Move version number to src/cairo-version.h | Behdad Esfahbod | 1 | -13/+2 | |
2008-08-28 | Fixed cairo version in win32 makefile | Antoine Azar | 1 | -3/+6 | |
2008-08-05 | [win32] Update win32 build, remove gcc dependency | Vladimir Vukicevic | 1 | -3/+10 | |
2008-02-06 | Some fixes and improvements to the Win32 build | Azar@.(none) | 1 | -6/+26 | |
2007-08-28 | [win32] Update win32 Makefiles | Vladimir Vukicevic | 1 | -6/+39 | |
Happy building with msys, one location for CFLAGS/etc changes (toplevel), new pdiff makefile. | |||||
2006-09-09 | [win32] Makefile.win32: use correct (/MD) runtime library flag everywhere | Vladimir Vukicevic | 1 | -1/+2 | |
There was a bad mix of LIBCMT (the static runtime lib) and MSVCRT (the dynamic one) before, because LIBCMT is the default. This specifies /MD everywhere. | |||||
2006-09-09 | [win32] Makefile.win32: fix test and add html targets | Vladimir Vukicevic | 1 | -1/+12 | |
Add html target to toplevel and test/ Makefile.win32 | |||||
2006-09-09 | [win32] win32-specific Makefiles for building with MSVC | Vladimir Vukicevic | 1 | -0/+18 | |
This patch adds a bunch of makefiles for building cairo with Visual C++. gnu make is still required, and make must be run from a command prompt that has the Visual C++ paths set up, as well as has the cygwin environment in the path. Run 'make -f Makefile.win32'. |