build-win32: Share targets and variables across win32 makefiles
authorAndrea Canciani <ranma42@gmail.com>
Sun, 4 Sep 2011 16:00:38 +0000 (18:00 +0200)
committerAndrea Canciani <ranma42@gmail.com>
Wed, 14 Sep 2011 14:03:35 +0000 (07:03 -0700)
commita76b78c2daa61900572014070d3e856a460fd554
tree49bb1c530329d62c56f109c6483db0adbb3e0e95
parentefdf65c0c4fff551fb3cd9104deda9adb6261e22
build-win32: Share targets and variables across win32 makefiles

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.
Makefile.win32.common [new file with mode: 0644]
pixman/Makefile.win32
test/Makefile.win32