summaryrefslogtreecommitdiff
path: root/Makefile.win32.common
AgeCommit message (Collapse)AuthorFilesLines
2012-09-15build: Improve win32 build systemAndrea Canciani1-1/+3
Handle cross-directory dependencies using PHONY targets and clean up some redundancies.
2011-09-14build-win32: Share targets and variables across win32 makefilesAndrea Canciani1-0/+54
The win32 build system repeatedly defines some basic variables (notably program names and flags) and C sources compilation rules. They can be factored out to a common Makefile, to be included in every other Makefile.win32.