From 3f95ab38b9fe89abc4ccaec556b9d0a66fe18a0d Mon Sep 17 00:00:00 2001 From: Steve Lhomme Date: Sat, 24 Jul 2004 21:11:31 +0000 Subject: Add the preliminary canvas to build plugins on Win32 Original commit message from CVS: Add the preliminary canvas to build plugins on Win32 --- gst/matroska/matroska.def | 2 + gst/matroska/matroska.vcproj | 173 +++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 175 insertions(+) create mode 100644 gst/matroska/matroska.def create mode 100644 gst/matroska/matroska.vcproj (limited to 'gst') diff --git a/gst/matroska/matroska.def b/gst/matroska/matroska.def new file mode 100644 index 00000000..caae1c0a --- /dev/null +++ b/gst/matroska/matroska.def @@ -0,0 +1,2 @@ +EXPORTS + gst_plugin_desc diff --git a/gst/matroska/matroska.vcproj b/gst/matroska/matroska.vcproj new file mode 100644 index 00000000..6dae9097 --- /dev/null +++ b/gst/matroska/matroska.vcproj @@ -0,0 +1,173 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit