Update to another gettext public build
[platform/upstream/gstreamer.git] / win32 / vs7 / GStreamer.vcproj
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3         ProjectType="Visual C++"
4         Version="7.10"
5         Name="libgstreamer"
6         ProjectGUID="{FC47A187-6B10-4B19-93B5-ED7BCC75D466}"
7         RootNamespace="GStreamer"
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="2"
19                         CharacterSet="2"
20                         ReferencesPath="">
21                         <Tool
22                                 Name="VCCLCompilerTool"
23                                 Optimization="0"
24                                 AdditionalIncludeDirectories="D:\Perso\Programmes\GStreamer\gstreamer\win32;.\;..\;..\libs;..\..\popt\include;..\..\glib\gmodule;..\..\gettext\include;..\..\libiconv\include;..\..\libxml2\include\libxml2;..\..\glib;..\..\glib\glib;..\..\glib\build\win32"
25                                 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;HAVE_CONFIG_H;HAVE_WIN32;GST_EXPORTS"
26                                 MinimalRebuild="TRUE"
27                                 BasicRuntimeChecks="3"
28                                 RuntimeLibrary="3"
29                                 UsePrecompiledHeader="2"
30                                 PrecompiledHeaderThrough="config.h"
31                                 WarningLevel="3"
32                                 Detect64BitPortabilityProblems="TRUE"
33                                 DebugInformationFormat="4"
34                                 CompileAs="1"/>
35                         <Tool
36                                 Name="VCCustomBuildTool"/>
37                         <Tool
38                                 Name="VCLinkerTool"
39                                 AdditionalDependencies="libpopt.lib glib-2.0.lib gobject-2.0.lib gthread-2.0.lib gmodule-2.0.lib libxml2.lib wsock32.lib intl.lib"
40                                 OutputFile="$(OutDir)/libgtreamer-0.8.dll"
41                                 LinkIncremental="0"
42                                 SuppressStartupBanner="TRUE"
43                                 AdditionalLibraryDirectories="..\..\glib\glib;..\..\glib\gobject;..\..\glib\gthread;..\..\glib\gmodule;..\..\popt\lib;..\..\gettext\lib;..\..\libxml2\lib"
44                                 IgnoreAllDefaultLibraries="FALSE"
45                                 ModuleDefinitionFile="gst.def"
46                                 DelayLoadDLLs=""
47                                 GenerateDebugInformation="TRUE"
48                                 ProgramDatabaseFile="$(OutDir)/GStreamer.pdb"
49                                 SubSystem="2"
50                                 OptimizeReferences="0"
51                                 EnableCOMDATFolding="0"
52                                 ImportLibrary="$(OutDir)/GStreamer-0.8.lib"
53                                 TargetMachine="1"/>
54                         <Tool
55                                 Name="VCMIDLTool"/>
56                         <Tool
57                                 Name="VCPostBuildEventTool"
58                                 CommandLine="del gst.def"/>
59                         <Tool
60                                 Name="VCPreBuildEventTool"
61                                 CommandLine="copy $(ProjectDir)\gstconfig.h $(ProjectDir)\..\gst\gstconfig.h
62 copy $(ProjectDir)\gstversion.h $(ProjectDir)\..\gst\gstversion.h
63 copy $(ProjectDir)\gstenumtypes.h $(ProjectDir)\..\gst\gstenumtypes.h
64 copy $(ProjectDir)\gstenumtypes.c $(ProjectDir)\..\gst\gstenumtypes.c
65 echo #include &quot;gst/gstconfig.h&quot; &gt; gstmarshal.h.tmp
66 $(ProjectDir)..\..\glib\gobject\glib-genmarshal --header --prefix=gst_marshal $(ProjectDir)..\gst\gstmarshal.list &gt;&gt; gstmarshal.h.tmp
67 move gstmarshal.h.tmp $(ProjectDir)..\gst\gstmarshal.h
68 echo #include &quot;glib-object.h&quot; &gt; gstmarshal.c.tmp
69 echo #include &quot;gstmarshal.h&quot; &gt;&gt; gstmarshal.c.tmp
70 $(ProjectDir)..\..\glib\gobject\glib-genmarshal --body --prefix=gst_marshal $(ProjectDir)..\gst\gstmarshal.list &gt;&gt; gstmarshal.c.tmp
71 move gstmarshal.c.tmp $(ProjectDir)..\gst\gstmarshal.c
72 bison -d -v -p_gst_parse__yy $(ProjectDir)..\gst\parse\grammar.y -o $(ProjectDir)..\gst\parse\grammar.tab.c
73 flex -P_gst_parse_yy $(ProjectDir)..\gst\parse\parse.l
74 move lex._gst_parse_yy.c $(ProjectDir)..\gst\parse\lex._gst_parse_yy.c
75 type gstreamer.def &gt; gst.def
76 type gstreamer-dbg.def &gt;&gt; gst.def
77 "/>
78                         <Tool
79                                 Name="VCPreLinkEventTool"/>
80                         <Tool
81                                 Name="VCResourceCompilerTool"/>
82                         <Tool
83                                 Name="VCWebServiceProxyGeneratorTool"/>
84                         <Tool
85                                 Name="VCXMLDataGeneratorTool"/>
86                         <Tool
87                                 Name="VCWebDeploymentTool"/>
88                         <Tool
89                                 Name="VCManagedWrapperGeneratorTool"/>
90                         <Tool
91                                 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
92                 </Configuration>
93                 <Configuration
94                         Name="Release|Win32"
95                         OutputDirectory="Release"
96                         IntermediateDirectory="Release"
97                         ConfigurationType="2"
98                         CharacterSet="2">
99                         <Tool
100                                 Name="VCCLCompilerTool"
101                                 AdditionalIncludeDirectories=".\;..\;..\libs;..\..\popt\include;..\..\glib\gmodule;..\..\gettext\include;..\..\libiconv\include;..\..\libxml2\include\libxml2;..\..\glib;..\..\glib\glib;..\..\glib\win32"
102                                 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;HAVE_CONFIG_H;HAVE_WIN32;GST_DISABLE_GST_DEBUG;GST_EXPORTS"
103                                 RuntimeLibrary="2"
104                                 UsePrecompiledHeader="2"
105                                 PrecompiledHeaderThrough="config.h"
106                                 WarningLevel="3"
107                                 Detect64BitPortabilityProblems="TRUE"
108                                 DebugInformationFormat="3"
109                                 CompileAs="1"/>
110                         <Tool
111                                 Name="VCCustomBuildTool"/>
112                         <Tool
113                                 Name="VCLinkerTool"
114                                 AdditionalDependencies="libpopt.lib glib-2.0.lib gobject-2.0.lib gthread-2.0.lib gmodule-2.0.lib libxml2.lib wsock32.lib intl.lib"
115                                 OutputFile="$(OutDir)/libgtreamer-0.8.dll"
116                                 LinkIncremental="1"
117                                 SuppressStartupBanner="TRUE"
118                                 AdditionalLibraryDirectories="..\..\glib\glib;..\..\glib\gobject;..\..\glib\gthread;..\..\glib\gmodule;..\..\popt\lib;..\..\gettext\lib;..\..\libxml2\lib"
119                                 IgnoreAllDefaultLibraries="FALSE"
120                                 ModuleDefinitionFile="gst.def"
121                                 GenerateDebugInformation="TRUE"
122                                 SubSystem="2"
123                                 OptimizeReferences="2"
124                                 EnableCOMDATFolding="2"
125                                 ImportLibrary="$(OutDir)/GStreamer-0.8.lib"
126                                 TargetMachine="1"/>
127                         <Tool
128                                 Name="VCMIDLTool"/>
129                         <Tool
130                                 Name="VCPostBuildEventTool"
131                                 CommandLine="del gst.def"/>
132                         <Tool
133                                 Name="VCPreBuildEventTool"
134                                 CommandLine="copy $(ProjectDir)\gstconfig.h $(ProjectDir)\..\gst\gstconfig.h
135 copy $(ProjectDir)\gstversion.h $(ProjectDir)\..\gst\gstversion.h
136 copy $(ProjectDir)\gstenumtypes.h $(ProjectDir)\..\gst\gstenumtypes.h
137 copy $(ProjectDir)\gstenumtypes.c $(ProjectDir)\..\gst\gstenumtypes.c
138 echo #include &quot;gst/gstconfig.h&quot; &gt; gstmarshal.h.tmp
139 $(ProjectDir)..\..\glib\gobject\glib-genmarshal --header --prefix=gst_marshal $(ProjectDir)..\gst\gstmarshal.list &gt;&gt; gstmarshal.h.tmp
140 move gstmarshal.h.tmp $(ProjectDir)..\gst\gstmarshal.h
141 echo #include &quot;glib-object.h&quot; &gt; gstmarshal.c.tmp
142 echo #include &quot;gstmarshal.h&quot; &gt;&gt; gstmarshal.c.tmp
143 $(ProjectDir)..\..\glib\gobject\glib-genmarshal --body --prefix=gst_marshal $(ProjectDir)..\gst\gstmarshal.list &gt;&gt; gstmarshal.c.tmp
144 move gstmarshal.c.tmp $(ProjectDir)..\gst\gstmarshal.c
145 bison -d -v -p_gst_parse__yy $(ProjectDir)..\gst\parse\grammar.y -o $(ProjectDir)..\gst\parse\grammar.tab.c
146 flex -P_gst_parse_yy $(ProjectDir)..\gst\parse\parse.l
147 move lex._gst_parse_yy.c $(ProjectDir)..\gst\parse\lex._gst_parse_yy.c
148 type gstreamer.def &gt; gst.def
149 "/>
150                         <Tool
151                                 Name="VCPreLinkEventTool"/>
152                         <Tool
153                                 Name="VCResourceCompilerTool"/>
154                         <Tool
155                                 Name="VCWebServiceProxyGeneratorTool"/>
156                         <Tool
157                                 Name="VCXMLDataGeneratorTool"/>
158                         <Tool
159                                 Name="VCWebDeploymentTool"/>
160                         <Tool
161                                 Name="VCManagedWrapperGeneratorTool"/>
162                         <Tool
163                                 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
164                 </Configuration>
165         </Configurations>
166         <References>
167         </References>
168         <Files>
169                 <Filter
170                         Name="Source Files"
171                         Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
172                         UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
173                         <File
174                                 RelativePath=".\dirent.c">
175                         </File>
176                         <File
177                                 RelativePath="..\gst\parse\grammar.tab.c">
178                         </File>
179                         <File
180                                 RelativePath="..\gst\gst.c">
181                         </File>
182                         <File
183                                 RelativePath="..\gst\gstatomic.c">
184                         </File>
185                         <File
186                                 RelativePath="..\gst\gstbin.c">
187                         </File>
188                         <File
189                                 RelativePath="..\gst\gstbuffer.c">
190                         </File>
191                         <File
192                                 RelativePath="..\gst\gstcaps.c">
193                         </File>
194                         <File
195                                 RelativePath="..\gst\gstclock.c">
196                         </File>
197                         <File
198                                 RelativePath="..\gst\gstcpu.c">
199                         </File>
200                         <File
201                                 RelativePath="..\gst\gstdata.c">
202                         </File>
203                         <File
204                                 RelativePath="..\gst\gstelement.c">
205                         </File>
206                         <File
207                                 RelativePath="..\gst\gstelementfactory.c">
208                         </File>
209                         <File
210                                 RelativePath="..\gst\gstenumtypes.c">
211                         </File>
212                         <File
213                                 RelativePath="..\gst\gsterror.c">
214                         </File>
215                         <File
216                                 RelativePath="..\gst\gstevent.c">
217                         </File>
218                         <File
219                                 RelativePath="..\gst\gstfilter.c">
220                         </File>
221                         <File
222                                 RelativePath="..\gst\gstformat.c">
223                         </File>
224                         <File
225                                 RelativePath="..\gst\gstindex.c">
226                         </File>
227                         <File
228                                 RelativePath="..\gst\gstinfo.c">
229                         </File>
230                         <File
231                                 RelativePath="..\gst\gstmarshal.c">
232                         </File>
233                         <File
234                                 RelativePath="..\gst\gstmemchunk.c">
235                         </File>
236                         <File
237                                 RelativePath="..\gst\gstobject.c">
238                         </File>
239                         <File
240                                 RelativePath="..\gst\gstpad.c">
241                         </File>
242                         <File
243                                 RelativePath="..\gst\gstparse.c">
244                         </File>
245                         <File
246                                 RelativePath="..\gst\gstpipeline.c">
247                         </File>
248                         <File
249                                 RelativePath="..\gst\gstplugin.c">
250                         </File>
251                         <File
252                                 RelativePath="..\gst\gstpluginfeature.c">
253                         </File>
254                         <File
255                                 RelativePath="..\gst\gstprobe.c">
256                         </File>
257                         <File
258                                 RelativePath="..\gst\gstquery.c">
259                         </File>
260                         <File
261                                 RelativePath="..\gst\gstqueue.c">
262                         </File>
263                         <File
264                                 RelativePath=".\gstreamer.def">
265                         </File>
266                         <File
267                                 RelativePath="..\gst\gstregistry.c">
268                         </File>
269                         <File
270                                 RelativePath="..\gst\gstregistrypool.c">
271                         </File>
272                         <File
273                                 RelativePath="..\gst\gstscheduler.c">
274                         </File>
275                         <File
276                                 RelativePath="..\gst\gststructure.c">
277                         </File>
278                         <File
279                                 RelativePath="..\gst\gstsystemclock.c">
280                         </File>
281                         <File
282                                 RelativePath="..\gst\gsttag.c">
283                         </File>
284                         <File
285                                 RelativePath="..\gst\gstthread.c">
286                         </File>
287                         <File
288                                 RelativePath="..\gst\gsttrace.c">
289                         </File>
290                         <File
291                                 RelativePath="..\gst\gsttypefind.c">
292                         </File>
293                         <File
294                                 RelativePath="..\gst\gsturi.c">
295                         </File>
296                         <File
297                                 RelativePath="..\gst\gsturitype.c">
298                         </File>
299                         <File
300                                 RelativePath="..\gst\gstutils.c">
301                         </File>
302                         <File
303                                 RelativePath="..\gst\gstvalue.c">
304                         </File>
305                         <File
306                                 RelativePath="..\gst\gstxml.c">
307                         </File>
308                         <File
309                                 RelativePath="..\gst\registries\gstxmlregistry.c">
310                         </File>
311                         <File
312                                 RelativePath="..\gst\parse\lex._gst_parse_yy.c">
313                         </File>
314                 </Filter>
315                 <Filter
316                         Name="Header Files"
317                         Filter="h;hpp;hxx;hm;inl;inc;xsd"
318                         UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
319                         <File
320                                 RelativePath=".\config.h">
321                         </File>
322                         <File
323                                 RelativePath=".\dirent.h">
324                         </File>
325                         <File
326                                 RelativePath="..\gst\parse\grammar.tab.h">
327                         </File>
328                         <File
329                                 RelativePath="..\gst\gst.h">
330                         </File>
331                         <File
332                                 RelativePath="..\gst\gstatomic.h">
333                         </File>
334                         <File
335                                 RelativePath="..\gst\gstbufferpool-default.h">
336                         </File>
337                         <File
338                                 RelativePath="..\gst\gstcaps.h">
339                         </File>
340                         <File
341                                 RelativePath="..\gst\gstconfig.h">
342                         </File>
343                         <File
344                                 RelativePath="..\gst\gstcpu.h">
345                         </File>
346                         <File
347                                 RelativePath="..\gst\gstenumtypes.h">
348                         </File>
349                         <File
350                                 RelativePath="..\gst\gstevent.h">
351                         </File>
352                         <File
353                                 RelativePath="..\gst\gstformat.h">
354                         </File>
355                         <File
356                                 RelativePath="..\gst\gstinfo.h">
357                         </File>
358                         <File
359                                 RelativePath="..\gst\gstlog.h">
360                         </File>
361                         <File
362                                 RelativePath="..\gst\gstpad.h">
363                         </File>
364                         <File
365                                 RelativePath="..\gst\gstplugin.h">
366                         </File>
367                         <File
368                                 RelativePath="..\gst\gstscheduler.h">
369                         </File>
370                         <File
371                                 RelativePath="..\gst\gsttrace.h">
372                         </File>
373                         <File
374                                 RelativePath="..\gst\gsttrashstack.h">
375                         </File>
376                         <File
377                                 RelativePath="..\gst\gsttypes.h">
378                         </File>
379                         <File
380                                 RelativePath="..\gst\gstversion.h">
381                         </File>
382                         <File
383                                 RelativePath="..\gst\gstxml.h">
384                         </File>
385                 </Filter>
386                 <Filter
387                         Name="Resource Files"
388                         Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
389                         UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
390                 </Filter>
391                 <Filter
392                         Name="libs"
393                         Filter="">
394                         <Filter
395                                 Name="control"
396                                 Filter="">
397                                 <File
398                                         RelativePath="..\libs\gst\control\control.c">
399                                 </File>
400                                 <File
401                                         RelativePath="..\libs\gst\control\control.h">
402                                 </File>
403                                 <File
404                                         RelativePath="..\libs\gst\control\dparam.c">
405                                 </File>
406                                 <File
407                                         RelativePath="..\libs\gst\control\dparam.h">
408                                 </File>
409                                 <File
410                                         RelativePath="..\libs\gst\control\dparam_smooth.c">
411                                 </File>
412                                 <File
413                                         RelativePath="..\libs\gst\control\dparam_smooth.h">
414                                 </File>
415                                 <File
416                                         RelativePath="..\libs\gst\control\dparamcommon.h">
417                                 </File>
418                                 <File
419                                         RelativePath="..\libs\gst\control\dparammanager.c">
420                                 </File>
421                                 <File
422                                         RelativePath="..\libs\gst\control\dparammanager.h">
423                                 </File>
424                                 <File
425                                         RelativePath="..\libs\gst\control\dplinearinterp.c">
426                                 </File>
427                                 <File
428                                         RelativePath="..\libs\gst\control\dplinearinterp.h">
429                                 </File>
430                                 <File
431                                         RelativePath="..\libs\gst\control\unitconvert.c">
432                                 </File>
433                                 <File
434                                         RelativePath="..\libs\gst\control\unitconvert.h">
435                                 </File>
436                         </Filter>
437                 </Filter>
438         </Files>
439         <Globals>
440         </Globals>
441 </VisualStudioProject>