mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
00942a943e
Original commit message from CVS: temporary local files are .gmo not .mo
468 lines
13 KiB
XML
468 lines
13 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="3"
|
|
BufferSecurityCheck="TRUE"
|
|
UsePrecompiledHeader="2"
|
|
PrecompiledHeaderThrough="config.h"
|
|
WarningLevel="3"
|
|
Detect64BitPortabilityProblems="TRUE"
|
|
DebugInformationFormat="4"
|
|
CompileAs="1"/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
AdditionalDependencies="popt.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.8.dll"
|
|
LinkIncremental="0"
|
|
SuppressStartupBanner="TRUE"
|
|
AdditionalLibraryDirectories="c:\usr\lib"
|
|
IgnoreAllDefaultLibraries="FALSE"
|
|
ModuleDefinitionFile="gst.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">
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
AdditionalIncludeDirectories=".\;..\;..\libs;c:\usr\include"
|
|
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;HAVE_CONFIG_H;HAVE_WIN32;GST_EXPORTS"
|
|
RuntimeLibrary="2"
|
|
UsePrecompiledHeader="2"
|
|
PrecompiledHeaderThrough="config.h"
|
|
WarningLevel="3"
|
|
Detect64BitPortabilityProblems="TRUE"
|
|
DebugInformationFormat="3"
|
|
CompileAs="1"/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
AdditionalDependencies="popt.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.8.dll"
|
|
LinkIncremental="1"
|
|
SuppressStartupBanner="TRUE"
|
|
AdditionalLibraryDirectories="c:\usr\lib"
|
|
IgnoreAllDefaultLibraries="FALSE"
|
|
ModuleDefinitionFile="gst.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="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>
|
|
</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\gstatomic.c">
|
|
</File>
|
|
<File
|
|
RelativePath="..\gst\gstbin.c">
|
|
</File>
|
|
<File
|
|
RelativePath="..\gst\gstbuffer.c">
|
|
</File>
|
|
<File
|
|
RelativePath="..\gst\gstcaps.c">
|
|
</File>
|
|
<File
|
|
RelativePath="..\gst\gstclock.c">
|
|
</File>
|
|
<File
|
|
RelativePath="..\gst\gstcpu.c">
|
|
</File>
|
|
<File
|
|
RelativePath="..\gst\gstdata.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\gstindex.c">
|
|
</File>
|
|
<File
|
|
RelativePath="..\gst\gstinfo.c">
|
|
</File>
|
|
<File
|
|
RelativePath="..\gst\gstinterface.c">
|
|
</File>
|
|
<File
|
|
RelativePath="..\gst\gstmarshal.c">
|
|
</File>
|
|
<File
|
|
RelativePath="..\gst\gstmemchunk.c">
|
|
</File>
|
|
<File
|
|
RelativePath="..\gst\gstobject.c">
|
|
</File>
|
|
<File
|
|
RelativePath="..\gst\gstpad.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\gstprobe.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\gstregistrypool.c">
|
|
</File>
|
|
<File
|
|
RelativePath="..\gst\gstscheduler.c">
|
|
</File>
|
|
<File
|
|
RelativePath="..\gst\gststructure.c">
|
|
</File>
|
|
<File
|
|
RelativePath="..\gst\gstsystemclock.c">
|
|
</File>
|
|
<File
|
|
RelativePath="..\gst\gsttag.c">
|
|
</File>
|
|
<File
|
|
RelativePath="..\gst\gsttaginterface.c">
|
|
</File>
|
|
<File
|
|
RelativePath="..\gst\gstthread.c">
|
|
</File>
|
|
<File
|
|
RelativePath="..\gst\gsttrace.c">
|
|
</File>
|
|
<File
|
|
RelativePath="..\gst\gsttypefind.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\registries\gstxmlregistry.c">
|
|
</File>
|
|
<File
|
|
RelativePath="..\gst\parse\lex._gst_parse_yy.c">
|
|
</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\gstatomic.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\gst\gstbufferpool-default.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\gst\gstcaps.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\gst\gstconfig.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\gst\gstcpu.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\gstscheduler.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\gst\gsttaginterface.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>
|
|
<Filter
|
|
Name="libs"
|
|
Filter="">
|
|
<Filter
|
|
Name="control"
|
|
Filter="">
|
|
<File
|
|
RelativePath="..\libs\gst\control\control.c">
|
|
</File>
|
|
<File
|
|
RelativePath="..\libs\gst\control\control.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\libs\gst\control\dparam.c">
|
|
</File>
|
|
<File
|
|
RelativePath="..\libs\gst\control\dparam.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\libs\gst\control\dparam_smooth.c">
|
|
</File>
|
|
<File
|
|
RelativePath="..\libs\gst\control\dparam_smooth.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\libs\gst\control\dparamcommon.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\libs\gst\control\dparammanager.c">
|
|
</File>
|
|
<File
|
|
RelativePath="..\libs\gst\control\dparammanager.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\libs\gst\control\dplinearinterp.c">
|
|
</File>
|
|
<File
|
|
RelativePath="..\libs\gst\control\dplinearinterp.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\libs\gst\control\unitconvert.c">
|
|
</File>
|
|
<File
|
|
RelativePath="..\libs\gst\control\unitconvert.h">
|
|
</File>
|
|
</Filter>
|
|
</Filter>
|
|
</Files>
|
|
<Globals>
|
|
</Globals>
|
|
</VisualStudioProject>
|