mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 19:21:06 +00:00
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:
parent
f94a93849e
commit
8365e24805
4 changed files with 19 additions and 11 deletions
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -130,9 +130,6 @@ copy /y "$(TargetPath)" 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 "$(TargetPath)" c:\gstreamer\bin
|
|||
<File
|
||||
RelativePath="..\..\gst\gstpluginfeature.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\gst\gstquark.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\gst\gstquery.c">
|
||||
</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"
|
||||
>
|
||||
|
|
Loading…
Reference in a new issue