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/llimagej2coj/llimagej2coj.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 '')
-rwxr-xr-x | linden/indra/llimagej2coj/llimagej2coj.vcproj | 159 |
1 files changed, 159 insertions, 0 deletions
diff --git a/linden/indra/llimagej2coj/llimagej2coj.vcproj b/linden/indra/llimagej2coj/llimagej2coj.vcproj new file mode 100755 index 0000000..737673b --- /dev/null +++ b/linden/indra/llimagej2coj/llimagej2coj.vcproj | |||
@@ -0,0 +1,159 @@ | |||
1 | <?xml version="1.0" encoding="Windows-1252"?> | ||
2 | <VisualStudioProject | ||
3 | ProjectType="Visual C++" | ||
4 | Version="7.10" | ||
5 | Name="llimagej2coj" | ||
6 | ProjectGUID="{4C8D64D5-649F-481E-96BE-EF1E82A77ACB}" | ||
7 | Keyword="CustomAppWizProj"> | ||
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="$(ConfigurationName)" | ||
17 | ConfigurationType="4"> | ||
18 | <Tool | ||
19 | Name="VCCLCompilerTool" | ||
20 | Optimization="0" | ||
21 | AdditionalIncludeDirectories="..\llcommon;..\llmath; ..\llimage; ..\..\libraries\i686-win32\include;..\..\libraries\include\" | ||
22 | PreprocessorDefinitions="WIN32;_DEBUG;_LIB;LL_WINDOWS;LL_DEBUG" | ||
23 | MinimalRebuild="TRUE" | ||
24 | BasicRuntimeChecks="3" | ||
25 | RuntimeLibrary="1" | ||
26 | StructMemberAlignment="4" | ||
27 | ForceConformanceInForLoopScope="TRUE" | ||
28 | WarningLevel="3" | ||
29 | WarnAsError="TRUE" | ||
30 | DebugInformationFormat="4"/> | ||
31 | <Tool | ||
32 | Name="VCCustomBuildTool"/> | ||
33 | <Tool | ||
34 | Name="VCLibrarianTool"/> | ||
35 | <Tool | ||
36 | Name="VCMIDLTool"/> | ||
37 | <Tool | ||
38 | Name="VCPostBuildEventTool"/> | ||
39 | <Tool | ||
40 | Name="VCPreBuildEventTool"/> | ||
41 | <Tool | ||
42 | Name="VCPreLinkEventTool"/> | ||
43 | <Tool | ||
44 | Name="VCResourceCompilerTool"/> | ||
45 | <Tool | ||
46 | Name="VCWebServiceProxyGeneratorTool"/> | ||
47 | <Tool | ||
48 | Name="VCXMLDataGeneratorTool"/> | ||
49 | <Tool | ||
50 | Name="VCManagedWrapperGeneratorTool"/> | ||
51 | <Tool | ||
52 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> | ||
53 | </Configuration> | ||
54 | <Configuration | ||
55 | Name="Release|Win32" | ||
56 | OutputDirectory="../lib_$(ConfigurationName)/i686-win32" | ||
57 | IntermediateDirectory="$(ConfigurationName)" | ||
58 | ConfigurationType="4"> | ||
59 | <Tool | ||
60 | Name="VCCLCompilerTool" | ||
61 | GlobalOptimizations="TRUE" | ||
62 | InlineFunctionExpansion="2" | ||
63 | EnableIntrinsicFunctions="TRUE" | ||
64 | OptimizeForProcessor="3" | ||
65 | OptimizeForWindowsApplication="TRUE" | ||
66 | AdditionalIncludeDirectories="..\llcommon;..\llmath; ..\llimage; ..\..\libraries\i686-win32\include;..\..\libraries\include\" | ||
67 | PreprocessorDefinitions="WIN32;NDEBUG;_LIB;LL_WINDOWS;LL_RELEASE" | ||
68 | RuntimeLibrary="0" | ||
69 | ForceConformanceInForLoopScope="TRUE" | ||
70 | WarningLevel="3" | ||
71 | DebugInformationFormat="3"/> | ||
72 | <Tool | ||
73 | Name="VCCustomBuildTool"/> | ||
74 | <Tool | ||
75 | Name="VCLibrarianTool"/> | ||
76 | <Tool | ||
77 | Name="VCMIDLTool"/> | ||
78 | <Tool | ||
79 | Name="VCPostBuildEventTool"/> | ||
80 | <Tool | ||
81 | Name="VCPreBuildEventTool"/> | ||
82 | <Tool | ||
83 | Name="VCPreLinkEventTool"/> | ||
84 | <Tool | ||
85 | Name="VCResourceCompilerTool"/> | ||
86 | <Tool | ||
87 | Name="VCWebServiceProxyGeneratorTool"/> | ||
88 | <Tool | ||
89 | Name="VCXMLDataGeneratorTool"/> | ||
90 | <Tool | ||
91 | Name="VCManagedWrapperGeneratorTool"/> | ||
92 | <Tool | ||
93 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> | ||
94 | </Configuration> | ||
95 | <Configuration | ||
96 | Name="ReleaseNoOpt|Win32" | ||
97 | OutputDirectory="../lib_$(ConfigurationName)/i686-win32" | ||
98 | IntermediateDirectory="$(ConfigurationName)" | ||
99 | ConfigurationType="4"> | ||
100 | <Tool | ||
101 | Name="VCCLCompilerTool" | ||
102 | Optimization="0" | ||
103 | GlobalOptimizations="FALSE" | ||
104 | InlineFunctionExpansion="0" | ||
105 | EnableIntrinsicFunctions="FALSE" | ||
106 | OptimizeForProcessor="0" | ||
107 | OptimizeForWindowsApplication="FALSE" | ||
108 | AdditionalIncludeDirectories="..\llcommon;..\llmath; ..\llimage; ..\..\libraries\i686-win32\include;..\..\libraries\include\" | ||
109 | PreprocessorDefinitions="WIN32;NDEBUG;_LIB;LL_WINDOWS;LL_RELEASE" | ||
110 | RuntimeLibrary="0" | ||
111 | ForceConformanceInForLoopScope="TRUE" | ||
112 | WarningLevel="3" | ||
113 | WarnAsError="TRUE" | ||
114 | DebugInformationFormat="3"/> | ||
115 | <Tool | ||
116 | Name="VCCustomBuildTool"/> | ||
117 | <Tool | ||
118 | Name="VCLibrarianTool"/> | ||
119 | <Tool | ||
120 | Name="VCMIDLTool"/> | ||
121 | <Tool | ||
122 | Name="VCPostBuildEventTool"/> | ||
123 | <Tool | ||
124 | Name="VCPreBuildEventTool"/> | ||
125 | <Tool | ||
126 | Name="VCPreLinkEventTool"/> | ||
127 | <Tool | ||
128 | Name="VCResourceCompilerTool"/> | ||
129 | <Tool | ||
130 | Name="VCWebServiceProxyGeneratorTool"/> | ||
131 | <Tool | ||
132 | Name="VCXMLDataGeneratorTool"/> | ||
133 | <Tool | ||
134 | Name="VCManagedWrapperGeneratorTool"/> | ||
135 | <Tool | ||
136 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> | ||
137 | </Configuration> | ||
138 | </Configurations> | ||
139 | <References> | ||
140 | </References> | ||
141 | <Files> | ||
142 | <Filter | ||
143 | Name="Source Files" | ||
144 | Filter=""> | ||
145 | <File | ||
146 | RelativePath=".\llimagej2coj.cpp"> | ||
147 | </File> | ||
148 | </Filter> | ||
149 | <Filter | ||
150 | Name="Header Files" | ||
151 | Filter=""> | ||
152 | <File | ||
153 | RelativePath=".\llimagej2coj.h"> | ||
154 | </File> | ||
155 | </Filter> | ||
156 | </Files> | ||
157 | <Globals> | ||
158 | </Globals> | ||
159 | </VisualStudioProject> | ||