summaryrefslogtreecommitdiff
path: root/Makefile.win32
AgeCommit message (Collapse)AuthorFilesLines
2012-09-15build: Improve win32 build systemAndrea Canciani1-7/+7
Handle cross-directory dependencies using PHONY targets and clean up some redundancies.
2011-09-14build-win32: Add 'check' targetAndrea Canciani1-0/+5
On win32 the tests are built but they are not run automatically by the build system. A minimal 'check' target (depending on the tests being built) can simply run them and log to the console their success/failure.
2011-09-14build-win32: Add root Makefile.win32Andrea Canciani1-0/+20
Add Makefile.win32 to the pixman root. This makefile can recursively run the other ones to compile the library or the test suite.