win32/vs7/grammar.vcproj: activate copy of autogenerated files for Release mode
[platform/upstream/gstreamer.git] / win32 / vs7 / grammar.vcproj
1 <?xml version="1.0" encoding="windows-1251"?>
2 <VisualStudioProject
3         ProjectType="Visual C++"
4         Version="7.10"
5         Name="grammar"
6         ProjectGUID="{6D7EB3D4-7E91-4D98-80EA-28A8F2E365F7}"
7         RootNamespace="grammar"
8         Keyword="Win32Proj">
9         <Platforms>
10                 <Platform
11                         Name="Win32"/>
12         </Platforms>
13         <Configurations>
14                 <Configuration
15                         Name="Debug|Win32"
16                         OutputDirectory="Debug"
17                         IntermediateDirectory="Debug"
18                         ConfigurationType="10"
19                         CharacterSet="2">
20                         <Tool
21                                 Name="VCCustomBuildTool"/>
22                         <Tool
23                                 Name="VCMIDLTool"/>
24                         <Tool
25                                 Name="VCPostBuildEventTool"/>
26                         <Tool
27                                 Name="VCPreBuildEventTool"/>
28                 </Configuration>
29                 <Configuration
30                         Name="Release|Win32"
31                         OutputDirectory="Release"
32                         IntermediateDirectory="Release"
33                         ConfigurationType="10"
34                         CharacterSet="2">
35                         <Tool
36                                 Name="VCCustomBuildTool"/>
37                         <Tool
38                                 Name="VCMIDLTool"/>
39                         <Tool
40                                 Name="VCPostBuildEventTool"/>
41                         <Tool
42                                 Name="VCPreBuildEventTool"/>
43                 </Configuration>
44         </Configurations>
45         <References>
46         </References>
47         <Files>
48                 <File
49                         RelativePath="..\..\gst\parse\grammar.y">
50                         <FileConfiguration
51                                 Name="Debug|Win32">
52                                 <Tool
53                                         Name="VCCustomBuildTool"
54                                         CommandLine="bison -d -v -p_gst_parse__yy ..\..\gst\parse\grammar.y -o ..\..\gst\parse\grammar.tab.c
55 flex -P_gst_parse_yy -o..\..\gst\parse\lex._gst_parse_yy.c ..\..\gst\parse\parse.l
56 "
57                                         Outputs="..\..\gst\parse\lex._gst_parse_yy.c;..\..\gst\parse\grammar.tab.c;..\..\gst\parse\grammar.tab.h"/>
58                         </FileConfiguration>
59                         <FileConfiguration
60                                 Name="Release|Win32">
61                                 <Tool
62                                         Name="VCCustomBuildTool"
63                                         CommandLine="bison -d -v -p_gst_parse__yy ..\..\gst\parse\grammar.y -o ..\..\gst\parse\grammar.tab.c
64 flex -P_gst_parse_yy -o..\..\gst\parse\lex._gst_parse_yy.c ..\..\gst\parse\parse.l
65 "
66                                         Outputs="..\..\gst\parse\lex._gst_parse_yy.c;..\..\gst\parse\grammar.tab.c;..\..\gst\parse\grammar.tab.h"/>
67                         </FileConfiguration>
68                 </File>
69                 <File
70                         RelativePath="..\common\gstconfig.h">
71                         <FileConfiguration
72                                 Name="Debug|Win32">
73                                 <Tool
74                                         Name="VCCustomBuildTool"
75                                         CommandLine="copy /y ..\common\gstconfig.h ..\..\gst
76 "
77                                         Outputs="..\..\gstconfig.h"/>
78                         </FileConfiguration>
79                         <FileConfiguration
80                                 Name="Release|Win32">
81                                 <Tool
82                                         Name="VCCustomBuildTool"
83                                         CommandLine="copy /y ..\common\gstconfig.h ..\..\gst
84 "
85                                         Outputs="..\..\gstconfig.h"/>
86                         </FileConfiguration>
87                 </File>
88                 <File
89                         RelativePath="..\common\gstenumtypes.c">
90                         <FileConfiguration
91                                 Name="Debug|Win32">
92                                 <Tool
93                                         Name="VCCustomBuildTool"
94                                         CommandLine="copy /y ..\common\gstenumtypes.c ..\..\gst
95 copy /y ..\common\gstenumtypes.h ..\..\gst"
96                                         Outputs="..\..\gst\gstenumtypes.c;..\..\gst\gstenumtypes.h"/>
97                         </FileConfiguration>
98                         <FileConfiguration
99                                 Name="Release|Win32">
100                                 <Tool
101                                         Name="VCCustomBuildTool"
102                                         CommandLine="copy /y ..\common\gstenumtypes.c ..\..\gst
103 copy /y ..\common\gstenumtypes.h ..\..\gst"
104                                         Outputs="..\..\gst\gstenumtypes.c;..\..\gst\gstenumtypes.h"/>
105                         </FileConfiguration>
106                 </File>
107                 <File
108                         RelativePath="..\..\gst\gstmarshal.list">
109                         <FileConfiguration
110                                 Name="Debug|Win32">
111                                 <Tool
112                                         Name="VCCustomBuildTool"
113                                         CommandLine="echo #include &quot;glib-object.h&quot; &gt; gstmarshal.c.tmp
114 echo #include &quot;gstmarshal.h&quot; &gt;&gt; gstmarshal.c.tmp
115 glib-genmarshal --body --prefix=gst_marshal ..\..\gst\gstmarshal.list &gt;&gt; gstmarshal.c.tmp
116 move gstmarshal.c.tmp ..\..\gst\gstmarshal.c
117 echo #include &quot;gst/gstconfig.h&quot; &gt; gstmarshal.h.tmp
118 glib-genmarshal --header --prefix=gst_marshal ..\..\gst\gstmarshal.list &gt;&gt; gstmarshal.h.tmp
119 move gstmarshal.h.tmp ..\..\gst\gstmarshal.h
120 "
121                                         Outputs="..\..\gst\gstmarshal.c"/>
122                         </FileConfiguration>
123                         <FileConfiguration
124                                 Name="Release|Win32">
125                                 <Tool
126                                         Name="VCCustomBuildTool"
127                                         CommandLine="echo #include &quot;glib-object.h&quot; &gt; gstmarshal.c.tmp
128 echo #include &quot;gstmarshal.h&quot; &gt;&gt; gstmarshal.c.tmp
129 glib-genmarshal --body --prefix=gst_marshal ..\..\gst\gstmarshal.list &gt;&gt; gstmarshal.c.tmp
130 move gstmarshal.c.tmp ..\..\gst\gstmarshal.c
131 echo #include &quot;gst/gstconfig.h&quot; &gt; gstmarshal.h.tmp
132 glib-genmarshal --header --prefix=gst_marshal ..\..\gst\gstmarshal.list &gt;&gt; gstmarshal.h.tmp
133 move gstmarshal.h.tmp ..\..\gst\gstmarshal.h
134 "
135                                         Outputs="..\..\gst\gstmarshal.c"/>
136                         </FileConfiguration>
137                 </File>
138                 <File
139                         RelativePath="..\common\gstversion.h">
140                         <FileConfiguration
141                                 Name="Debug|Win32">
142                                 <Tool
143                                         Name="VCCustomBuildTool"
144                                         CommandLine="copy /y ..\common\gstversion.h ..\..\gst
145 "
146                                         Outputs="..\..\gst\gstversion.h"/>
147                         </FileConfiguration>
148                         <FileConfiguration
149                                 Name="Release|Win32">
150                                 <Tool
151                                         Name="VCCustomBuildTool"
152                                         CommandLine="copy /y ..\common\gstversion.h ..\..\gst
153 "
154                                         Outputs="..\..\gst\gstversion.h"/>
155                         </FileConfiguration>
156                 </File>
157         </Files>
158         <Globals>
159         </Globals>
160 </VisualStudioProject>