From 756dc098f7e2ac55921444d77d501d6440b456fc Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Fri, 13 Aug 2004 14:03:05 +0000 Subject: [PATCH] add win32 - fixes 149981 Original commit message from CVS: add win32 - fixes 149981 --- ChangeLog | 6 ++++++ Makefile.am | 20 ++++++++++++++------ win32/MANIFEST | 31 +++++++++++++++++++++++++++++++ 3 files changed, 51 insertions(+), 6 deletions(-) create mode 100644 win32/MANIFEST diff --git a/ChangeLog b/ChangeLog index 8b31a53e1d..c3f1339b5e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2004-08-13 Thomas Vander Stichele + + * Makefile.am: + * win32/MANIFEST: + add win32 dir to the build. Fixes #149981. + 2004-08-13 Thomas Vander Stichele * configure.ac: diff --git a/Makefile.am b/Makefile.am index cb0305c4fe..aa4111ecb7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -29,14 +29,16 @@ ACLOCAL_AMFLAGS = -I common/m4 aclocaldir = $(datadir)/aclocal aclocal_DATA = gst-element-check-@GST_MAJORMINOR@.m4 -SUBDIRS = include gst libs tools \ +SUBDIRS = \ + include gst libs tools \ $(SUBDIRS_TESTS) $(SUBDIRS_EXAMPLES) \ pkgconfig po \ common \ $(SUBDIRS_DOCS) # These are all the possible subdirs -DIST_SUBDIRS = include libs gst \ +DIST_SUBDIRS = \ + include libs gst \ tools \ tests testsuite \ examples \ @@ -45,10 +47,16 @@ DIST_SUBDIRS = include libs gst \ common \ docs -EXTRA_DIST = gstreamer.spec gstreamer.spec.in gst-element-check.m4 \ - configure.ac autogen.sh depcomp \ - REQUIREMENTS ABOUT-NLS DOCBUILDING DEVEL RELEASE \ - idiottest.mak +win32 = $(shell cat $(top_srcdir)/win32/MANIFEST) + +debug: + echo $(win32) +EXTRA_DIST = \ + gstreamer.spec gstreamer.spec.in gst-element-check.m4 \ + configure.ac autogen.sh depcomp \ + REQUIREMENTS ABOUT-NLS DOCBUILDING DEVEL RELEASE \ + $(win32) \ + idiottest.mak CLEANFILES = gst-element-check-@GST_MAJORMINOR@.m4 diff --git a/win32/MANIFEST b/win32/MANIFEST new file mode 100644 index 0000000000..4ea645ebb1 --- /dev/null +++ b/win32/MANIFEST @@ -0,0 +1,31 @@ +win32/config.h +win32/dirent.c +win32/dirent.h +win32/gstbytestream.def +win32/gstbytestream.vcproj +win32/gstconfig.h +win32/gstelements.vcproj +win32/gstenumtypes.c +win32/gstenumtypes.h +win32/gstgetbits.def +win32/gstgetbits.vcproj +win32/gst-inspect.vcproj +win32/gst-launch.vcproj +win32/gstoptimalscheduler.vcproj +win32/gstreamer-dbg.def +win32/gstreamer.def +win32/GStreamer.vcproj +win32/gst-register.vcproj +win32/gstspider.vcproj +win32/gstversion.h +win32/gtchar.h +win32/Makefile +win32/Makefile.inspect +win32/Makefile.launch +win32/Makefile.register +win32/MANIFEST +win32/mman.c +win32/mman.h +win32/mman.inl +win32/msvc71.sln +win32/README.txt