aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/lscript/lscript_compile/lscript_compile.vcproj
diff options
context:
space:
mode:
authorJacek Antonelli2008-09-06 18:24:57 -0500
committerJacek Antonelli2008-09-06 18:25:07 -0500
commit798d367d54a6c6379ad355bd8345fa40e31e7fe9 (patch)
tree1921f1708cd0240648c97bc02df2c2ab5f2fc41e /linden/indra/lscript/lscript_compile/lscript_compile.vcproj
parentSecond Life viewer sources 1.20.15 (diff)
downloadmeta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.zip
meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.tar.gz
meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.tar.bz2
meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.tar.xz
Second Life viewer sources 1.21.0-RC
Diffstat (limited to 'linden/indra/lscript/lscript_compile/lscript_compile.vcproj')
-rw-r--r--linden/indra/lscript/lscript_compile/lscript_compile.vcproj227
1 files changed, 0 insertions, 227 deletions
diff --git a/linden/indra/lscript/lscript_compile/lscript_compile.vcproj b/linden/indra/lscript/lscript_compile/lscript_compile.vcproj
deleted file mode 100644
index a95c05e..0000000
--- a/linden/indra/lscript/lscript_compile/lscript_compile.vcproj
+++ /dev/null
@@ -1,227 +0,0 @@
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3 ProjectType="Visual C++"
4 Version="7.10"
5 Name="lscript_compile"
6 ProjectGUID="{44CE6D82-7320-4609-8FC3-5965C19F4808}"
7 Keyword="Win32Proj">
8 <Platforms>
9 <Platform
10 Name="Win32"/>
11 </Platforms>
12 <Configurations>
13 <Configuration
14 Name="Debug|Win32"
15 OutputDirectory="../../lib_$(ConfigurationName)/i686-win32"
16 IntermediateDirectory="Debug"
17 ConfigurationType="4"
18 CharacterSet="1">
19 <Tool
20 Name="VCCLCompilerTool"
21 Optimization="0"
22 AdditionalIncludeDirectories="..;..\..\llcommon;..\..\llmath;..\..\llvfs;..\..\llmessage;..\..\llinventory;&quot;..\..\..\libraries\i686-win32\include&quot;;..\..\..\libraries\include"
23 PreprocessorDefinitions="WIN32;_DEBUG;_LIB;LL_WINDOWS;LL_DEBUG;YY_NO_UNISTD_H"
24 MinimalRebuild="TRUE"
25 BasicRuntimeChecks="3"
26 RuntimeLibrary="1"
27 StructMemberAlignment="4"
28 ForceConformanceInForLoopScope="TRUE"
29 UsePrecompiledHeader="0"
30 WarningLevel="3"
31 WarnAsError="FALSE"
32 Detect64BitPortabilityProblems="FALSE"
33 DebugInformationFormat="4"
34 DisableSpecificWarnings="4065"/>
35 <Tool
36 Name="VCCustomBuildTool"/>
37 <Tool
38 Name="VCLibrarianTool"
39 OutputFile="$(OutDir)/lscript_compile.lib"/>
40 <Tool
41 Name="VCMIDLTool"/>
42 <Tool
43 Name="VCPostBuildEventTool"/>
44 <Tool
45 Name="VCPreBuildEventTool"/>
46 <Tool
47 Name="VCPreLinkEventTool"/>
48 <Tool
49 Name="VCResourceCompilerTool"/>
50 <Tool
51 Name="VCWebServiceProxyGeneratorTool"/>
52 <Tool
53 Name="VCXMLDataGeneratorTool"/>
54 <Tool
55 Name="VCManagedWrapperGeneratorTool"/>
56 <Tool
57 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
58 </Configuration>
59 <Configuration
60 Name="Release|Win32"
61 OutputDirectory="../../lib_$(ConfigurationName)/i686-win32"
62 IntermediateDirectory="Release"
63 ConfigurationType="4"
64 CharacterSet="1">
65 <Tool
66 Name="VCCLCompilerTool"
67 AdditionalOptions="/Oy-"
68 AdditionalIncludeDirectories="..;..\..\llcommon;..\..\llmath;..\..\llvfs;..\..\llmessage;..\..\llinventory;&quot;..\..\..\libraries\i686-win32\include&quot;;..\..\..\libraries\include"
69 PreprocessorDefinitions="WIN32;NDEBUG;_LIB;LL_WINDOWS;LL_RELEASE;YY_NO_UNISTD_H"
70 RuntimeLibrary="0"
71 StructMemberAlignment="0"
72 ForceConformanceInForLoopScope="TRUE"
73 UsePrecompiledHeader="0"
74 WarningLevel="3"
75 WarnAsError="FALSE"
76 Detect64BitPortabilityProblems="FALSE"
77 DebugInformationFormat="3"
78 DisableSpecificWarnings="4065"/>
79 <Tool
80 Name="VCCustomBuildTool"/>
81 <Tool
82 Name="VCLibrarianTool"
83 OutputFile="$(OutDir)/lscript_compile.lib"/>
84 <Tool
85 Name="VCMIDLTool"/>
86 <Tool
87 Name="VCPostBuildEventTool"/>
88 <Tool
89 Name="VCPreBuildEventTool"/>
90 <Tool
91 Name="VCPreLinkEventTool"/>
92 <Tool
93 Name="VCResourceCompilerTool"/>
94 <Tool
95 Name="VCWebServiceProxyGeneratorTool"/>
96 <Tool
97 Name="VCXMLDataGeneratorTool"/>
98 <Tool
99 Name="VCManagedWrapperGeneratorTool"/>
100 <Tool
101 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
102 </Configuration>
103 <Configuration
104 Name="ReleaseNoOpt|Win32"
105 OutputDirectory="../../lib_$(ConfigurationName)/i686-win32"
106 IntermediateDirectory="$(ConfigurationName)"
107 ConfigurationType="4"
108 CharacterSet="1">
109 <Tool
110 Name="VCCLCompilerTool"
111 AdditionalOptions="/Oy-"
112 Optimization="0"
113 AdditionalIncludeDirectories="..;..\..\llcommon;..\..\llmath;..\..\llvfs;..\..\llmessage;..\..\llinventory;&quot;..\..\..\libraries\i686-win32\include&quot;;..\..\..\libraries\include"
114 PreprocessorDefinitions="WIN32;NDEBUG;_LIB;LL_WINDOWS;LL_RELEASE;YY_NO_UNISTD_H"
115 RuntimeLibrary="0"
116 StructMemberAlignment="0"
117 ForceConformanceInForLoopScope="TRUE"
118 UsePrecompiledHeader="0"
119 WarningLevel="3"
120 WarnAsError="FALSE"
121 Detect64BitPortabilityProblems="FALSE"
122 DebugInformationFormat="3"
123 DisableSpecificWarnings="4065"/>
124 <Tool
125 Name="VCCustomBuildTool"/>
126 <Tool
127 Name="VCLibrarianTool"
128 OutputFile="$(OutDir)/lscript_compile.lib"/>
129 <Tool
130 Name="VCMIDLTool"/>
131 <Tool
132 Name="VCPostBuildEventTool"/>
133 <Tool
134 Name="VCPreBuildEventTool"/>
135 <Tool
136 Name="VCPreLinkEventTool"/>
137 <Tool
138 Name="VCResourceCompilerTool"/>
139 <Tool
140 Name="VCWebServiceProxyGeneratorTool"/>
141 <Tool
142 Name="VCXMLDataGeneratorTool"/>
143 <Tool
144 Name="VCManagedWrapperGeneratorTool"/>
145 <Tool
146 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
147 </Configuration>
148 </Configurations>
149 <References>
150 </References>
151 <Files>
152 <Filter
153 Name="Source Files"
154 Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
155 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
156 <File
157 RelativePath=".\lex_yy.cpp">
158 </File>
159 <File
160 RelativePath=".\lscript_alloc.cpp">
161 </File>
162 <File
163 RelativePath=".\lscript_bytecode.cpp">
164 </File>
165 <File
166 RelativePath=".\lscript_error.cpp">
167 </File>
168 <File
169 RelativePath=".\lscript_heap.cpp">
170 </File>
171 <File
172 RelativePath=".\lscript_resource.cpp">
173 </File>
174 <File
175 RelativePath=".\lscript_scope.cpp">
176 </File>
177 <File
178 RelativePath=".\lscript_tree.cpp">
179 </File>
180 <File
181 RelativePath=".\lscript_typecheck.cpp">
182 </File>
183 <File
184 RelativePath=".\ytab.cpp">
185 </File>
186 </Filter>
187 <Filter
188 Name="Header Files"
189 Filter="h;hpp;hxx;hm;inl;inc;xsd"
190 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
191 <File
192 RelativePath=".\generated_lex_yy.hpp">
193 </File>
194 <File
195 RelativePath=".\generated_ytab.hpp">
196 </File>
197 <File
198 RelativePath=".\lscript_bytecode.h">
199 </File>
200 <File
201 RelativePath=".\lscript_error.h">
202 </File>
203 <File
204 RelativePath=".\lscript_heap.h">
205 </File>
206 <File
207 RelativePath=".\lscript_resource.h">
208 </File>
209 <File
210 RelativePath=".\lscript_scope.h">
211 </File>
212 <File
213 RelativePath=".\lscript_tree.h">
214 </File>
215 <File
216 RelativePath=".\lscript_typecheck.h">
217 </File>
218 </Filter>
219 <Filter
220 Name="Resource Files"
221 Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
222 UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
223 </Filter>
224 </Files>
225 <Globals>
226 </Globals>
227</VisualStudioProject>