mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-05 07:40:01 +00:00
win32: commit Makefile changes for win32-update as well
This commit is contained in:
parent
6773a8c6a2
commit
be687a1a64
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue