diff options
author | Jacek Antonelli | 2008-08-15 23:44:46 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:44:46 -0500 |
commit | 38d6d37f2d982fa959e9e8a4a3f7e1ccfad7b5d4 (patch) | |
tree | adca584755d22ca041a2dbfc35d4eca01f70b32c /linden/indra/llmedia/llmedia.vcproj | |
parent | README.txt (diff) | |
download | meta-impy-38d6d37f2d982fa959e9e8a4a3f7e1ccfad7b5d4.zip meta-impy-38d6d37f2d982fa959e9e8a4a3f7e1ccfad7b5d4.tar.gz meta-impy-38d6d37f2d982fa959e9e8a4a3f7e1ccfad7b5d4.tar.bz2 meta-impy-38d6d37f2d982fa959e9e8a4a3f7e1ccfad7b5d4.tar.xz |
Second Life viewer sources 1.13.2.12
Diffstat (limited to 'linden/indra/llmedia/llmedia.vcproj')
-rw-r--r-- | linden/indra/llmedia/llmedia.vcproj | 214 |
1 files changed, 214 insertions, 0 deletions
diff --git a/linden/indra/llmedia/llmedia.vcproj b/linden/indra/llmedia/llmedia.vcproj new file mode 100644 index 0000000..93c11b2 --- /dev/null +++ b/linden/indra/llmedia/llmedia.vcproj | |||
@@ -0,0 +1,214 @@ | |||
1 | <?xml version="1.0" encoding="Windows-1252"?> | ||
2 | <VisualStudioProject | ||
3 | ProjectType="Visual C++" | ||
4 | Version="7.10" | ||
5 | Name="llmedia" | ||
6 | ProjectGUID="{9D0C7E02-6506-4EE7-BC5C-75671D28D594}" | ||
7 | RootNamespace="llmedia" | ||
8 | Keyword="Win32Proj"> | ||
9 | <Platforms> | ||
10 | <Platform | ||
11 | Name="Win32"/> | ||
12 | </Platforms> | ||
13 | <Configurations> | ||
14 | <Configuration | ||
15 | Name="Debug|Win32" | ||
16 | OutputDirectory="../lib_$(ConfigurationName)/i686-win32" | ||
17 | IntermediateDirectory="Debug" | ||
18 | ConfigurationType="4" | ||
19 | CharacterSet="1"> | ||
20 | <Tool | ||
21 | Name="VCCLCompilerTool" | ||
22 | Optimization="0" | ||
23 | AdditionalIncludeDirectories="..\llcommon;..\llrender;..\llwindow;..\llimage;..\llmath;..\llvfs;..\llmessage;..\llui;"..\..\libraries\i686-win32\include";..\..\libraries\include\;"..\..\libraries\i686-win32\include\quicktime"" | ||
24 | PreprocessorDefinitions="WIN32;_DEBUG;_LIB;LL_WINDOWS;LL_DEBUG;XP_WIN;XP_WIN32" | ||
25 | MinimalRebuild="TRUE" | ||
26 | BasicRuntimeChecks="3" | ||
27 | RuntimeLibrary="1" | ||
28 | StructMemberAlignment="4" | ||
29 | ForceConformanceInForLoopScope="TRUE" | ||
30 | UsePrecompiledHeader="0" | ||
31 | WarningLevel="3" | ||
32 | WarnAsError="TRUE" | ||
33 | Detect64BitPortabilityProblems="FALSE" | ||
34 | DebugInformationFormat="4" | ||
35 | DisableSpecificWarnings="4702"/> | ||
36 | <Tool | ||
37 | Name="VCCustomBuildTool"/> | ||
38 | <Tool | ||
39 | Name="VCLibrarianTool" | ||
40 | OutputFile="$(OutDir)/llmedia.lib" | ||
41 | AdditionalLibraryDirectories=""/> | ||
42 | <Tool | ||
43 | Name="VCMIDLTool"/> | ||
44 | <Tool | ||
45 | Name="VCPostBuildEventTool"/> | ||
46 | <Tool | ||
47 | Name="VCPreBuildEventTool"/> | ||
48 | <Tool | ||
49 | Name="VCPreLinkEventTool"/> | ||
50 | <Tool | ||
51 | Name="VCResourceCompilerTool"/> | ||
52 | <Tool | ||
53 | Name="VCWebServiceProxyGeneratorTool"/> | ||
54 | <Tool | ||
55 | Name="VCXMLDataGeneratorTool"/> | ||
56 | <Tool | ||
57 | Name="VCManagedWrapperGeneratorTool"/> | ||
58 | <Tool | ||
59 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> | ||
60 | </Configuration> | ||
61 | <Configuration | ||
62 | Name="Release|Win32" | ||
63 | OutputDirectory="../lib_$(ConfigurationName)/i686-win32" | ||
64 | IntermediateDirectory="Release" | ||
65 | ConfigurationType="4" | ||
66 | CharacterSet="1"> | ||
67 | <Tool | ||
68 | Name="VCCLCompilerTool" | ||
69 | GlobalOptimizations="FALSE" | ||
70 | InlineFunctionExpansion="0" | ||
71 | EnableIntrinsicFunctions="FALSE" | ||
72 | OptimizeForProcessor="0" | ||
73 | OptimizeForWindowsApplication="FALSE" | ||
74 | AdditionalIncludeDirectories="..\llcommon;..\llrender;..\llwindow;..\llimage;..\llmath;..\llvfs;..\llmessage;..\llui;"..\..\libraries\i686-win32\include";..\..\libraries\include\;"..\..\libraries\i686-win32\include\quicktime"" | ||
75 | PreprocessorDefinitions="WIN32;NDEBUG;_LIB;LL_WINDOWS;LL_RELEASE;XP_WIN;XP_WIN32" | ||
76 | RuntimeLibrary="0" | ||
77 | StructMemberAlignment="0" | ||
78 | ForceConformanceInForLoopScope="TRUE" | ||
79 | UsePrecompiledHeader="0" | ||
80 | WarningLevel="3" | ||
81 | WarnAsError="FALSE" | ||
82 | Detect64BitPortabilityProblems="FALSE" | ||
83 | DebugInformationFormat="3" | ||
84 | DisableSpecificWarnings="4702"/> | ||
85 | <Tool | ||
86 | Name="VCCustomBuildTool"/> | ||
87 | <Tool | ||
88 | Name="VCLibrarianTool" | ||
89 | OutputFile="$(OutDir)/llmedia.lib" | ||
90 | AdditionalLibraryDirectories="" | ||
91 | IgnoreAllDefaultLibraries="FALSE" | ||
92 | IgnoreDefaultLibraryNames=""/> | ||
93 | <Tool | ||
94 | Name="VCMIDLTool"/> | ||
95 | <Tool | ||
96 | Name="VCPostBuildEventTool"/> | ||
97 | <Tool | ||
98 | Name="VCPreBuildEventTool"/> | ||
99 | <Tool | ||
100 | Name="VCPreLinkEventTool"/> | ||
101 | <Tool | ||
102 | Name="VCResourceCompilerTool"/> | ||
103 | <Tool | ||
104 | Name="VCWebServiceProxyGeneratorTool"/> | ||
105 | <Tool | ||
106 | Name="VCXMLDataGeneratorTool"/> | ||
107 | <Tool | ||
108 | Name="VCManagedWrapperGeneratorTool"/> | ||
109 | <Tool | ||
110 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> | ||
111 | </Configuration> | ||
112 | <Configuration | ||
113 | Name="ReleaseNoOpt|Win32" | ||
114 | OutputDirectory="../lib_$(ConfigurationName)/i686-win32" | ||
115 | IntermediateDirectory="$(ConfigurationName)" | ||
116 | ConfigurationType="4" | ||
117 | CharacterSet="1"> | ||
118 | <Tool | ||
119 | Name="VCCLCompilerTool" | ||
120 | Optimization="0" | ||
121 | GlobalOptimizations="FALSE" | ||
122 | InlineFunctionExpansion="0" | ||
123 | EnableIntrinsicFunctions="FALSE" | ||
124 | OptimizeForProcessor="0" | ||
125 | OptimizeForWindowsApplication="FALSE" | ||
126 | AdditionalIncludeDirectories="..\llcommon;..\llrender;..\llwindow;..\llimage;..\llmath;..\llvfs;..\llmessage;..\llui;"..\..\libraries\i686-win32\include";..\..\libraries\include\;"..\..\libraries\i686-win32\include\quicktime"" | ||
127 | PreprocessorDefinitions="WIN32;NDEBUG;_LIB;LL_WINDOWS;LL_RELEASE;XP_WIN;XP_WIN32" | ||
128 | RuntimeLibrary="0" | ||
129 | StructMemberAlignment="0" | ||
130 | ForceConformanceInForLoopScope="TRUE" | ||
131 | UsePrecompiledHeader="0" | ||
132 | WarningLevel="3" | ||
133 | WarnAsError="TRUE" | ||
134 | Detect64BitPortabilityProblems="FALSE" | ||
135 | DebugInformationFormat="3" | ||
136 | DisableSpecificWarnings="4702"/> | ||
137 | <Tool | ||
138 | Name="VCCustomBuildTool"/> | ||
139 | <Tool | ||
140 | Name="VCLibrarianTool" | ||
141 | OutputFile="$(OutDir)/llmedia.lib" | ||
142 | AdditionalLibraryDirectories="" | ||
143 | IgnoreAllDefaultLibraries="FALSE" | ||
144 | IgnoreDefaultLibraryNames=""/> | ||
145 | <Tool | ||
146 | Name="VCMIDLTool"/> | ||
147 | <Tool | ||
148 | Name="VCPostBuildEventTool"/> | ||
149 | <Tool | ||
150 | Name="VCPreBuildEventTool"/> | ||
151 | <Tool | ||
152 | Name="VCPreLinkEventTool"/> | ||
153 | <Tool | ||
154 | Name="VCResourceCompilerTool"/> | ||
155 | <Tool | ||
156 | Name="VCWebServiceProxyGeneratorTool"/> | ||
157 | <Tool | ||
158 | Name="VCXMLDataGeneratorTool"/> | ||
159 | <Tool | ||
160 | Name="VCManagedWrapperGeneratorTool"/> | ||
161 | <Tool | ||
162 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> | ||
163 | </Configuration> | ||
164 | </Configurations> | ||
165 | <References> | ||
166 | </References> | ||
167 | <Files> | ||
168 | <Filter | ||
169 | Name="Source Files" | ||
170 | Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx" | ||
171 | UniqueIdentifier="{44DBC47A-0AF0-4726-A094-2D6FBB65FFFA}"> | ||
172 | <File | ||
173 | RelativePath=".\llmediabase.cpp"> | ||
174 | </File> | ||
175 | <File | ||
176 | RelativePath=".\llmediaengine.cpp"> | ||
177 | </File> | ||
178 | <File | ||
179 | RelativePath=".\llmediaimplquicktime.cpp"> | ||
180 | </File> | ||
181 | <File | ||
182 | RelativePath=".\llmediamoviebase.cpp"> | ||
183 | </File> | ||
184 | <File | ||
185 | RelativePath=".\llmediamoviebase.h"> | ||
186 | </File> | ||
187 | </Filter> | ||
188 | <Filter | ||
189 | Name="Header Files" | ||
190 | Filter="h;hpp;hxx;hm;inl;inc;xsd" | ||
191 | UniqueIdentifier="{D188664C-B9B7-4982-8C4B-8D9A44B4D9EF}"> | ||
192 | <File | ||
193 | RelativePath=".\llmediabase.h"> | ||
194 | </File> | ||
195 | <File | ||
196 | RelativePath=".\llmediaemitter.h"> | ||
197 | </File> | ||
198 | <File | ||
199 | RelativePath=".\llmediaemitterevents.h"> | ||
200 | </File> | ||
201 | <File | ||
202 | RelativePath=".\llmediaengine.h"> | ||
203 | </File> | ||
204 | <File | ||
205 | RelativePath=".\llmediaimplquicktime.h"> | ||
206 | </File> | ||
207 | <File | ||
208 | RelativePath=".\llmediaobservers.h"> | ||
209 | </File> | ||
210 | </Filter> | ||
211 | </Files> | ||
212 | <Globals> | ||
213 | </Globals> | ||
214 | </VisualStudioProject> | ||