source: rtems-graphics-toolkit/jpeg-7/makejvcp.vc9 @ 2abf143

base initial
Last change on this file since 2abf143 was 2abf143, checked in by Joel Sherrill <joel.sherrill@…>, on 12/20/09 at 00:59:55

Initial import of jpeg and tiff libraries.

  • Property mode set to 100644
File size: 5.3 KB
Line 
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="9,00"
5        Name="jpeg"
6        ProjectGUID="{E61592E1-28F4-4AFC-9EE1-9BE833A061C1}"
7        RootNamespace="jpeg"
8        Keyword="Win32Proj"
9        TargetFrameworkVersion="196613"
10        >
11        <Platforms>
12                <Platform
13                        Name="Win32"
14                />
15        </Platforms>
16        <ToolFiles>
17        </ToolFiles>
18        <Configurations>
19                <Configuration
20                        Name="Release|Win32"
21                        OutputDirectory="$(SolutionDir)$(ConfigurationName)"
22                        IntermediateDirectory="$(ConfigurationName)"
23                        ConfigurationType="4"
24                        CharacterSet="0"
25                        WholeProgramOptimization="1"
26                        >
27                        <Tool
28                                Name="VCPreBuildEventTool"
29                        />
30                        <Tool
31                                Name="VCCustomBuildTool"
32                        />
33                        <Tool
34                                Name="VCXMLDataGeneratorTool"
35                        />
36                        <Tool
37                                Name="VCWebServiceProxyGeneratorTool"
38                        />
39                        <Tool
40                                Name="VCMIDLTool"
41                        />
42                        <Tool
43                                Name="VCCLCompilerTool"
44                                Optimization="3"
45                                EnableIntrinsicFunctions="false"
46                                EnableFiberSafeOptimizations="true"
47                                PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_WARNINGS"
48                                RuntimeLibrary="2"
49                                EnableFunctionLevelLinking="true"
50                                UsePrecompiledHeader="0"
51                                WarningLevel="3"
52                                DebugInformationFormat="3"
53                                CompileAs="0"
54                        />
55                        <Tool
56                                Name="VCManagedResourceCompilerTool"
57                        />
58                        <Tool
59                                Name="VCResourceCompilerTool"
60                        />
61                        <Tool
62                                Name="VCPreLinkEventTool"
63                        />
64                        <Tool
65                                Name="VCLibrarianTool"
66                        />
67                        <Tool
68                                Name="VCALinkTool"
69                        />
70                        <Tool
71                                Name="VCXDCMakeTool"
72                        />
73                        <Tool
74                                Name="VCBscMakeTool"
75                        />
76                        <Tool
77                                Name="VCFxCopTool"
78                        />
79                        <Tool
80                                Name="VCPostBuildEventTool"
81                        />
82                </Configuration>
83        </Configurations>
84        <References>
85        </References>
86        <Files>
87                <Filter
88                        Name="Quelldateien"
89                        Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
90                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
91                        >
92                        <File
93                                RelativePath=".\jaricom.c"
94                                >
95                        </File>
96                        <File
97                                RelativePath=".\jcapimin.c"
98                                >
99                        </File>
100                        <File
101                                RelativePath=".\jcapistd.c"
102                                >
103                        </File>
104                        <File
105                                RelativePath=".\jcarith.c"
106                                >
107                        </File>
108                        <File
109                                RelativePath=".\jccoefct.c"
110                                >
111                        </File>
112                        <File
113                                RelativePath=".\jccolor.c"
114                                >
115                        </File>
116                        <File
117                                RelativePath=".\jcdctmgr.c"
118                                >
119                        </File>
120                        <File
121                                RelativePath=".\jchuff.c"
122                                >
123                        </File>
124                        <File
125                                RelativePath=".\jcinit.c"
126                                >
127                        </File>
128                        <File
129                                RelativePath=".\jcmainct.c"
130                                >
131                        </File>
132                        <File
133                                RelativePath=".\jcmarker.c"
134                                >
135                        </File>
136                        <File
137                                RelativePath=".\jcmaster.c"
138                                >
139                        </File>
140                        <File
141                                RelativePath=".\jcomapi.c"
142                                >
143                        </File>
144                        <File
145                                RelativePath=".\jcparam.c"
146                                >
147                        </File>
148                        <File
149                                RelativePath=".\jcprepct.c"
150                                >
151                        </File>
152                        <File
153                                RelativePath=".\jcsample.c"
154                                >
155                        </File>
156                        <File
157                                RelativePath=".\jctrans.c"
158                                >
159                        </File>
160                        <File
161                                RelativePath=".\jdapimin.c"
162                                >
163                        </File>
164                        <File
165                                RelativePath=".\jdapistd.c"
166                                >
167                        </File>
168                        <File
169                                RelativePath=".\jdarith.c"
170                                >
171                        </File>
172                        <File
173                                RelativePath=".\jdatadst.c"
174                                >
175                        </File>
176                        <File
177                                RelativePath=".\jdatasrc.c"
178                                >
179                        </File>
180                        <File
181                                RelativePath=".\jdcoefct.c"
182                                >
183                        </File>
184                        <File
185                                RelativePath=".\jdcolor.c"
186                                >
187                        </File>
188                        <File
189                                RelativePath=".\jddctmgr.c"
190                                >
191                        </File>
192                        <File
193                                RelativePath=".\jdhuff.c"
194                                >
195                        </File>
196                        <File
197                                RelativePath=".\jdinput.c"
198                                >
199                        </File>
200                        <File
201                                RelativePath=".\jdmainct.c"
202                                >
203                        </File>
204                        <File
205                                RelativePath=".\jdmarker.c"
206                                >
207                        </File>
208                        <File
209                                RelativePath=".\jdmaster.c"
210                                >
211                        </File>
212                        <File
213                                RelativePath=".\jdmerge.c"
214                                >
215                        </File>
216                        <File
217                                RelativePath=".\jdpostct.c"
218                                >
219                        </File>
220                        <File
221                                RelativePath=".\jdsample.c"
222                                >
223                        </File>
224                        <File
225                                RelativePath=".\jdtrans.c"
226                                >
227                        </File>
228                        <File
229                                RelativePath=".\jerror.c"
230                                >
231                        </File>
232                        <File
233                                RelativePath=".\jfdctflt.c"
234                                >
235                        </File>
236                        <File
237                                RelativePath=".\jfdctfst.c"
238                                >
239                        </File>
240                        <File
241                                RelativePath=".\jfdctint.c"
242                                >
243                        </File>
244                        <File
245                                RelativePath=".\jidctflt.c"
246                                >
247                        </File>
248                        <File
249                                RelativePath=".\jidctfst.c"
250                                >
251                        </File>
252                        <File
253                                RelativePath=".\jidctint.c"
254                                >
255                        </File>
256                        <File
257                                RelativePath=".\jmemmgr.c"
258                                >
259                        </File>
260                        <File
261                                RelativePath=".\jmemnobs.c"
262                                >
263                        </File>
264                        <File
265                                RelativePath=".\jquant1.c"
266                                >
267                        </File>
268                        <File
269                                RelativePath=".\jquant2.c"
270                                >
271                        </File>
272                        <File
273                                RelativePath=".\jutils.c"
274                                >
275                        </File>
276                </Filter>
277                <Filter
278                        Name="Headerdateien"
279                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
280                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
281                        >
282                        <File
283                                RelativePath=".\jconfig.h"
284                                >
285                        </File>
286                        <File
287                                RelativePath=".\jdct.h"
288                                >
289                        </File>
290                        <File
291                                RelativePath=".\jerror.h"
292                                >
293                        </File>
294                        <File
295                                RelativePath=".\jinclude.h"
296                                >
297                        </File>
298                        <File
299                                RelativePath=".\jmemsys.h"
300                                >
301                        </File>
302                        <File
303                                RelativePath=".\jmorecfg.h"
304                                >
305                        </File>
306                        <File
307                                RelativePath=".\jpegint.h"
308                                >
309                        </File>
310                        <File
311                                RelativePath=".\jpeglib.h"
312                                >
313                        </File>
314                        <File
315                                RelativePath=".\jversion.h"
316                                >
317                        </File>
318                </Filter>
319                <Filter
320                        Name="Ressourcendateien"
321                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
322                        UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
323                        >
324                </Filter>
325        </Files>
326        <Globals>
327        </Globals>
328</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.