mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-10 01:54:11 +00:00
win32: update Visual Studio 2005 build files
https://bugzilla.gnome.org/show_bug.cgi?id=672492
This commit is contained in:
parent
70a95ff5c7
commit
377d2363ce
6 changed files with 89 additions and 13 deletions
|
@ -67,8 +67,8 @@
|
|||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
CommandLine="bison -d -v -p_gst_parse_yy ..\..\gst\parse\grammar.y -o ..\..\gst\parse\grammar.tab.c
flex -P_gst_parse_yy -o..\..\gst\parse\lex._gst_parse_yy.c ..\..\gst\parse\parse.l
"
|
||||
Outputs="..\..\gst\parse\lex._gst_parse_yy.c;..\..\gst\parse\grammar.tab.c;..\..\gst\parse\grammar.tab.h"
|
||||
CommandLine="bison -d -v -ppriv_gst_parse_yy ..\..\gst\parse\grammar.y -o ..\..\gst\parse\grammar.tab.c
flex -P_gst_parse_yy -o..\..\gst\parse\lex._gst_parse_yy.c ..\..\gst\parse\parse.l
"
|
||||
Outputs="..\..\gst\parse\lex.priv_gst_parse_yy.c;..\..\gst\parse\grammar.tab.c;..\..\gst\parse\grammar.tab.h"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
|
|
|
@ -61,7 +61,7 @@
|
|||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
IgnoreImportLibrary="true"
|
||||
AdditionalDependencies="glib-2.0.lib gobject-2.0.lib gthread-2.0.lib gmodule-2.0.lib libxml2.lib wsock32.lib intl.lib"
|
||||
AdditionalDependencies="glib-2.0.lib gobject-2.0.lib gthread-2.0.lib gmodule-2.0.lib libxml2.lib wsock32.lib"
|
||||
OutputFile="$(OutDir)/gst-inspect-0.10.exe"
|
||||
LinkIncremental="1"
|
||||
GenerateDebugInformation="true"
|
||||
|
|
|
@ -60,7 +60,7 @@
|
|||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalDependencies="glib-2.0.lib gobject-2.0.lib gthread-2.0.lib gmodule-2.0.lib libxml2.lib wsock32.lib intl.lib"
|
||||
AdditionalDependencies="glib-2.0.lib gobject-2.0.lib gthread-2.0.lib gmodule-2.0.lib libxml2.lib wsock32.lib"
|
||||
OutputFile="$(OutDir)/gst-launch-0.10.exe"
|
||||
LinkIncremental="2"
|
||||
GenerateDebugInformation="true"
|
||||
|
|
|
@ -60,7 +60,7 @@
|
|||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalDependencies="glib-2.0.lib gobject-2.0.lib gthread-2.0.lib gmodule-2.0.lib libxml2.lib wsock32.lib intl.lib"
|
||||
AdditionalDependencies="glib-2.0.lib gobject-2.0.lib gthread-2.0.lib gmodule-2.0.lib libxml2.lib wsock32.lib"
|
||||
OutputFile="$(OutDir)/libgstbase-0.10.dll"
|
||||
LinkIncremental="2"
|
||||
ModuleDefinitionFile="..\common\libgstbase.def"
|
||||
|
@ -187,6 +187,10 @@
|
|||
RelativePath="..\..\libs\gst\base\gstadapter.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\libs\gst\base\gstbaseparse.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\libs\gst\base\gstbasesink.c"
|
||||
>
|
||||
|
@ -199,10 +203,26 @@
|
|||
RelativePath="..\..\libs\gst\base\gstbasetransform.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\libs\gst\base\gstbitreader.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\libs\gst\base\gstbytereader.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\libs\gst\base\gstbytewriter.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\libs\gst\base\gstcollectpads.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\libs\gst\base\gstcollectpads2.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\libs\gst\base\gstdataqueue.c"
|
||||
>
|
||||
|
|
|
@ -60,7 +60,7 @@
|
|||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalDependencies="glib-2.0.lib gobject-2.0.lib gthread-2.0.lib gmodule-2.0.lib libxml2.lib wsock32.lib intl.lib"
|
||||
AdditionalDependencies="glib-2.0.lib gobject-2.0.lib gthread-2.0.lib gmodule-2.0.lib libxml2.lib wsock32.lib"
|
||||
OutputFile="$(OutDir)/libgstcoreelements.dll"
|
||||
LinkIncremental="2"
|
||||
GenerateDebugInformation="true"
|
||||
|
@ -181,10 +181,6 @@
|
|||
Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
|
||||
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
|
||||
>
|
||||
<File
|
||||
RelativePath="..\..\plugins\elements\gstbufferstore.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\plugins\elements\gstcapsfilter.c"
|
||||
>
|
||||
|
@ -201,6 +197,14 @@
|
|||
RelativePath="..\..\plugins\elements\gstfakesrc.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\plugins\elements\gstfdsink.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\plugins\elements\gstfdsrc.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\plugins\elements\gstfilesink.c"
|
||||
>
|
||||
|
@ -209,18 +213,34 @@
|
|||
RelativePath="..\..\plugins\elements\gstfilesrc.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\plugins\elements\gstfunnel.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\plugins\elements\gstidentity.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\plugins\elements\gstinputselector.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\plugins\elements\gstmultiqueue.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\plugins\elements\gstoutputselector.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\plugins\elements\gstqueue.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\plugins\elements\gstqueue2.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\plugins\elements\gsttee.c"
|
||||
>
|
||||
|
@ -229,6 +249,10 @@
|
|||
RelativePath="..\..\plugins\elements\gsttypefindelement.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\plugins\elements\gstvalve.c"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Header Files"
|
||||
|
|
|
@ -60,7 +60,7 @@
|
|||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalDependencies="glib-2.0.lib gobject-2.0.lib gthread-2.0.lib gmodule-2.0.lib libxml2.lib wsock32.lib intl.lib"
|
||||
AdditionalDependencies="glib-2.0.lib gobject-2.0.lib gthread-2.0.lib gmodule-2.0.lib libxml2.lib ws2_32.lib"
|
||||
OutputFile="$(OutDir)/libgstreamer-0.10.dll"
|
||||
LinkIncremental="2"
|
||||
AdditionalLibraryDirectories=""C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\crt\src\intel\dll_lib""
|
||||
|
@ -196,6 +196,10 @@
|
|||
RelativePath="..\..\gst\gst.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\gst\gstatomicqueue.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\gst\gstbin.c"
|
||||
>
|
||||
|
@ -204,6 +208,10 @@
|
|||
RelativePath="..\..\gst\gstbuffer.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\gst\gstbufferlist.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\gst\gstbus.c"
|
||||
>
|
||||
|
@ -220,6 +228,10 @@
|
|||
RelativePath="..\..\gst\gstclock.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\gst\gstdatetime.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\gst\gstdebugutils.c"
|
||||
>
|
||||
|
@ -320,6 +332,18 @@
|
|||
RelativePath="..\..\gst\gstpluginfeature.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\gst\gstpluginloader.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\gst\gstpoll.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\gst\gstpreset.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\gst\gstquark.c"
|
||||
>
|
||||
|
@ -333,7 +357,11 @@
|
|||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\gst\gstregistryxml.c"
|
||||
RelativePath="..\..\gst\gstregistrybinary.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\gst\gstregistrychunks.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
|
@ -360,6 +388,10 @@
|
|||
RelativePath="..\..\gst\gsttask.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\gst\gsttaskpool.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\gst\gsttrace.c"
|
||||
>
|
||||
|
@ -389,7 +421,7 @@
|
|||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\gst\parse\lex._gst_parse_yy.c"
|
||||
RelativePath="..\..\gst\parse\lex.priv_gst_parse_yy.c"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
|
|
Loading…
Reference in a new issue