mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
8438d17281
Original commit message from CVS: don't echo path
428 lines
12 KiB
XML
428 lines
12 KiB
XML
<?xml version="1.0" encoding="Windows-1252"?>
|
|
<VisualStudioProject
|
|
ProjectType="Visual C++"
|
|
Version="7.10"
|
|
Name="libgstreamer"
|
|
ProjectGUID="{FC47A187-6B10-4B19-93B5-ED7BCC75D466}"
|
|
RootNamespace="GStreamer"
|
|
Keyword="Win32Proj">
|
|
<Platforms>
|
|
<Platform
|
|
Name="Win32"/>
|
|
</Platforms>
|
|
<Configurations>
|
|
<Configuration
|
|
Name="Debug|Win32"
|
|
OutputDirectory="Debug"
|
|
IntermediateDirectory="Debug"
|
|
ConfigurationType="2"
|
|
CharacterSet="2"
|
|
ReferencesPath="">
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="0"
|
|
AdditionalIncludeDirectories=".\;..\;..\libs;c:\usr\include"
|
|
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;HAVE_CONFIG_H;HAVE_WIN32;GST_EXPORTS"
|
|
MinimalRebuild="TRUE"
|
|
BasicRuntimeChecks="3"
|
|
RuntimeLibrary="5"
|
|
BufferSecurityCheck="TRUE"
|
|
UsePrecompiledHeader="2"
|
|
PrecompiledHeaderThrough="config.h"
|
|
WarningLevel="3"
|
|
Detect64BitPortabilityProblems="TRUE"
|
|
DebugInformationFormat="4"
|
|
CompileAs="1"/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
AdditionalDependencies="libpopt.lib glib-2.0.lib gobject-2.0.lib gthread-2.0.lib gmodule-2.0.lib libxml2.lib wsock32.lib intl.lib"
|
|
OutputFile="$(OutDir)/libgtreamer-$(Version).dll"
|
|
LinkIncremental="0"
|
|
SuppressStartupBanner="TRUE"
|
|
AdditionalLibraryDirectories="c:\usr\lib"
|
|
IgnoreAllDefaultLibraries="FALSE"
|
|
ModuleDefinitionFile="gstreamer.def"
|
|
DelayLoadDLLs=""
|
|
GenerateDebugInformation="TRUE"
|
|
ProgramDatabaseFile="$(OutDir)/GStreamer.pdb"
|
|
SubSystem="2"
|
|
OptimizeReferences="0"
|
|
EnableCOMDATFolding="0"
|
|
ImportLibrary="$(OutDir)/libgstreamer.lib"
|
|
TargetMachine="1"/>
|
|
<Tool
|
|
Name="VCMIDLTool"/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"
|
|
CommandLine="del gst.def
|
|
mkdir c:\gstreamer
|
|
mkdir c:\gstreamer\bin
|
|
copy /Y $(TargetPath) c:\gstreamer\bin
|
|
for %%i in (af az ca cs en_GB fr nl sq sr sv tr uk) do msgfmt -o ..\po\%%i.gmo ..\po\%%i.po
|
|
for %%i in (af az ca cs en_GB fr nl sq sr sv tr uk) do mkdir c:\gstreamer\locale\%%i
|
|
for %%i in (af az ca cs en_GB fr nl sq sr sv tr uk) do copy /Y ..\po\%%i.gmo c:\gstreamer\locale\%%i\gstreamer-0.8.mo
|
|
"/>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"
|
|
CommandLine="copy $(ProjectDir)\gstconfig.h $(ProjectDir)\..\gst\gstconfig.h
|
|
copy $(ProjectDir)\gstversion.h $(ProjectDir)\..\gst\gstversion.h
|
|
copy $(ProjectDir)\gstenumtypes.h $(ProjectDir)\..\gst\gstenumtypes.h
|
|
copy $(ProjectDir)\gstenumtypes.c $(ProjectDir)\..\gst\gstenumtypes.c
|
|
echo #include "gst/gstconfig.h" > gstmarshal.h.tmp
|
|
glib-genmarshal --header --prefix=gst_marshal $(ProjectDir)..\gst\gstmarshal.list >> gstmarshal.h.tmp
|
|
move gstmarshal.h.tmp $(ProjectDir)..\gst\gstmarshal.h
|
|
echo #include "glib-object.h" > gstmarshal.c.tmp
|
|
echo #include "gstmarshal.h" >> gstmarshal.c.tmp
|
|
glib-genmarshal --body --prefix=gst_marshal $(ProjectDir)..\gst\gstmarshal.list >> gstmarshal.c.tmp
|
|
move gstmarshal.c.tmp $(ProjectDir)..\gst\gstmarshal.c
|
|
bison -d -v -p_gst_parse__yy $(ProjectDir)..\gst\parse\grammar.y -o $(ProjectDir)..\gst\parse\grammar.tab.c
|
|
flex -P_gst_parse_yy $(ProjectDir)..\gst\parse\parse.l
|
|
move lex._gst_parse_yy.c $(ProjectDir)..\gst\parse\lex._gst_parse_yy.c
|
|
type gstreamer.def > gst.def
|
|
type gstreamer-dbg.def >> gst.def
|
|
"/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"/>
|
|
<Tool
|
|
Name="VCWebDeploymentTool"/>
|
|
<Tool
|
|
Name="VCManagedWrapperGeneratorTool"/>
|
|
<Tool
|
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="Release|Win32"
|
|
OutputDirectory="Release"
|
|
IntermediateDirectory="Release"
|
|
ConfigurationType="2"
|
|
CharacterSet="2"
|
|
ReferencesPath="">
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
AdditionalIncludeDirectories=".\;..\;..\libs;"
|
|
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;HAVE_CONFIG_H;HAVE_WIN32;GST_EXPORTS"
|
|
ExceptionHandling="FALSE"
|
|
RuntimeLibrary="2"
|
|
BufferSecurityCheck="FALSE"
|
|
UsePrecompiledHeader="2"
|
|
PrecompiledHeaderThrough="config.h"
|
|
WarningLevel="3"
|
|
Detect64BitPortabilityProblems="TRUE"
|
|
DebugInformationFormat="3"
|
|
CompileAs="1"/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
AdditionalDependencies="libpopt.lib glib-2.0.lib gobject-2.0.lib gthread-2.0.lib gmodule-2.0.lib libxml2.lib wsock32.lib intl.lib"
|
|
OutputFile="$(OutDir)/libgtreamer-0.9.dll"
|
|
LinkIncremental="1"
|
|
SuppressStartupBanner="TRUE"
|
|
AdditionalLibraryDirectories="c:\usr\lib"
|
|
IgnoreAllDefaultLibraries="FALSE"
|
|
ModuleDefinitionFile="gstreamer.def"
|
|
GenerateDebugInformation="TRUE"
|
|
ProgramDatabaseFile="$(OutDir)/GStreamer.pdb"
|
|
SubSystem="2"
|
|
OptimizeReferences="2"
|
|
EnableCOMDATFolding="2"
|
|
ImportLibrary="$(OutDir)/libgstreamer.lib"
|
|
TargetMachine="1"/>
|
|
<Tool
|
|
Name="VCMIDLTool"/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"
|
|
CommandLine="mkdir c:\gstreamer
|
|
mkdir c:\gstreamer\bin
|
|
copy /Y $(TargetPath) c:\gstreamer\bin
|
|
for %%i in (af az ca cs en_GB fr nl sq sr sv tr uk) do msgfmt -o ..\po\%%i.gmo ..\po\%%i.po
|
|
for %%i in (af az ca cs en_GB fr nl sq sr sv tr uk) do mkdir c:\gstreamer\locale\%%i
|
|
for %%i in (af az ca cs en_GB fr nl sq sr sv tr uk) do copy /Y ..\po\%%i.gmo c:\gstreamer\locale\%%i\gstreamer-0.8.mo
|
|
"/>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"
|
|
CommandLine="copy $(ProjectDir)\gstconfig.h $(ProjectDir)\..\gst\gstconfig.h
|
|
copy $(ProjectDir)\gstversion.h $(ProjectDir)\..\gst\gstversion.h
|
|
copy $(ProjectDir)\gstenumtypes.h $(ProjectDir)\..\gst\gstenumtypes.h
|
|
copy $(ProjectDir)\gstenumtypes.c $(ProjectDir)\..\gst\gstenumtypes.c
|
|
echo #include "gst/gstconfig.h" > gstmarshal.h.tmp
|
|
glib-genmarshal --header --prefix=gst_marshal $(ProjectDir)..\gst\gstmarshal.list >> gstmarshal.h.tmp
|
|
move gstmarshal.h.tmp $(ProjectDir)..\gst\gstmarshal.h
|
|
echo #include "glib-object.h" > gstmarshal.c.tmp
|
|
echo #include "gstmarshal.h" >> gstmarshal.c.tmp
|
|
glib-genmarshal --body --prefix=gst_marshal $(ProjectDir)..\gst\gstmarshal.list >> gstmarshal.c.tmp
|
|
move gstmarshal.c.tmp $(ProjectDir)..\gst\gstmarshal.c
|
|
bison -d -v -p_gst_parse__yy $(ProjectDir)..\gst\parse\grammar.y -o $(ProjectDir)..\gst\parse\grammar.tab.c
|
|
flex -P_gst_parse_yy $(ProjectDir)..\gst\parse\parse.l
|
|
move lex._gst_parse_yy.c $(ProjectDir)..\gst\parse\lex._gst_parse_yy.c
|
|
type gstreamer.def > gst.def
|
|
type gstreamer-dbg.def >> gst.def
|
|
"/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"/>
|
|
<Tool
|
|
Name="VCWebDeploymentTool"/>
|
|
<Tool
|
|
Name="VCManagedWrapperGeneratorTool"/>
|
|
<Tool
|
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
|
</Configuration>
|
|
</Configurations>
|
|
<References>
|
|
</References>
|
|
<Files>
|
|
<Filter
|
|
Name="Source Files"
|
|
Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
|
|
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
|
|
<File
|
|
RelativePath=".\dirent.c">
|
|
</File>
|
|
<File
|
|
RelativePath="..\gst\parse\grammar.tab.c">
|
|
</File>
|
|
<File
|
|
RelativePath="..\gst\gst.c">
|
|
</File>
|
|
<File
|
|
RelativePath="..\gst\gstbin.c">
|
|
</File>
|
|
<File
|
|
RelativePath="..\gst\gstbuffer.c">
|
|
</File>
|
|
<File
|
|
RelativePath="..\gst\gstbus.c">
|
|
</File>
|
|
<File
|
|
RelativePath="..\gst\gstcaps.c">
|
|
</File>
|
|
<File
|
|
RelativePath="..\gst\gstchildproxy.c">
|
|
</File>
|
|
<File
|
|
RelativePath="..\gst\gstclock.c">
|
|
</File>
|
|
<File
|
|
RelativePath="..\gst\gstelement.c">
|
|
</File>
|
|
<File
|
|
RelativePath="..\gst\gstelementfactory.c">
|
|
</File>
|
|
<File
|
|
RelativePath="..\gst\gstenumtypes.c">
|
|
</File>
|
|
<File
|
|
RelativePath="..\gst\gsterror.c">
|
|
</File>
|
|
<File
|
|
RelativePath="..\gst\gstevent.c">
|
|
</File>
|
|
<File
|
|
RelativePath="..\gst\gstfilter.c">
|
|
</File>
|
|
<File
|
|
RelativePath="..\gst\gstformat.c">
|
|
</File>
|
|
<File
|
|
RelativePath="..\gst\gstghostpad.c">
|
|
</File>
|
|
<File
|
|
RelativePath="..\gst\gstindex.c">
|
|
</File>
|
|
<File
|
|
RelativePath="..\gst\gstindexfactory.c">
|
|
</File>
|
|
<File
|
|
RelativePath="..\gst\gstinfo.c">
|
|
</File>
|
|
<File
|
|
RelativePath="..\gst\gstinterface.c">
|
|
</File>
|
|
<File
|
|
RelativePath="..\gst\gstiterator.c">
|
|
</File>
|
|
<File
|
|
RelativePath="..\gst\gstmarshal.c">
|
|
</File>
|
|
<File
|
|
RelativePath="..\gst\gstmemchunk.c">
|
|
</File>
|
|
<File
|
|
RelativePath="..\gst\gstmessage.c">
|
|
</File>
|
|
<File
|
|
RelativePath="..\gst\gstminiobject.c">
|
|
</File>
|
|
<File
|
|
RelativePath="..\gst\gstobject.c">
|
|
</File>
|
|
<File
|
|
RelativePath="..\gst\gstpad.c">
|
|
</File>
|
|
<File
|
|
RelativePath="..\gst\gstpadtemplate.c">
|
|
</File>
|
|
<File
|
|
RelativePath="..\gst\gstparse.c">
|
|
</File>
|
|
<File
|
|
RelativePath="..\gst\gstpipeline.c">
|
|
</File>
|
|
<File
|
|
RelativePath="..\gst\gstplugin.c">
|
|
</File>
|
|
<File
|
|
RelativePath="..\gst\gstpluginfeature.c">
|
|
</File>
|
|
<File
|
|
RelativePath="..\gst\gstquery.c">
|
|
</File>
|
|
<File
|
|
RelativePath="..\gst\gstqueue.c">
|
|
</File>
|
|
<File
|
|
RelativePath=".\gstreamer.def">
|
|
</File>
|
|
<File
|
|
RelativePath="..\gst\gstregistry.c">
|
|
</File>
|
|
<File
|
|
RelativePath="..\gst\gstregistryxml.c">
|
|
</File>
|
|
<File
|
|
RelativePath="..\gst\gststructure.c">
|
|
</File>
|
|
<File
|
|
RelativePath="..\gst\gstsystemclock.c">
|
|
</File>
|
|
<File
|
|
RelativePath="..\gst\gsttaglist.c">
|
|
</File>
|
|
<File
|
|
RelativePath="..\gst\gsttagsetter.c">
|
|
</File>
|
|
<File
|
|
RelativePath="..\gst\gsttask.c">
|
|
</File>
|
|
<File
|
|
RelativePath="..\gst\gsttrace.c">
|
|
</File>
|
|
<File
|
|
RelativePath="..\gst\gsttypefind.c">
|
|
</File>
|
|
<File
|
|
RelativePath="..\gst\gsttypefindfactory.c">
|
|
</File>
|
|
<File
|
|
RelativePath="..\gst\gsturi.c">
|
|
</File>
|
|
<File
|
|
RelativePath="..\gst\gsturitype.c">
|
|
</File>
|
|
<File
|
|
RelativePath="..\gst\gstutils.c">
|
|
</File>
|
|
<File
|
|
RelativePath="..\gst\gstvalue.c">
|
|
</File>
|
|
<File
|
|
RelativePath="..\gst\gstxml.c">
|
|
</File>
|
|
<File
|
|
RelativePath="..\gst\parse\lex._gst_parse_yy.c">
|
|
</File>
|
|
<File
|
|
RelativePath=".\link_oldruntime.c">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\Program Files\Microsoft Visual Studio .NET 2003\Vc7\crt\src\intel\dll_lib\ulldvrm.obj">
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="Header Files"
|
|
Filter="h;hpp;hxx;hm;inl;inc;xsd"
|
|
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
|
|
<File
|
|
RelativePath=".\config.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\dirent.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\gst\parse\grammar.tab.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\gst\gst.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\gst\gstbufferpool-default.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\gst\gstcaps.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\gst\gstconfig.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\gst\gstenumtypes.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\gst\gstevent.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\gst\gstformat.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\gst\gstinfo.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\gst\gstinterface.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\gst\gstlog.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\gst\gstpad.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\gst\gstplugin.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\gst\gsttrace.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\gst\gsttrashstack.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\gst\gsttypes.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\gst\gstversion.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\gst\gstxml.h">
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="Resource Files"
|
|
Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
|
|
UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
|
|
</Filter>
|
|
</Files>
|
|
<Globals>
|
|
</Globals>
|
|
</VisualStudioProject>
|