summaryrefslogtreecommitdiff
path: root/Makefile.win32
AgeCommit message (Collapse)AuthorFilesLines
2008-09-23[Makefile.win32] Add comments about where to edit for customizationBehdad Esfahbod1-0/+3
2008-09-22[Makefile.win32] Add makefile rules to generate cairo-features.hBehdad Esfahbod1-4/+1
2008-09-22[build] Add Makefile.win32.commonBehdad Esfahbod1-55/+2
2008-09-20[Makefile.win32] Remove a few unused macro declarationsBehdad Esfahbod1-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_MUTEXBehdad Esfahbod1-1/+1
2008-08-28Move version number to src/cairo-version.hBehdad Esfahbod1-13/+2
2008-08-28Fixed cairo version in win32 makefileAntoine Azar1-3/+6
2008-08-05[win32] Update win32 build, remove gcc dependencyVladimir Vukicevic1-3/+10
2008-02-06Some fixes and improvements to the Win32 buildAzar@.(none)1-6/+26
2007-08-28[win32] Update win32 MakefilesVladimir Vukicevic1-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 everywhereVladimir Vukicevic1-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 targetsVladimir Vukicevic1-1/+12
Add html target to toplevel and test/ Makefile.win32
2006-09-09[win32] win32-specific Makefiles for building with MSVCVladimir Vukicevic1-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'.