win32/common/gstenumtypes.c: Some indention fixes by gst-indent.
[platform/upstream/gstreamer.git] / win32 / vs8 / grammar.vcproj
1 <?xml version="1.0" encoding="windows-1251"?>
2 <VisualStudioProject
3         ProjectType="Visual C++"
4         Version="8.00"\r
5         Name="grammar"
6         ProjectGUID="{6D7EB3D4-7E91-4D98-80EA-28A8F2E365F7}"
7         RootNamespace="grammar"
8         Keyword="Win32Proj"
9         >
10         <Platforms>
11                 <Platform
12                         Name="Win32"
13                 />
14         </Platforms>
15         <ToolFiles>
16         </ToolFiles>
17         <Configurations>
18                 <Configuration
19                         Name="Debug|Win32"
20                         OutputDirectory="$(SolutionDir)$(ConfigurationName)"
21                         IntermediateDirectory="$(ConfigurationName)"
22                         ConfigurationType="10"
23                         CharacterSet="2"
24                         >
25                         <Tool
26                                 Name="VCPreBuildEventTool"
27                         />
28                         <Tool
29                                 Name="VCCustomBuildTool"
30                         />
31                         <Tool
32                                 Name="VCMIDLTool"
33                         />
34                         <Tool
35                                 Name="VCPostBuildEventTool"
36                         />
37                 </Configuration>
38                 <Configuration
39                         Name="Release|Win32"
40                         OutputDirectory="$(SolutionDir)$(ConfigurationName)"
41                         IntermediateDirectory="$(ConfigurationName)"
42                         ConfigurationType="10"
43                         CharacterSet="2"
44                         >
45                         <Tool
46                                 Name="VCPreBuildEventTool"
47                         />
48                         <Tool
49                                 Name="VCCustomBuildTool"
50                         />
51                         <Tool
52                                 Name="VCMIDLTool"
53                         />
54                         <Tool
55                                 Name="VCPostBuildEventTool"
56                         />
57                 </Configuration>
58         </Configurations>
59         <References>
60         </References>
61         <Files>
62                 <File
63                         RelativePath="..\..\gst\parse\grammar.y"
64                         >
65                         <FileConfiguration
66                                 Name="Debug|Win32"
67                                 >
68                                 <Tool
69                                         Name="VCCustomBuildTool"
70                                         CommandLine="bison -d -v -p_gst_parse_yy ..\..\gst\parse\grammar.y -o ..\..\gst\parse\grammar.tab.c&#x0D;&#x0A;flex -P_gst_parse_yy -o..\..\gst\parse\lex._gst_parse_yy.c ..\..\gst\parse\parse.l&#x0D;&#x0A;"
71                                         Outputs="..\..\gst\parse\lex._gst_parse_yy.c;..\..\gst\parse\grammar.tab.c;..\..\gst\parse\grammar.tab.h"
72                                 />
73                         </FileConfiguration>
74                         <FileConfiguration
75                                 Name="Release|Win32"
76                                 >
77                                 <Tool
78                                         Name="VCCustomBuildTool"
79                                         CommandLine="bison -d -v -p_gst_parse_yy ..\..\gst\parse\grammar.y -o ..\..\gst\parse\grammar.tab.c&#x0D;&#x0A;flex -P_gst_parse_yy -o..\..\gst\parse\lex._gst_parse_yy.c ..\..\gst\parse\parse.l&#x0D;&#x0A;"
80                                         Outputs="..\..\gst\parse\lex._gst_parse_yy.c;..\..\gst\parse\grammar.tab.c;..\..\gst\parse\grammar.tab.h"
81                                 />
82                         </FileConfiguration>
83                 </File>
84                 <File
85                         RelativePath="..\common\gstconfig.h"
86                         >
87                         <FileConfiguration
88                                 Name="Debug|Win32"
89                                 >
90                                 <Tool
91                                         Name="VCCustomBuildTool"
92                                         CommandLine="copy /y ..\common\gstconfig.h ..\..\gst&#x0D;&#x0A;"
93                                         Outputs="..\..\gstconfig.h"
94                                 />
95                         </FileConfiguration>
96                         <FileConfiguration
97                                 Name="Release|Win32"
98                                 >
99                                 <Tool
100                                         Name="VCCustomBuildTool"
101                                         CommandLine="copy /y ..\common\gstconfig.h ..\..\gst&#x0D;&#x0A;"
102                                         Outputs="..\..\gstconfig.h"
103                                 />
104                         </FileConfiguration>
105                 </File>
106                 <File
107                         RelativePath="..\common\gstenumtypes.c"
108                         >
109                         <FileConfiguration
110                                 Name="Debug|Win32"
111                                 >
112                                 <Tool
113                                         Name="VCCustomBuildTool"
114                                         CommandLine="copy /y ..\common\gstenumtypes.c ..\..\gst&#x0D;&#x0A;copy /y ..\common\gstenumtypes.h ..\..\gst&#x0D;&#x0A;"
115                                         Outputs="..\..\gst\gstenumtypes.c;..\..\gst\gstenumtypes.h"
116                                 />
117                         </FileConfiguration>
118                         <FileConfiguration
119                                 Name="Release|Win32"
120                                 >
121                                 <Tool
122                                         Name="VCCustomBuildTool"
123                                         CommandLine="copy /y ..\common\gstenumtypes.c ..\..\gst&#x0D;&#x0A;copy /y ..\common\gstenumtypes.h ..\..\gst&#x0D;&#x0A;"
124                                         Outputs="..\..\gst\gstenumtypes.c;..\..\gst\gstenumtypes.h"
125                                 />
126                         </FileConfiguration>
127                 </File>
128                 <File
129                         RelativePath="..\..\gst\gstmarshal.list"
130                         >
131                         <FileConfiguration
132                                 Name="Debug|Win32"
133                                 >
134                                 <Tool
135                                         Name="VCCustomBuildTool"
136                                         CommandLine="glib-genmarshal &gt; NUL 2&gt; NUL&#x0D;&#x0A;if %errorlevel% == 9009 goto NOGLIBGENMARSHAL&#x0D;&#x0A;rem resets errorlevel to 0 because it is 1 now:&#x0D;&#x0A;dir &gt; NUL&#x0D;&#x0A;&#x0D;&#x0A;if exist ..\..\gst\gstmarshal.c goto HEADER&#x0D;&#x0A;echo #include &quot;glib-object.h&quot; &gt; gstmarshal.c.tmp&#x0D;&#x0A;echo #include &quot;gstmarshal.h&quot; &gt;&gt; gstmarshal.c.tmp&#x0D;&#x0A;glib-genmarshal --body --prefix=gst_marshal ..\..\gst\gstmarshal.list &gt;&gt; gstmarshal.c.tmp&#x0D;&#x0A;move gstmarshal.c.tmp ..\..\gst\gstmarshal.c&#x0D;&#x0A;:HEADER&#x0D;&#x0A;if exist ..\..\gst\gstmarshal.h goto END&#x0D;&#x0A;echo #include &quot;gst/gstconfig.h&quot; &gt; gstmarshal.h.tmp&#x0D;&#x0A;glib-genmarshal --header --prefix=gst_marshal ..\..\gst\gstmarshal.list &gt;&gt; gstmarshal.h.tmp&#x0D;&#x0A;move gstmarshal.h.tmp ..\..\gst\gstmarshal.h&#x0D;&#x0A;goto END&#x0D;&#x0A;&#x0D;&#x0A;:NOGLIBGENMARSHAL&#x0D;&#x0A;echo ERROR %errorlevel%&#x0D;&#x0A;echo ### YOU DO NOT HAVE GLIB-GENMARSHAL.EXE IN YOUR PATH.&#x0D;&#x0A;echo ### INSTALL GLIB-DEV AND/OR MAKE SURE IT IS IN YOUR PATH!&#x0D;&#x0A;&#x0D;&#x0A;:END&#x0D;&#x0A;&#x0D;&#x0A;"
137                                         Outputs="gstmarshal.tmp"
138                                 />
139                         </FileConfiguration>
140                         <FileConfiguration
141                                 Name="Release|Win32"
142                                 >
143                                 <Tool
144                                         Name="VCCustomBuildTool"
145                                         CommandLine="glib-genmarshal &gt; NUL 2&gt; NUL&#x0D;&#x0A;if %errorlevel% == 9009 goto NOGLIBGENMARSHAL&#x0D;&#x0A;rem resets errorlevel to 0 because it is 1 now:&#x0D;&#x0A;dir &gt; NUL&#x0D;&#x0A;&#x0D;&#x0A;if exist ..\..\gst\gstmarshal.c goto HEADER&#x0D;&#x0A;echo #include &quot;glib-object.h&quot; &gt; gstmarshal.c.tmp&#x0D;&#x0A;echo #include &quot;gstmarshal.h&quot; &gt;&gt; gstmarshal.c.tmp&#x0D;&#x0A;glib-genmarshal --body --prefix=gst_marshal ..\..\gst\gstmarshal.list &gt;&gt; gstmarshal.c.tmp&#x0D;&#x0A;move gstmarshal.c.tmp ..\..\gst\gstmarshal.c&#x0D;&#x0A;:HEADER&#x0D;&#x0A;if exist ..\..\gst\gstmarshal.h goto END&#x0D;&#x0A;echo #include &quot;gst/gstconfig.h&quot; &gt; gstmarshal.h.tmp&#x0D;&#x0A;glib-genmarshal --header --prefix=gst_marshal ..\..\gst\gstmarshal.list &gt;&gt; gstmarshal.h.tmp&#x0D;&#x0A;move gstmarshal.h.tmp ..\..\gst\gstmarshal.h&#x0D;&#x0A;goto END&#x0D;&#x0A;&#x0D;&#x0A;:NOGLIBGENMARSHAL&#x0D;&#x0A;echo ERROR %errorlevel%&#x0D;&#x0A;echo ### YOU DO NOT HAVE GLIB-GENMARSHAL.EXE IN YOUR PATH.&#x0D;&#x0A;echo ### INSTALL GLIB-DEV AND/OR MAKE SURE IT IS IN YOUR PATH!&#x0D;&#x0A;&#x0D;&#x0A;:END&#x0D;&#x0A;&#x0D;&#x0A;"
146                                         Outputs="gstmarshal.tmp"
147                                 />
148                         </FileConfiguration>
149                 </File>
150                 <File
151                         RelativePath="..\common\gstversion.h"
152                         >
153                         <FileConfiguration
154                                 Name="Debug|Win32"
155                                 >
156                                 <Tool
157                                         Name="VCCustomBuildTool"
158                                         CommandLine="copy /y ..\common\gstversion.h ..\..\gst&#x0D;&#x0A;"
159                                         Outputs="..\..\gst\gstversion.h"
160                                 />
161                         </FileConfiguration>
162                         <FileConfiguration
163                                 Name="Release|Win32"
164                                 >
165                                 <Tool
166                                         Name="VCCustomBuildTool"
167                                         CommandLine="copy /y ..\common\gstversion.h ..\..\gst&#x0D;&#x0A;"
168                                         Outputs="..\..\gst\gstversion.h"
169                                 />
170                         </FileConfiguration>
171                 </File>
172         </Files>
173         <Globals>
174         </Globals>
175 </VisualStudioProject>