summaryrefslogtreecommitdiff
path: root/Makefile.win32
AgeCommit message (Collapse)AuthorFilesLines
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'.