Change how win32/common/config.h is updated
authorDavid Schleef <ds@schleef.org>
Thu, 26 Feb 2009 04:26:05 +0000 (20:26 -0800)
committerDavid Schleef <ds@schleef.org>
Thu, 26 Feb 2009 04:28:07 +0000 (20:28 -0800)
commitea2e208cc138ca0214bd4b6bb85790da7ed85269
treec10f4578e3f6cdf9cbe30f28e5abcfc5cb18e22a
parent07d2dbfdfec75e9cded0ac90e3bb0a33929de4a1
Change how win32/common/config.h is updated

Generate win32/common/config.h-new directly from config.h.in,
using shell variables in configure and some hard-coded information.
Change top-level makefile so that 'make win32-update' copies the
generated file to win32/common/config.h, which we keep in source
control.  It's kept in source control so that the git tree is
buildable from VS.

This change is similar to the one recently applied to GStreamer,
except that it adds a few -base specific defines.
Makefile.am
configure.ac
win32/common/config.h.in [deleted file]