win32: commit Makefile changes for win32-update as well

This commit is contained in:
Tim-Philipp Müller 2010-06-01 11:45:11 +01:00
parent 6773a8c6a2
commit be687a1a64

View file

@ -96,10 +96,12 @@ endif
# FIXME: this target should be run every time we do "make release"
# find a way of automating that
win32-update:
for f in gstversion.h gstenumtypes.c gstenumtypes.h; do \
for f in gstversion.h gstenumtypes.c gstenumtypes.h gstmarshal.c gstmarshal.h; do \
cp $(top_builddir)/gst/$$f win32/common; done
$(top_srcdir)/tools/gst-indent win32/common/gstenumtypes.c
$(top_srcdir)/tools/gst-indent win32/common/gstenumtypes.c
$(top_srcdir)/tools/gst-indent win32/common/gstmarshal.c
$(top_srcdir)/tools/gst-indent win32/common/gstmarshal.c
cp $(top_builddir)/win32/common/config.h-new \
$(top_srcdir)/win32/common/config.h