From c6592a05c24aa82a2552fe3cffa2d47cb4cf20b2 Mon Sep 17 00:00:00 2001 From: Steve Lhomme Date: Sun, 25 Jul 2004 10:33:07 +0000 Subject: Copy the files where needed after building, cleaner projects Original commit message from CVS: Copy the files where needed after building, cleaner projects --- gst/avi/avi.def | 2 + gst/avi/avi.vcproj | 163 +++++++++++++++++++++++++++++++++++++++++++ gst/matroska/matroska.vcproj | 11 ++- win32/gst.sln | 27 ++++++- 4 files changed, 199 insertions(+), 4 deletions(-) create mode 100644 gst/avi/avi.def create mode 100644 gst/avi/avi.vcproj diff --git a/gst/avi/avi.def b/gst/avi/avi.def new file mode 100644 index 00000000..caae1c0a --- /dev/null +++ b/gst/avi/avi.def @@ -0,0 +1,2 @@ +EXPORTS + gst_plugin_desc diff --git a/gst/avi/avi.vcproj b/gst/avi/avi.vcproj new file mode 100644 index 00000000..75b1235a --- /dev/null +++ b/gst/avi/avi.vcproj @@ -0,0 +1,163 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/gst/matroska/matroska.vcproj b/gst/matroska/matroska.vcproj index 6dae9097..348bf2ad 100644 --- a/gst/matroska/matroska.vcproj +++ b/gst/matroska/matroska.vcproj @@ -46,7 +46,8 @@ + Name="VCPostBuildEventTool" + CommandLine="copy /Y $(TargetPath) c:\gstreamer\plugins"/> + Name="VCPostBuildEventTool" + CommandLine="copy /Y $(TargetPath) c:\gstreamer\plugins"/> + +