~ubuntu-branches/ubuntu/natty/x264/natty

« back to all changes in this revision

Viewing changes to build/win32/x264.vcproj

  • Committer: Bazaar Package Importer
  • Author(s): Reinhard Tartler
  • Date: 2006-02-14 12:51:13 UTC
  • Revision ID: james.westby@ubuntu.com-20060214125113-t2vdkiqgcctz9ndd
Tags: upstream-0.cvs20060210
ImportĀ upstreamĀ versionĀ 0.cvs20060210

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="Windows-1252"?>
 
2
<VisualStudioProject
 
3
        ProjectType="Visual C++"
 
4
        Version="7.10"
 
5
        Name="x264"
 
6
        SccProjectName=""
 
7
        SccLocalPath="">
 
8
        <Platforms>
 
9
                <Platform
 
10
                        Name="Win32"/>
 
11
        </Platforms>
 
12
        <Configurations>
 
13
                <Configuration
 
14
                        Name="Debug|Win32"
 
15
                        OutputDirectory=".\obj/x264_Debug"
 
16
                        IntermediateDirectory=".\obj/x264_Debug"
 
17
                        ConfigurationType="1"
 
18
                        UseOfMFC="0"
 
19
                        ATLMinimizesCRunTimeLibraryUsage="FALSE"
 
20
                        CharacterSet="2">
 
21
                        <Tool
 
22
                                Name="VCCLCompilerTool"
 
23
                                Optimization="0"
 
24
                                AdditionalIncludeDirectories="../../common;../../encode;../../decode;../../extras;../..;L:\gpac\include"
 
25
                                PreprocessorDefinitions="_DEBUG;_CONSOLE;WIN32;__X264__;HAVE_MMXEXT;HAVE_STDINT_H;AVIS_INPUT;MP4_OUTPUT"
 
26
                                BasicRuntimeChecks="3"
 
27
                                RuntimeLibrary="5"
 
28
                                UsePrecompiledHeader="2"
 
29
                                PrecompiledHeaderFile=".\obj/x264_Debug/x264.pch"
 
30
                                AssemblerListingLocation=".\obj/x264_Debug/"
 
31
                                ObjectFile=".\obj/x264_Debug/"
 
32
                                ProgramDataBaseFileName=".\obj/x264_Debug/"
 
33
                                WarningLevel="3"
 
34
                                SuppressStartupBanner="TRUE"
 
35
                                DebugInformationFormat="3"
 
36
                                CompileAs="0"/>
 
37
                        <Tool
 
38
                                Name="VCCustomBuildTool"/>
 
39
                        <Tool
 
40
                                Name="VCLinkerTool"
 
41
                                AdditionalDependencies="vfw32.lib ..\..\..\gpac\bin\w32_deb\libgpac_static.lib winmm.lib"
 
42
                                OutputFile="bin/x264.exe"
 
43
                                LinkIncremental="1"
 
44
                                SuppressStartupBanner="TRUE"
 
45
                                GenerateDebugInformation="TRUE"
 
46
                                ProgramDatabaseFile=".\obj/x264_Debug/x264.pdb"
 
47
                                SubSystem="1"
 
48
                                TargetMachine="1"/>
 
49
                        <Tool
 
50
                                Name="VCMIDLTool"
 
51
                                TypeLibraryName=".\obj/x264_Debug/x264.tlb"
 
52
                                HeaderFileName=""/>
 
53
                        <Tool
 
54
                                Name="VCPostBuildEventTool"/>
 
55
                        <Tool
 
56
                                Name="VCPreBuildEventTool"/>
 
57
                        <Tool
 
58
                                Name="VCPreLinkEventTool"/>
 
59
                        <Tool
 
60
                                Name="VCResourceCompilerTool"
 
61
                                PreprocessorDefinitions="_DEBUG"
 
62
                                Culture="2052"/>
 
63
                        <Tool
 
64
                                Name="VCWebServiceProxyGeneratorTool"/>
 
65
                        <Tool
 
66
                                Name="VCXMLDataGeneratorTool"/>
 
67
                        <Tool
 
68
                                Name="VCWebDeploymentTool"/>
 
69
                        <Tool
 
70
                                Name="VCManagedWrapperGeneratorTool"/>
 
71
                        <Tool
 
72
                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
 
73
                </Configuration>
 
74
                <Configuration
 
75
                        Name="Release|Win32"
 
76
                        OutputDirectory=".\obj/x264_Release"
 
77
                        IntermediateDirectory=".\obj/x264_Release"
 
78
                        ConfigurationType="1"
 
79
                        UseOfMFC="0"
 
80
                        ATLMinimizesCRunTimeLibraryUsage="FALSE"
 
81
                        CharacterSet="2">
 
82
                        <Tool
 
83
                                Name="VCCLCompilerTool"
 
84
                                Optimization="2"
 
85
                                InlineFunctionExpansion="1"
 
86
                                AdditionalIncludeDirectories="./common;./encode;./decode;../../extras;../..;L:\gpac\include"
 
87
                                PreprocessorDefinitions="NDEBUG;_CONSOLE;WIN32;__X264__;HAVE_MMXEXT;HAVE_STDINT_H;AVIS_INPUT;MP4_OUTPUT"
 
88
                                StringPooling="TRUE"
 
89
                                RuntimeLibrary="0"
 
90
                                EnableFunctionLevelLinking="TRUE"
 
91
                                UsePrecompiledHeader="2"
 
92
                                PrecompiledHeaderFile=".\obj/x264_Release/x264.pch"
 
93
                                AssemblerListingLocation=".\obj/x264_Release/"
 
94
                                ObjectFile=".\obj/x264_Release/"
 
95
                                ProgramDataBaseFileName=".\obj/x264_Release/"
 
96
                                WarningLevel="3"
 
97
                                SuppressStartupBanner="TRUE"
 
98
                                CompileAs="0"/>
 
99
                        <Tool
 
100
                                Name="VCCustomBuildTool"/>
 
101
                        <Tool
 
102
                                Name="VCLinkerTool"
 
103
                                AdditionalDependencies="vfw32.lib ..\..\..\gpac\bin\w32_rel\libgpac_static.lib winmm.lib"
 
104
                                OutputFile="bin/x264.exe"
 
105
                                LinkIncremental="1"
 
106
                                SuppressStartupBanner="TRUE"
 
107
                                ProgramDatabaseFile=".\obj/x264_Release/x264.pdb"
 
108
                                SubSystem="1"
 
109
                                TargetMachine="1"/>
 
110
                        <Tool
 
111
                                Name="VCMIDLTool"
 
112
                                TypeLibraryName=".\obj/x264_Release/x264.tlb"
 
113
                                HeaderFileName=""/>
 
114
                        <Tool
 
115
                                Name="VCPostBuildEventTool"/>
 
116
                        <Tool
 
117
                                Name="VCPreBuildEventTool"/>
 
118
                        <Tool
 
119
                                Name="VCPreLinkEventTool"/>
 
120
                        <Tool
 
121
                                Name="VCResourceCompilerTool"
 
122
                                PreprocessorDefinitions="NDEBUG"
 
123
                                Culture="2052"/>
 
124
                        <Tool
 
125
                                Name="VCWebServiceProxyGeneratorTool"/>
 
126
                        <Tool
 
127
                                Name="VCXMLDataGeneratorTool"/>
 
128
                        <Tool
 
129
                                Name="VCWebDeploymentTool"/>
 
130
                        <Tool
 
131
                                Name="VCManagedWrapperGeneratorTool"/>
 
132
                        <Tool
 
133
                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
 
134
                </Configuration>
 
135
                <Configuration
 
136
                        Name="Release64|Win32"
 
137
                        OutputDirectory="$(ConfigurationName)"
 
138
                        IntermediateDirectory="$(ConfigurationName)"
 
139
                        ConfigurationType="1"
 
140
                        UseOfMFC="0"
 
141
                        ATLMinimizesCRunTimeLibraryUsage="FALSE"
 
142
                        CharacterSet="2">
 
143
                        <Tool
 
144
                                Name="VCCLCompilerTool"
 
145
                                Optimization="2"
 
146
                                InlineFunctionExpansion="1"
 
147
                                AdditionalIncludeDirectories="./common;./encode;./decode;../../extras;../..;..\..\..\gpac\include"
 
148
                                PreprocessorDefinitions="NDEBUG;_CONSOLE;WIN32;__X264__;HAVE_MMXEXT;HAVE_STDINT_H;AVIS_INPUT;MP4_OUTPUT"
 
149
                                StringPooling="TRUE"
 
150
                                RuntimeLibrary="0"
 
151
                                EnableFunctionLevelLinking="TRUE"
 
152
                                UsePrecompiledHeader="2"
 
153
                                PrecompiledHeaderFile=".\obj/x264_Release/x264.pch"
 
154
                                AssemblerListingLocation=".\obj/x264_Release/"
 
155
                                ObjectFile=".\obj/x264_Release/"
 
156
                                ProgramDataBaseFileName=".\obj/x264_Release/"
 
157
                                WarningLevel="3"
 
158
                                SuppressStartupBanner="TRUE"
 
159
                                DebugInformationFormat="0"
 
160
                                CompileAs="0"/>
 
161
                        <Tool
 
162
                                Name="VCCustomBuildTool"/>
 
163
                        <Tool
 
164
                                Name="VCLinkerTool"
 
165
                                AdditionalDependencies="vfw32.lib ..\..\..\gpac\bin\w32_rel\libgpac_static.lib winmm.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib bufferoverflowu.lib $(NOINHERIT)"
 
166
                                OutputFile="bin/x264.exe"
 
167
                                LinkIncremental="1"
 
168
                                SuppressStartupBanner="TRUE"
 
169
                                GenerateDebugInformation="FALSE"
 
170
                                ProgramDatabaseFile=".\obj/x264_Release/x264.pdb"
 
171
                                SubSystem="1"
 
172
                                TargetMachine="0"/>
 
173
                        <Tool
 
174
                                Name="VCMIDLTool"
 
175
                                TypeLibraryName=".\obj/x264_Release/x264.tlb"
 
176
                                HeaderFileName=""/>
 
177
                        <Tool
 
178
                                Name="VCPostBuildEventTool"/>
 
179
                        <Tool
 
180
                                Name="VCPreBuildEventTool"/>
 
181
                        <Tool
 
182
                                Name="VCPreLinkEventTool"/>
 
183
                        <Tool
 
184
                                Name="VCResourceCompilerTool"
 
185
                                PreprocessorDefinitions="NDEBUG"
 
186
                                Culture="2052"/>
 
187
                        <Tool
 
188
                                Name="VCWebServiceProxyGeneratorTool"/>
 
189
                        <Tool
 
190
                                Name="VCXMLDataGeneratorTool"/>
 
191
                        <Tool
 
192
                                Name="VCWebDeploymentTool"/>
 
193
                        <Tool
 
194
                                Name="VCManagedWrapperGeneratorTool"/>
 
195
                        <Tool
 
196
                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
 
197
                </Configuration>
 
198
        </Configurations>
 
199
        <References>
 
200
        </References>
 
201
        <Files>
 
202
                <File
 
203
                        RelativePath="..\..\matroska.c">
 
204
                </File>
 
205
                <File
 
206
                        RelativePath="..\..\matroska.h">
 
207
                </File>
 
208
                <File
 
209
                        RelativePath="..\..\x264.c">
 
210
                        <FileConfiguration
 
211
                                Name="Debug|Win32">
 
212
                                <Tool
 
213
                                        Name="VCCLCompilerTool"
 
214
                                        Optimization="0"
 
215
                                        AdditionalIncludeDirectories=""
 
216
                                        PreprocessorDefinitions=""
 
217
                                        BasicRuntimeChecks="3"/>
 
218
                        </FileConfiguration>
 
219
                        <FileConfiguration
 
220
                                Name="Release|Win32">
 
221
                                <Tool
 
222
                                        Name="VCCLCompilerTool"
 
223
                                        Optimization="2"
 
224
                                        AdditionalIncludeDirectories=""
 
225
                                        PreprocessorDefinitions=""/>
 
226
                        </FileConfiguration>
 
227
                        <FileConfiguration
 
228
                                Name="Release64|Win32">
 
229
                                <Tool
 
230
                                        Name="VCCLCompilerTool"
 
231
                                        Optimization="2"
 
232
                                        AdditionalIncludeDirectories=""
 
233
                                        PreprocessorDefinitions=""/>
 
234
                        </FileConfiguration>
 
235
                </File>
 
236
                <File
 
237
                        RelativePath="..\..\x264.h">
 
238
                </File>
 
239
        </Files>
 
240
        <Globals>
 
241
        </Globals>
 
242
</VisualStudioProject>