~ubuntu-branches/ubuntu/lucid/djvulibre/lucid-proposed

« back to all changes in this revision

Viewing changes to win32/djvulibre/libjpeg/libjpeg.vcproj

  • Committer: Bazaar Package Importer
  • Author(s): Barak A. Pearlmutter
  • Date: 2008-04-07 09:58:58 UTC
  • Revision ID: james.westby@ubuntu.com-20080407095858-pmacpv5w1ua376cn
Tags: 3.5.20-7
* Generate djview transition package (closes: #473341)
* Postscript generation issue (four-color image into cpaldjvu into
  djvups without -mode=bw) seems to be resolved (closes: #278945)
* Remove djvudigital from djvulibre-bin (closes: #461226)
* Rewrite desktop package description (closes: #474689, #474700)

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="9.00"
 
5
        Name="libjpeg"
 
6
        ProjectGUID="{64BB5626-EEB1-443C-904B-C02EEFB2DD5D}"
 
7
        RootNamespace="libjpeg"
 
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="Debug|Win32"
 
21
                        OutputDirectory="$(SolutionDir)$(ConfigurationName)"
 
22
                        IntermediateDirectory="$(ConfigurationName)"
 
23
                        ConfigurationType="2"
 
24
                        InheritedPropertySheets="..\warnings.vsprops;..\dirs.vsprops"
 
25
                        CharacterSet="2"
 
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="0"
 
45
                                AdditionalIncludeDirectories="$(JpegRoot);$(JpegLib)"
 
46
                                PreprocessorDefinitions="WIN32;_DEBUG;_LIB;_WINDOWS"
 
47
                                MinimalRebuild="true"
 
48
                                BasicRuntimeChecks="3"
 
49
                                RuntimeLibrary="3"
 
50
                                UsePrecompiledHeader="0"
 
51
                                WarningLevel="3"
 
52
                                DebugInformationFormat="4"
 
53
                        />
 
54
                        <Tool
 
55
                                Name="VCManagedResourceCompilerTool"
 
56
                        />
 
57
                        <Tool
 
58
                                Name="VCResourceCompilerTool"
 
59
                        />
 
60
                        <Tool
 
61
                                Name="VCPreLinkEventTool"
 
62
                        />
 
63
                        <Tool
 
64
                                Name="VCLinkerTool"
 
65
                                ModuleDefinitionFile="$(JpegRoot)\libjpeg.def"
 
66
                                GenerateDebugInformation="true"
 
67
                                SubSystem="2"
 
68
                                TargetMachine="1"
 
69
                        />
 
70
                        <Tool
 
71
                                Name="VCALinkTool"
 
72
                        />
 
73
                        <Tool
 
74
                                Name="VCManifestTool"
 
75
                        />
 
76
                        <Tool
 
77
                                Name="VCXDCMakeTool"
 
78
                        />
 
79
                        <Tool
 
80
                                Name="VCBscMakeTool"
 
81
                        />
 
82
                        <Tool
 
83
                                Name="VCFxCopTool"
 
84
                        />
 
85
                        <Tool
 
86
                                Name="VCAppVerifierTool"
 
87
                        />
 
88
                        <Tool
 
89
                                Name="VCPostBuildEventTool"
 
90
                        />
 
91
                </Configuration>
 
92
                <Configuration
 
93
                        Name="Release|Win32"
 
94
                        OutputDirectory="$(SolutionDir)$(ConfigurationName)"
 
95
                        IntermediateDirectory="$(ConfigurationName)"
 
96
                        ConfigurationType="2"
 
97
                        InheritedPropertySheets="..\warnings.vsprops;..\dirs.vsprops"
 
98
                        CharacterSet="2"
 
99
                        WholeProgramOptimization="1"
 
100
                        >
 
101
                        <Tool
 
102
                                Name="VCPreBuildEventTool"
 
103
                        />
 
104
                        <Tool
 
105
                                Name="VCCustomBuildTool"
 
106
                        />
 
107
                        <Tool
 
108
                                Name="VCXMLDataGeneratorTool"
 
109
                        />
 
110
                        <Tool
 
111
                                Name="VCWebServiceProxyGeneratorTool"
 
112
                        />
 
113
                        <Tool
 
114
                                Name="VCMIDLTool"
 
115
                        />
 
116
                        <Tool
 
117
                                Name="VCCLCompilerTool"
 
118
                                Optimization="2"
 
119
                                EnableIntrinsicFunctions="true"
 
120
                                AdditionalIncludeDirectories="$(SolutionDir)\..\jpeg"
 
121
                                PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_WINDOWS"
 
122
                                RuntimeLibrary="2"
 
123
                                EnableFunctionLevelLinking="true"
 
124
                                UsePrecompiledHeader="0"
 
125
                                WarningLevel="3"
 
126
                                DebugInformationFormat="3"
 
127
                        />
 
128
                        <Tool
 
129
                                Name="VCManagedResourceCompilerTool"
 
130
                        />
 
131
                        <Tool
 
132
                                Name="VCResourceCompilerTool"
 
133
                        />
 
134
                        <Tool
 
135
                                Name="VCPreLinkEventTool"
 
136
                        />
 
137
                        <Tool
 
138
                                Name="VCLinkerTool"
 
139
                                ModuleDefinitionFile="$(JpegRoot)\libjpeg.def"
 
140
                                GenerateDebugInformation="true"
 
141
                                SubSystem="2"
 
142
                                OptimizeReferences="2"
 
143
                                EnableCOMDATFolding="2"
 
144
                                TargetMachine="1"
 
145
                        />
 
146
                        <Tool
 
147
                                Name="VCALinkTool"
 
148
                        />
 
149
                        <Tool
 
150
                                Name="VCManifestTool"
 
151
                        />
 
152
                        <Tool
 
153
                                Name="VCXDCMakeTool"
 
154
                        />
 
155
                        <Tool
 
156
                                Name="VCBscMakeTool"
 
157
                        />
 
158
                        <Tool
 
159
                                Name="VCFxCopTool"
 
160
                        />
 
161
                        <Tool
 
162
                                Name="VCAppVerifierTool"
 
163
                        />
 
164
                        <Tool
 
165
                                Name="VCPostBuildEventTool"
 
166
                        />
 
167
                </Configuration>
 
168
        </Configurations>
 
169
        <References>
 
170
        </References>
 
171
        <Files>
 
172
                <Filter
 
173
                        Name="Source Files"
 
174
                        Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
 
175
                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
 
176
                        >
 
177
                        <File
 
178
                                RelativePath="..\..\jpeg\jpeg-6b\jcapimin.c"
 
179
                                >
 
180
                        </File>
 
181
                        <File
 
182
                                RelativePath="..\..\jpeg\jpeg-6b\jcapistd.c"
 
183
                                >
 
184
                        </File>
 
185
                        <File
 
186
                                RelativePath="..\..\jpeg\jpeg-6b\jccoefct.c"
 
187
                                >
 
188
                        </File>
 
189
                        <File
 
190
                                RelativePath="..\..\jpeg\jpeg-6b\jccolor.c"
 
191
                                >
 
192
                        </File>
 
193
                        <File
 
194
                                RelativePath="..\..\jpeg\jpeg-6b\jcdctmgr.c"
 
195
                                >
 
196
                        </File>
 
197
                        <File
 
198
                                RelativePath="..\..\jpeg\jpeg-6b\jchuff.c"
 
199
                                >
 
200
                        </File>
 
201
                        <File
 
202
                                RelativePath="..\..\jpeg\jpeg-6b\jcinit.c"
 
203
                                >
 
204
                        </File>
 
205
                        <File
 
206
                                RelativePath="..\..\jpeg\jpeg-6b\jcmainct.c"
 
207
                                >
 
208
                        </File>
 
209
                        <File
 
210
                                RelativePath="..\..\jpeg\jpeg-6b\jcmarker.c"
 
211
                                >
 
212
                        </File>
 
213
                        <File
 
214
                                RelativePath="..\..\jpeg\jpeg-6b\jcmaster.c"
 
215
                                >
 
216
                        </File>
 
217
                        <File
 
218
                                RelativePath="..\..\jpeg\jpeg-6b\jcomapi.c"
 
219
                                >
 
220
                        </File>
 
221
                        <File
 
222
                                RelativePath="..\..\jpeg\jpeg-6b\jcparam.c"
 
223
                                >
 
224
                        </File>
 
225
                        <File
 
226
                                RelativePath="..\..\jpeg\jpeg-6b\jcphuff.c"
 
227
                                >
 
228
                        </File>
 
229
                        <File
 
230
                                RelativePath="..\..\jpeg\jpeg-6b\jcprepct.c"
 
231
                                >
 
232
                        </File>
 
233
                        <File
 
234
                                RelativePath="..\..\jpeg\jpeg-6b\jcsample.c"
 
235
                                >
 
236
                        </File>
 
237
                        <File
 
238
                                RelativePath="..\..\jpeg\jpeg-6b\jctrans.c"
 
239
                                >
 
240
                        </File>
 
241
                        <File
 
242
                                RelativePath="..\..\jpeg\jpeg-6b\jdapimin.c"
 
243
                                >
 
244
                        </File>
 
245
                        <File
 
246
                                RelativePath="..\..\jpeg\jpeg-6b\jdapistd.c"
 
247
                                >
 
248
                        </File>
 
249
                        <File
 
250
                                RelativePath="..\..\jpeg\jpeg-6b\jdatadst.c"
 
251
                                >
 
252
                        </File>
 
253
                        <File
 
254
                                RelativePath="..\..\jpeg\jpeg-6b\jdatasrc.c"
 
255
                                >
 
256
                        </File>
 
257
                        <File
 
258
                                RelativePath="..\..\jpeg\jpeg-6b\jdcoefct.c"
 
259
                                >
 
260
                        </File>
 
261
                        <File
 
262
                                RelativePath="..\..\jpeg\jpeg-6b\jdcolor.c"
 
263
                                >
 
264
                        </File>
 
265
                        <File
 
266
                                RelativePath="..\..\jpeg\jpeg-6b\jddctmgr.c"
 
267
                                >
 
268
                        </File>
 
269
                        <File
 
270
                                RelativePath="..\..\jpeg\jpeg-6b\jdhuff.c"
 
271
                                >
 
272
                        </File>
 
273
                        <File
 
274
                                RelativePath="..\..\jpeg\jpeg-6b\jdinput.c"
 
275
                                >
 
276
                        </File>
 
277
                        <File
 
278
                                RelativePath="..\..\jpeg\jpeg-6b\jdmainct.c"
 
279
                                >
 
280
                        </File>
 
281
                        <File
 
282
                                RelativePath="..\..\jpeg\jpeg-6b\jdmarker.c"
 
283
                                >
 
284
                        </File>
 
285
                        <File
 
286
                                RelativePath="..\..\jpeg\jpeg-6b\jdmaster.c"
 
287
                                >
 
288
                        </File>
 
289
                        <File
 
290
                                RelativePath="..\..\jpeg\jpeg-6b\jdmerge.c"
 
291
                                >
 
292
                        </File>
 
293
                        <File
 
294
                                RelativePath="..\..\jpeg\jpeg-6b\jdphuff.c"
 
295
                                >
 
296
                        </File>
 
297
                        <File
 
298
                                RelativePath="..\..\jpeg\jpeg-6b\jdpostct.c"
 
299
                                >
 
300
                        </File>
 
301
                        <File
 
302
                                RelativePath="..\..\jpeg\jpeg-6b\jdsample.c"
 
303
                                >
 
304
                        </File>
 
305
                        <File
 
306
                                RelativePath="..\..\jpeg\jpeg-6b\jdtrans.c"
 
307
                                >
 
308
                        </File>
 
309
                        <File
 
310
                                RelativePath="..\..\jpeg\jpeg-6b\jerror.c"
 
311
                                >
 
312
                        </File>
 
313
                        <File
 
314
                                RelativePath="..\..\jpeg\jpeg-6b\jfdctflt.c"
 
315
                                >
 
316
                        </File>
 
317
                        <File
 
318
                                RelativePath="..\..\jpeg\jpeg-6b\jfdctfst.c"
 
319
                                >
 
320
                        </File>
 
321
                        <File
 
322
                                RelativePath="..\..\jpeg\jpeg-6b\jfdctint.c"
 
323
                                >
 
324
                        </File>
 
325
                        <File
 
326
                                RelativePath="..\..\jpeg\jpeg-6b\jidctflt.c"
 
327
                                >
 
328
                        </File>
 
329
                        <File
 
330
                                RelativePath="..\..\jpeg\jpeg-6b\jidctfst.c"
 
331
                                >
 
332
                        </File>
 
333
                        <File
 
334
                                RelativePath="..\..\jpeg\jpeg-6b\jidctint.c"
 
335
                                >
 
336
                        </File>
 
337
                        <File
 
338
                                RelativePath="..\..\jpeg\jpeg-6b\jidctred.c"
 
339
                                >
 
340
                        </File>
 
341
                        <File
 
342
                                RelativePath="..\..\jpeg\jpeg-6b\jmemmgr.c"
 
343
                                >
 
344
                        </File>
 
345
                        <File
 
346
                                RelativePath="..\..\jpeg\jpeg-6b\jmemnobs.c"
 
347
                                >
 
348
                        </File>
 
349
                        <File
 
350
                                RelativePath="..\..\jpeg\jpeg-6b\jquant1.c"
 
351
                                >
 
352
                        </File>
 
353
                        <File
 
354
                                RelativePath="..\..\jpeg\jpeg-6b\jquant2.c"
 
355
                                >
 
356
                        </File>
 
357
                        <File
 
358
                                RelativePath="..\..\jpeg\jpeg-6b\jutils.c"
 
359
                                >
 
360
                        </File>
 
361
                        <File
 
362
                                RelativePath="..\..\jpeg\libjpeg.def"
 
363
                                >
 
364
                        </File>
 
365
                </Filter>
 
366
                <Filter
 
367
                        Name="Header Files"
 
368
                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
 
369
                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
 
370
                        >
 
371
                        <File
 
372
                                RelativePath="..\..\jpeg\jpeg-6b\jchuff.h"
 
373
                                >
 
374
                        </File>
 
375
                        <File
 
376
                                RelativePath="..\..\jpeg\jconfig.h"
 
377
                                >
 
378
                        </File>
 
379
                        <File
 
380
                                RelativePath="..\..\jpeg\jpeg-6b\jdct.h"
 
381
                                >
 
382
                        </File>
 
383
                        <File
 
384
                                RelativePath="..\..\jpeg\jpeg-6b\jdhuff.h"
 
385
                                >
 
386
                        </File>
 
387
                        <File
 
388
                                RelativePath="..\..\jpeg\jpeg-6b\jerror.h"
 
389
                                >
 
390
                        </File>
 
391
                        <File
 
392
                                RelativePath="..\..\jpeg\jpeg-6b\jinclude.h"
 
393
                                >
 
394
                        </File>
 
395
                        <File
 
396
                                RelativePath="..\..\jpeg\jpeg-6b\jmemsys.h"
 
397
                                >
 
398
                        </File>
 
399
                        <File
 
400
                                RelativePath="..\..\jpeg\jpeg-6b\jmorecfg.h"
 
401
                                >
 
402
                        </File>
 
403
                        <File
 
404
                                RelativePath="..\..\jpeg\jpeg-6b\jpegint.h"
 
405
                                >
 
406
                        </File>
 
407
                        <File
 
408
                                RelativePath="..\..\jpeg\jpeg-6b\jpeglib.h"
 
409
                                >
 
410
                        </File>
 
411
                        <File
 
412
                                RelativePath="..\..\jpeg\jpeg-6b\jversion.h"
 
413
                                >
 
414
                        </File>
 
415
                </Filter>
 
416
                <Filter
 
417
                        Name="Resource Files"
 
418
                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
 
419
                        UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
 
420
                        >
 
421
                </Filter>
 
422
                <File
 
423
                        RelativePath=".\ReadMe.txt"
 
424
                        >
 
425
                </File>
 
426
        </Files>
 
427
        <Globals>
 
428
        </Globals>
 
429
</VisualStudioProject>