Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
4758 right-hear 1
2
3
	ProjectType="Visual C++"
4
	Version="8,00"
5
	Name="LibOpenJPEG"
6
	ProjectGUID="{4F27AA53-4181-4A1A-8238-3931B0A41048}"
7
	>
8
	
9
		
10
			Name="Win32"
11
		/>
12
	
13
	
14
	
15
	
16
		
17
			Name="Release|Win32"
18
			OutputDirectory=".\Release"
19
			IntermediateDirectory=".\Release"
20
			ConfigurationType="4"
21
			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
22
			UseOfMFC="0"
23
			ATLMinimizesCRunTimeLibraryUsage="false"
24
			CharacterSet="2"
25
			>
26
			
27
				Name="VCPreBuildEventTool"
28
			/>
29
			
30
				Name="VCCustomBuildTool"
31
			/>
32
			
33
				Name="VCXMLDataGeneratorTool"
34
			/>
35
			
36
				Name="VCWebServiceProxyGeneratorTool"
37
			/>
38
			
39
				Name="VCMIDLTool"
40
			/>
41
			
42
				Name="VCCLCompilerTool"
43
				Optimization="2"
44
				InlineFunctionExpansion="2"
45
				EnableIntrinsicFunctions="true"
46
				FavorSizeOrSpeed="1"
47
				WholeProgramOptimization="false"
48
				PreprocessorDefinitions="WIN32;NDEBUG;_LIB;OPJ_STATIC;_CRT_SECURE_NO_DEPRECATE"
49
				StringPooling="true"
50
				RuntimeLibrary="0"
51
				EnableFunctionLevelLinking="true"
52
				PrecompiledHeaderFile=".\Release/LibOpenJPEG.pch"
53
				AssemblerListingLocation=".\Release/"
54
				ObjectFile=".\Release/"
55
				ProgramDataBaseFileName=".\Release/"
56
				WarningLevel="3"
57
				SuppressStartupBanner="true"
58
			/>
59
			
60
				Name="VCManagedResourceCompilerTool"
61
			/>
62
			
63
				Name="VCResourceCompilerTool"
64
				PreprocessorDefinitions="NDEBUG"
65
				Culture="1036"
66
			/>
67
			
68
				Name="VCPreLinkEventTool"
69
			/>
70
			
71
				Name="VCLibrarianTool"
72
				OutputFile=".\Release\LibOpenJPEG.lib"
73
				SuppressStartupBanner="true"
74
			/>
75
			
76
				Name="VCALinkTool"
77
			/>
78
			
79
				Name="VCXDCMakeTool"
80
			/>
81
			
82
				Name="VCBscMakeTool"
83
				SuppressStartupBanner="true"
84
				OutputFile=".\Release/LibOpenJPEG.bsc"
85
			/>
86
			
87
				Name="VCFxCopTool"
88
			/>
89
			
90
				Name="VCPostBuildEventTool"
91
				CommandLine="if not exist dist mkdir dist
copy Release\LibOpenJPEG.lib dist
copy libopenjpeg\openjpeg.h dist
"
92
			/>
93
		
94
		
95
			Name="Debug|Win32"
96
			OutputDirectory=".\Debug"
97
			IntermediateDirectory=".\Debug"
98
			ConfigurationType="4"
99
			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
100
			UseOfMFC="0"
101
			ATLMinimizesCRunTimeLibraryUsage="false"
102
			CharacterSet="2"
103
			>
104
			
105
				Name="VCPreBuildEventTool"
106
			/>
107
			
108
				Name="VCCustomBuildTool"
109
			/>
110
			
111
				Name="VCXMLDataGeneratorTool"
112
			/>
113
			
114
				Name="VCWebServiceProxyGeneratorTool"
115
			/>
116
			
117
				Name="VCMIDLTool"
118
			/>
119
			
120
				Name="VCCLCompilerTool"
121
				Optimization="0"
122
				InlineFunctionExpansion="0"
123
				EnableIntrinsicFunctions="false"
124
				FavorSizeOrSpeed="1"
125
				WholeProgramOptimization="false"
126
				PreprocessorDefinitions="WIN32;_DEBUG;_LIB;OPJ_STATIC;_CRT_SECURE_NO_DEPRECATE"
127
				MinimalRebuild="true"
128
				BasicRuntimeChecks="3"
129
				RuntimeLibrary="1"
130
				PrecompiledHeaderFile=".\Debug/LibOpenJPEG.pch"
131
				AssemblerListingLocation=".\Debug/"
132
				ObjectFile=".\Debug/"
133
				ProgramDataBaseFileName=".\Debug/"
134
				WarningLevel="3"
135
				SuppressStartupBanner="true"
136
				DebugInformationFormat="4"
137
			/>
138
			
139
				Name="VCManagedResourceCompilerTool"
140
			/>
141
			
142
				Name="VCResourceCompilerTool"
143
				PreprocessorDefinitions="_DEBUG"
144
				Culture="1036"
145
			/>
146
			
147
				Name="VCPreLinkEventTool"
148
			/>
149
			
150
				Name="VCLibrarianTool"
151
				OutputFile="Debug\LibOpenJPEGd.lib"
152
				SuppressStartupBanner="true"
153
			/>
154
			
155
				Name="VCALinkTool"
156
			/>
157
			
158
				Name="VCXDCMakeTool"
159
			/>
160
			
161
				Name="VCBscMakeTool"
162
				SuppressStartupBanner="true"
163
				OutputFile=".\Debug/LibOpenJPEG.bsc"
164
			/>
165
			
166
				Name="VCFxCopTool"
167
			/>
168
			
169
				Name="VCPostBuildEventTool"
170
				CommandLine="if not exist dist mkdir dist
copy Debug\LibOpenJPEGd.lib dist
copy libopenjpeg\openjpeg.h dist
"
171
			/>
172
		
173
	
174
	
175
	
176
	
177
		
178
			Name="Source Files"
179
			Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
180
			>
181
			
182
				RelativePath="libopenjpeg\bio.c"
183
				>
184
				
185
					Name="Release|Win32"
186
					>
187
					
188
						Name="VCCLCompilerTool"
189
						PreprocessorDefinitions=""
190
					/>
191
				
192
				
193
					Name="Debug|Win32"
194
					>
195
					
196
						Name="VCCLCompilerTool"
197
						PreprocessorDefinitions=""
198
					/>
199
				
200
			
201
			
202
				RelativePath="libopenjpeg\cio.c"
203
				>
204
				
205
					Name="Release|Win32"
206
					>
207
					
208
						Name="VCCLCompilerTool"
209
						PreprocessorDefinitions=""
210
					/>
211
				
212
				
213
					Name="Debug|Win32"
214
					>
215
					
216
						Name="VCCLCompilerTool"
217
						PreprocessorDefinitions=""
218
					/>
219
				
220
			
221
			
222
				RelativePath="libopenjpeg\dwt.c"
223
				>
224
				
225
					Name="Release|Win32"
226
					>
227
					
228
						Name="VCCLCompilerTool"
229
						PreprocessorDefinitions=""
230
					/>
231
				
232
				
233
					Name="Debug|Win32"
234
					>
235
					
236
						Name="VCCLCompilerTool"
237
						PreprocessorDefinitions=""
238
					/>
239
				
240
			
241
			
242
				RelativePath="libopenjpeg\event.c"
243
				>
244
				
245
					Name="Release|Win32"
246
					>
247
					
248
						Name="VCCLCompilerTool"
249
						PreprocessorDefinitions=""
250
					/>
251
				
252
				
253
					Name="Debug|Win32"
254
					>
255
					
256
						Name="VCCLCompilerTool"
257
						PreprocessorDefinitions=""
258
					/>
259
				
260
			
261
			
262
				RelativePath="libopenjpeg\image.c"
263
				>
264
				
265
					Name="Release|Win32"
266
					>
267
					
268
						Name="VCCLCompilerTool"
269
						PreprocessorDefinitions=""
270
					/>
271
				
272
				
273
					Name="Debug|Win32"
274
					>
275
					
276
						Name="VCCLCompilerTool"
277
						PreprocessorDefinitions=""
278
					/>
279
				
280
			
281
			
282
				RelativePath="libopenjpeg\j2k.c"
283
				>
284
				
285
					Name="Release|Win32"
286
					>
287
					
288
						Name="VCCLCompilerTool"
289
						PreprocessorDefinitions=""
290
					/>
291
				
292
				
293
					Name="Debug|Win32"
294
					>
295
					
296
						Name="VCCLCompilerTool"
297
						PreprocessorDefinitions=""
298
					/>
299
				
300
			
301
			
302
				RelativePath="libopenjpeg\j2k_lib.c"
303
				>
304
				
305
					Name="Release|Win32"
306
					>
307
					
308
						Name="VCCLCompilerTool"
309
						PreprocessorDefinitions=""
310
					/>
311
				
312
				
313
					Name="Debug|Win32"
314
					>
315
					
316
						Name="VCCLCompilerTool"
317
						PreprocessorDefinitions=""
318
					/>
319
				
320
			
321
			
322
				RelativePath="libopenjpeg\jp2.c"
323
				>
324
				
325
					Name="Release|Win32"
326
					>
327
					
328
						Name="VCCLCompilerTool"
329
						PreprocessorDefinitions=""
330
					/>
331
				
332
				
333
					Name="Debug|Win32"
334
					>
335
					
336
						Name="VCCLCompilerTool"
337
						PreprocessorDefinitions=""
338
					/>
339
				
340
			
341
			
342
				RelativePath="libopenjpeg\jpt.c"
343
				>
344
				
345
					Name="Release|Win32"
346
					>
347
					
348
						Name="VCCLCompilerTool"
349
						PreprocessorDefinitions=""
350
					/>
351
				
352
				
353
					Name="Debug|Win32"
354
					>
355
					
356
						Name="VCCLCompilerTool"
357
						PreprocessorDefinitions=""
358
					/>
359
				
360
			
361
			
362
				RelativePath="libopenjpeg\mct.c"
363
				>
364
				
365
					Name="Release|Win32"
366
					>
367
					
368
						Name="VCCLCompilerTool"
369
						PreprocessorDefinitions=""
370
					/>
371
				
372
				
373
					Name="Debug|Win32"
374
					>
375
					
376
						Name="VCCLCompilerTool"
377
						PreprocessorDefinitions=""
378
					/>
379
				
380
			
381
			
382
				RelativePath="libopenjpeg\mqc.c"
383
				>
384
				
385
					Name="Release|Win32"
386
					>
387
					
388
						Name="VCCLCompilerTool"
389
						PreprocessorDefinitions=""
390
					/>
391
				
392
				
393
					Name="Debug|Win32"
394
					>
395
					
396
						Name="VCCLCompilerTool"
397
						PreprocessorDefinitions=""
398
					/>
399
				
400
			
401
			
402
				RelativePath="libopenjpeg\openjpeg.c"
403
				>
404
				
405
					Name="Release|Win32"
406
					>
407
					
408
						Name="VCCLCompilerTool"
409
						PreprocessorDefinitions=""
410
					/>
411
				
412
				
413
					Name="Debug|Win32"
414
					>
415
					
416
						Name="VCCLCompilerTool"
417
						PreprocessorDefinitions=""
418
					/>
419
				
420
			
421
			
422
				RelativePath="libopenjpeg\pi.c"
423
				>
424
				
425
					Name="Release|Win32"
426
					>
427
					
428
						Name="VCCLCompilerTool"
429
						PreprocessorDefinitions=""
430
					/>
431
				
432
				
433
					Name="Debug|Win32"
434
					>
435
					
436
						Name="VCCLCompilerTool"
437
						PreprocessorDefinitions=""
438
					/>
439
				
440
			
441
			
442
				RelativePath="libopenjpeg\raw.c"
443
				>
444
				
445
					Name="Release|Win32"
446
					>
447
					
448
						Name="VCCLCompilerTool"
449
						PreprocessorDefinitions=""
450
					/>
451
				
452
				
453
					Name="Debug|Win32"
454
					>
455
					
456
						Name="VCCLCompilerTool"
457
						PreprocessorDefinitions=""
458
					/>
459
				
460
			
461
			
462
				RelativePath="libopenjpeg\t1.c"
463
				>
464
				
465
					Name="Release|Win32"
466
					>
467
					
468
						Name="VCCLCompilerTool"
469
						PreprocessorDefinitions=""
470
					/>
471
				
472
				
473
					Name="Debug|Win32"
474
					>
475
					
476
						Name="VCCLCompilerTool"
477
						PreprocessorDefinitions=""
478
					/>
479
				
480
			
481
			
482
				RelativePath="libopenjpeg\t2.c"
483
				>
484
				
485
					Name="Release|Win32"
486
					>
487
					
488
						Name="VCCLCompilerTool"
489
						PreprocessorDefinitions=""
490
					/>
491
				
492
				
493
					Name="Debug|Win32"
494
					>
495
					
496
						Name="VCCLCompilerTool"
497
						PreprocessorDefinitions=""
498
					/>
499
				
500
			
501
			
502
				RelativePath="libopenjpeg\tcd.c"
503
				>
504
				
505
					Name="Release|Win32"
506
					>
507
					
508
						Name="VCCLCompilerTool"
509
						PreprocessorDefinitions=""
510
					/>
511
				
512
				
513
					Name="Debug|Win32"
514
					>
515
					
516
						Name="VCCLCompilerTool"
517
						PreprocessorDefinitions=""
518
					/>
519
				
520
			
521
			
522
				RelativePath="libopenjpeg\tgt.c"
523
				>
524
				
525
					Name="Release|Win32"
526
					>
527
					
528
						Name="VCCLCompilerTool"
529
						PreprocessorDefinitions=""
530
					/>
531
				
532
				
533
					Name="Debug|Win32"
534
					>
535
					
536
						Name="VCCLCompilerTool"
537
						PreprocessorDefinitions=""
538
					/>
539
				
540
			
541
		
542
		
543
			Name="Header Files"
544
			Filter="h;hpp;hxx;hm;inl"
545
			>
546
			
547
				RelativePath="libopenjpeg\bio.h"
548
				>
549
			
550
			
551
				RelativePath="libopenjpeg\cio.h"
552
				>
553
			
554
			
555
				RelativePath="libopenjpeg\dwt.h"
556
				>
557
			
558
			
559
				RelativePath="libopenjpeg\event.h"
560
				>
561
			
562
			
563
				RelativePath="libopenjpeg\fix.h"
564
				>
565
			
566
			
567
				RelativePath="libopenjpeg\image.h"
568
				>
569
			
570
			
571
				RelativePath="libopenjpeg\int.h"
572
				>
573
			
574
			
575
				RelativePath="libopenjpeg\j2k.h"
576
				>
577
			
578
			
579
				RelativePath="libopenjpeg\j2k_lib.h"
580
				>
581
			
582
			
583
				RelativePath="libopenjpeg\jp2.h"
584
				>
585
			
586
			
587
				RelativePath="libopenjpeg\jpt.h"
588
				>
589
			
590
			
591
				RelativePath="libopenjpeg\mct.h"
592
				>
593
			
594
			
595
				RelativePath="libopenjpeg\mqc.h"
596
				>
597
			
598
			
599
				RelativePath="libopenjpeg\openjpeg.h"
600
				>
601
			
602
			
603
				RelativePath="libopenjpeg\opj_includes.h"
604
				>
605
			
606
			
607
				RelativePath=".\libopenjpeg\opj_malloc.h"
608
				>
609
			
610
			
611
				RelativePath="libopenjpeg\pi.h"
612
				>
613
			
614
			
615
				RelativePath="libopenjpeg\raw.h"
616
				>
617
			
618
			
619
				RelativePath="libopenjpeg\t1.h"
620
				>
621
			
622
			
623
				RelativePath="libopenjpeg\t1_luts.h"
624
				>
625
			
626
			
627
				RelativePath="libopenjpeg\t2.h"
628
				>
629
			
630
			
631
				RelativePath="libopenjpeg\tcd.h"
632
				>
633
			
634
			
635
				RelativePath="libopenjpeg\tgt.h"
636
				>
637
			
638
		
639
	
640
	
641
	
642