mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-06 01:19:38 +00:00
281eb4c00b
Original commit message from CVS: * win32/vs7/grammar.vcproj: activate copy of autogenerated files for Release mode
160 lines
4.8 KiB
XML
160 lines
4.8 KiB
XML
<?xml version="1.0" encoding="windows-1251"?>
|
|
<VisualStudioProject
|
|
ProjectType="Visual C++"
|
|
Version="7.10"
|
|
Name="grammar"
|
|
ProjectGUID="{6D7EB3D4-7E91-4D98-80EA-28A8F2E365F7}"
|
|
RootNamespace="grammar"
|
|
Keyword="Win32Proj">
|
|
<Platforms>
|
|
<Platform
|
|
Name="Win32"/>
|
|
</Platforms>
|
|
<Configurations>
|
|
<Configuration
|
|
Name="Debug|Win32"
|
|
OutputDirectory="Debug"
|
|
IntermediateDirectory="Debug"
|
|
ConfigurationType="10"
|
|
CharacterSet="2">
|
|
<Tool
|
|
Name="VCCustomBuildTool"/>
|
|
<Tool
|
|
Name="VCMIDLTool"/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"/>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="Release|Win32"
|
|
OutputDirectory="Release"
|
|
IntermediateDirectory="Release"
|
|
ConfigurationType="10"
|
|
CharacterSet="2">
|
|
<Tool
|
|
Name="VCCustomBuildTool"/>
|
|
<Tool
|
|
Name="VCMIDLTool"/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"/>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"/>
|
|
</Configuration>
|
|
</Configurations>
|
|
<References>
|
|
</References>
|
|
<Files>
|
|
<File
|
|
RelativePath="..\..\gst\parse\grammar.y">
|
|
<FileConfiguration
|
|
Name="Debug|Win32">
|
|
<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"/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32">
|
|
<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"/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath="..\common\gstconfig.h">
|
|
<FileConfiguration
|
|
Name="Debug|Win32">
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
CommandLine="copy /y ..\common\gstconfig.h ..\..\gst
|
|
"
|
|
Outputs="..\..\gstconfig.h"/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32">
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
CommandLine="copy /y ..\common\gstconfig.h ..\..\gst
|
|
"
|
|
Outputs="..\..\gstconfig.h"/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath="..\common\gstenumtypes.c">
|
|
<FileConfiguration
|
|
Name="Debug|Win32">
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
CommandLine="copy /y ..\common\gstenumtypes.c ..\..\gst
|
|
copy /y ..\common\gstenumtypes.h ..\..\gst"
|
|
Outputs="..\..\gst\gstenumtypes.c;..\..\gst\gstenumtypes.h"/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32">
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
CommandLine="copy /y ..\common\gstenumtypes.c ..\..\gst
|
|
copy /y ..\common\gstenumtypes.h ..\..\gst"
|
|
Outputs="..\..\gst\gstenumtypes.c;..\..\gst\gstenumtypes.h"/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\gst\gstmarshal.list">
|
|
<FileConfiguration
|
|
Name="Debug|Win32">
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
CommandLine="echo #include "glib-object.h" > gstmarshal.c.tmp
|
|
echo #include "gstmarshal.h" >> gstmarshal.c.tmp
|
|
glib-genmarshal --body --prefix=gst_marshal ..\..\gst\gstmarshal.list >> gstmarshal.c.tmp
|
|
move gstmarshal.c.tmp ..\..\gst\gstmarshal.c
|
|
echo #include "gst/gstconfig.h" > gstmarshal.h.tmp
|
|
glib-genmarshal --header --prefix=gst_marshal ..\..\gst\gstmarshal.list >> gstmarshal.h.tmp
|
|
move gstmarshal.h.tmp ..\..\gst\gstmarshal.h
|
|
"
|
|
Outputs="..\..\gst\gstmarshal.c"/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32">
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
CommandLine="echo #include "glib-object.h" > gstmarshal.c.tmp
|
|
echo #include "gstmarshal.h" >> gstmarshal.c.tmp
|
|
glib-genmarshal --body --prefix=gst_marshal ..\..\gst\gstmarshal.list >> gstmarshal.c.tmp
|
|
move gstmarshal.c.tmp ..\..\gst\gstmarshal.c
|
|
echo #include "gst/gstconfig.h" > gstmarshal.h.tmp
|
|
glib-genmarshal --header --prefix=gst_marshal ..\..\gst\gstmarshal.list >> gstmarshal.h.tmp
|
|
move gstmarshal.h.tmp ..\..\gst\gstmarshal.h
|
|
"
|
|
Outputs="..\..\gst\gstmarshal.c"/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath="..\common\gstversion.h">
|
|
<FileConfiguration
|
|
Name="Debug|Win32">
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
CommandLine="copy /y ..\common\gstversion.h ..\..\gst
|
|
"
|
|
Outputs="..\..\gst\gstversion.h"/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32">
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
CommandLine="copy /y ..\common\gstversion.h ..\..\gst
|
|
"
|
|
Outputs="..\..\gst\gstversion.h"/>
|
|
</FileConfiguration>
|
|
</File>
|
|
</Files>
|
|
<Globals>
|
|
</Globals>
|
|
</VisualStudioProject>
|