win32: use .obj not .o, and build an intermediate library
authorH. Peter Anvin <hpa@linux.intel.com>
Tue, 22 Jun 2010 22:59:04 +0000 (15:59 -0700)
committerH. Peter Anvin <hpa@linux.intel.com>
Tue, 22 Jun 2010 22:59:04 +0000 (15:59 -0700)
commitad0d53c9ed34da93d7b9ce96ffaf5570c7c2a95b
treea074613ab07b2879747344bb0e1193743e8af727
parent68ac3bd7646f38a61acf798ef48b9cc3e0d5c8e8
win32: use .obj not .o, and build an intermediate library

Use .obj as the extension, rather than .o, to match Windows
conventions.  Furthermore, build an intermediate library for the stuff
that we pick up from elsewhere; this makes it easier to build
additional Windows binaries with helper functions in libinstaller or
another source library.

Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
win32/Makefile