265abf6d88ceba203b4098c2dec376494968400c
[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                                 ExcludedFromBuild="TRUE">
101                                 <Tool
102                                         Name="VCCustomBuildTool"
103                                         CommandLine="copy /y ..\common\gstenumtypes.c ..\..\gst
104 copy /y ..\common\gstenumtypes.h ..\..\gst"
105                                         Outputs="..\..\gst\gstenumtypes.c;..\..\gst\gstenumtypes.h"/>
106                         </FileConfiguration>
107                 </File>
108                 <File
109                         RelativePath="..\..\gst\gstmarshal.list">
110                         <FileConfiguration
111                                 Name="Debug|Win32">
112                                 <Tool
113                                         Name="VCCustomBuildTool"
114                                         CommandLine="echo #include &quot;glib-object.h&quot; &gt; gstmarshal.c.tmp
115 echo #include &quot;gstmarshal.h&quot; &gt;&gt; gstmarshal.c.tmp
116 glib-genmarshal --body --prefix=gst_marshal ..\..\gst\gstmarshal.list &gt;&gt; gstmarshal.c.tmp
117 move gstmarshal.c.tmp ..\..\gst\gstmarshal.c
118 echo #include &quot;gst/gstconfig.h&quot; &gt; gstmarshal.h.tmp
119 glib-genmarshal --header --prefix=gst_marshal ..\..\gst\gstmarshal.list &gt;&gt; gstmarshal.h.tmp
120 move gstmarshal.h.tmp ..\..\gst\gstmarshal.h
121 "
122                                         Outputs="..\..\gst\gstmarshal.c"/>
123                         </FileConfiguration>
124                         <FileConfiguration
125                                 Name="Release|Win32">
126                                 <Tool
127                                         Name="VCCustomBuildTool"
128                                         CommandLine="echo #include &quot;glib-object.h&quot; &gt; gstmarshal.c.tmp
129 echo #include &quot;gstmarshal.h&quot; &gt;&gt; gstmarshal.c.tmp
130 glib-genmarshal --body --prefix=gst_marshal ..\..\gst\gstmarshal.list &gt;&gt; gstmarshal.c.tmp
131 move gstmarshal.c.tmp ..\..\gst\gstmarshal.c
132 echo #include &quot;gst/gstconfig.h&quot; &gt; gstmarshal.h.tmp
133 glib-genmarshal --header --prefix=gst_marshal ..\..\gst\gstmarshal.list &gt;&gt; gstmarshal.h.tmp
134 move gstmarshal.h.tmp ..\..\gst\gstmarshal.h
135 "
136                                         Outputs="..\..\gst\gstmarshal.c"/>
137                         </FileConfiguration>
138                 </File>
139                 <File
140                         RelativePath="..\common\gstversion.h">
141                         <FileConfiguration
142                                 Name="Debug|Win32">
143                                 <Tool
144                                         Name="VCCustomBuildTool"
145                                         CommandLine="copy /y ..\common\gstversion.h ..\..\gst
146 "
147                                         Outputs="..\..\gst\gstversion.h"/>
148                         </FileConfiguration>
149                         <FileConfiguration
150                                 Name="Release|Win32">
151                                 <Tool
152                                         Name="VCCustomBuildTool"
153                                         CommandLine="copy /y ..\common\gstversion.h ..\..\gst
154 "
155                                         Outputs="..\..\gst\gstversion.h"/>
156                         </FileConfiguration>
157                 </File>
158         </Files>
159         <Globals>
160         </Globals>
161 </VisualStudioProject>