win32/: Don't reference glib-compat.c which is currently not used and not disted; add gstquark.c which was recently a...

Original commit message from CVS:
* win32/vs6/libgstreamer.dsp:
* win32/vs7/libgstreamer.vcproj:
* win32/vs8/libgstreamer.vcproj:
Don't reference glib-compat.c which is currently not used and not
disted; add gstquark.c which was recently added. Fixes #361730.
This commit is contained in:
Tim-Philipp Müller 2006-10-12 22:35:52 +00:00
parent f94a93849e
commit 8365e24805
4 changed files with 19 additions and 11 deletions

View file

@ -1,3 +1,11 @@
2006-10-12 Tim-Philipp Müller <tim at centricular dot net>
* win32/vs6/libgstreamer.dsp:
* win32/vs7/libgstreamer.vcproj:
* win32/vs8/libgstreamer.vcproj:
Don't reference glib-compat.c which is currently not used and not
disted; add gstquark.c which was recently added. Fixes #361730.
2006-10-12 Tim-Philipp Müller <tim at centricular dot net>
* win32/common/libgstbase.def:

View file

@ -108,10 +108,6 @@ SOURCE=..\common\dirent.c
# End Source File
# Begin Source File
SOURCE="..\..\gst\glib-compat.c"
# End Source File
# Begin Source File
SOURCE=..\..\gst\parse\grammar.tab.c
# End Source File
# Begin Source File
@ -236,6 +232,10 @@ SOURCE=..\..\gst\gstpluginfeature.c
# End Source File
# Begin Source File
SOURCE=..\..\gst\gstquark.c
# End Source File
# Begin Source File
SOURCE=..\..\gst\gstquery.c
# End Source File
# Begin Source File

View file

@ -130,9 +130,6 @@ copy /y &quot;$(TargetPath)&quot; c:\gstreamer\bin
<File
RelativePath="..\common\dirent.c">
</File>
<File
RelativePath="..\..\gst\glib-compat.c">
</File>
<File
RelativePath="..\..\gst\parse\grammar.tab.c">
</File>
@ -226,6 +223,9 @@ copy /y &quot;$(TargetPath)&quot; c:\gstreamer\bin
<File
RelativePath="..\..\gst\gstpluginfeature.c">
</File>
<File
RelativePath="..\..\gst\gstquark.c">
</File>
<File
RelativePath="..\..\gst\gstquery.c">
</File>

View file

@ -188,10 +188,6 @@
RelativePath="..\common\dirent.c"
>
</File>
<File
RelativePath="..\..\gst\glib-compat.c"
>
</File>
<File
RelativePath="..\..\gst\parse\grammar.tab.c"
>
@ -316,6 +312,10 @@
RelativePath="..\..\gst\gstpluginfeature.c"
>
</File>
<File
RelativePath="..\..\gst\gstquark.c"
>
</File>
<File
RelativePath="..\..\gst\gstquery.c"
>