diff options
37 files changed, 1019 insertions, 0 deletions
diff --git a/libraries/openjpeg-libsl/DllOpenJPEG.suo b/libraries/openjpeg-libsl/DllOpenJPEG.suo new file mode 100644 index 0000000..82ebaca --- /dev/null +++ b/libraries/openjpeg-libsl/DllOpenJPEG.suo | |||
Binary files differ | |||
diff --git a/libraries/openjpeg-libsl/DllOpenJPEG.vcproj b/libraries/openjpeg-libsl/DllOpenJPEG.vcproj new file mode 100644 index 0000000..a220424 --- /dev/null +++ b/libraries/openjpeg-libsl/DllOpenJPEG.vcproj | |||
@@ -0,0 +1,700 @@ | |||
1 | <?xml version="1.0" encoding="Windows-1252"?> | ||
2 | <VisualStudioProject | ||
3 | ProjectType="Visual C++" | ||
4 | Version="8.00" | ||
5 | Name="DllOpenJPEG" | ||
6 | ProjectGUID="{D1F3D377-653A-4B9B-B01F-C8DF3FA5C86F}" | ||
7 | RootNamespace="DllOpenJPEG" | ||
8 | > | ||
9 | <Platforms> | ||
10 | <Platform | ||
11 | Name="Win32" | ||
12 | /> | ||
13 | </Platforms> | ||
14 | <ToolFiles> | ||
15 | </ToolFiles> | ||
16 | <Configurations> | ||
17 | <Configuration | ||
18 | Name="Release|Win32" | ||
19 | OutputDirectory=".\Release" | ||
20 | IntermediateDirectory=".\Release" | ||
21 | ConfigurationType="2" | ||
22 | InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" | ||
23 | UseOfMFC="0" | ||
24 | ATLMinimizesCRunTimeLibraryUsage="false" | ||
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 | PreprocessorDefinitions="NDEBUG" | ||
42 | MkTypLibCompatible="true" | ||
43 | SuppressStartupBanner="true" | ||
44 | TargetEnvironment="1" | ||
45 | TypeLibraryName=".\Release/DllOpenJPEG.tlb" | ||
46 | HeaderFileName="" | ||
47 | /> | ||
48 | <Tool | ||
49 | Name="VCCLCompilerTool" | ||
50 | Optimization="2" | ||
51 | InlineFunctionExpansion="1" | ||
52 | PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;OPJ_EXPORTS" | ||
53 | StringPooling="true" | ||
54 | RuntimeLibrary="0" | ||
55 | EnableFunctionLevelLinking="true" | ||
56 | PrecompiledHeaderFile=".\Release/DllOpenJPEG.pch" | ||
57 | AssemblerListingLocation=".\Release/" | ||
58 | ObjectFile=".\Release/" | ||
59 | ProgramDataBaseFileName=".\Release/" | ||
60 | WarningLevel="3" | ||
61 | SuppressStartupBanner="true" | ||
62 | /> | ||
63 | <Tool | ||
64 | Name="VCManagedResourceCompilerTool" | ||
65 | /> | ||
66 | <Tool | ||
67 | Name="VCResourceCompilerTool" | ||
68 | PreprocessorDefinitions="NDEBUG" | ||
69 | Culture="1036" | ||
70 | /> | ||
71 | <Tool | ||
72 | Name="VCPreLinkEventTool" | ||
73 | /> | ||
74 | <Tool | ||
75 | Name="VCLinkerTool" | ||
76 | OutputFile="Release/openjpeg-libsl.dll" | ||
77 | LinkIncremental="1" | ||
78 | SuppressStartupBanner="true" | ||
79 | ProgramDatabaseFile=".\Release/openjpeg-libsl.pdb" | ||
80 | ImportLibrary=".\Release/openjpeg-libsl.lib" | ||
81 | TargetMachine="1" | ||
82 | /> | ||
83 | <Tool | ||
84 | Name="VCALinkTool" | ||
85 | /> | ||
86 | <Tool | ||
87 | Name="VCManifestTool" | ||
88 | /> | ||
89 | <Tool | ||
90 | Name="VCXDCMakeTool" | ||
91 | /> | ||
92 | <Tool | ||
93 | Name="VCBscMakeTool" | ||
94 | SuppressStartupBanner="true" | ||
95 | OutputFile=".\Release/DllOpenJPEG.bsc" | ||
96 | /> | ||
97 | <Tool | ||
98 | Name="VCFxCopTool" | ||
99 | /> | ||
100 | <Tool | ||
101 | Name="VCAppVerifierTool" | ||
102 | /> | ||
103 | <Tool | ||
104 | Name="VCWebDeploymentTool" | ||
105 | /> | ||
106 | <Tool | ||
107 | Name="VCPostBuildEventTool" | ||
108 | CommandLine="copy Release\openjpeg-libsl.dll ..\bin
" | ||
109 | /> | ||
110 | </Configuration> | ||
111 | <Configuration | ||
112 | Name="Debug|Win32" | ||
113 | OutputDirectory=".\Debug" | ||
114 | IntermediateDirectory=".\Debug" | ||
115 | ConfigurationType="2" | ||
116 | InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" | ||
117 | UseOfMFC="0" | ||
118 | ATLMinimizesCRunTimeLibraryUsage="false" | ||
119 | CharacterSet="2" | ||
120 | > | ||
121 | <Tool | ||
122 | Name="VCPreBuildEventTool" | ||
123 | /> | ||
124 | <Tool | ||
125 | Name="VCCustomBuildTool" | ||
126 | /> | ||
127 | <Tool | ||
128 | Name="VCXMLDataGeneratorTool" | ||
129 | /> | ||
130 | <Tool | ||
131 | Name="VCWebServiceProxyGeneratorTool" | ||
132 | /> | ||
133 | <Tool | ||
134 | Name="VCMIDLTool" | ||
135 | PreprocessorDefinitions="_DEBUG" | ||
136 | MkTypLibCompatible="true" | ||
137 | SuppressStartupBanner="true" | ||
138 | TargetEnvironment="1" | ||
139 | TypeLibraryName=".\Debug/DllOpenJPEG.tlb" | ||
140 | HeaderFileName="" | ||
141 | /> | ||
142 | <Tool | ||
143 | Name="VCCLCompilerTool" | ||
144 | Optimization="0" | ||
145 | PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;OPJ_EXPORTS" | ||
146 | MinimalRebuild="true" | ||
147 | BasicRuntimeChecks="3" | ||
148 | RuntimeLibrary="1" | ||
149 | PrecompiledHeaderFile=".\Debug/DllOpenJPEG.pch" | ||
150 | AssemblerListingLocation=".\Debug/" | ||
151 | ObjectFile=".\Debug/" | ||
152 | ProgramDataBaseFileName=".\Debug/" | ||
153 | WarningLevel="3" | ||
154 | SuppressStartupBanner="true" | ||
155 | DebugInformationFormat="4" | ||
156 | /> | ||
157 | <Tool | ||
158 | Name="VCManagedResourceCompilerTool" | ||
159 | /> | ||
160 | <Tool | ||
161 | Name="VCResourceCompilerTool" | ||
162 | PreprocessorDefinitions="_DEBUG" | ||
163 | Culture="1036" | ||
164 | /> | ||
165 | <Tool | ||
166 | Name="VCPreLinkEventTool" | ||
167 | /> | ||
168 | <Tool | ||
169 | Name="VCLinkerTool" | ||
170 | OutputFile="Debug/openjpeg-libsl.dll" | ||
171 | LinkIncremental="2" | ||
172 | SuppressStartupBanner="true" | ||
173 | GenerateDebugInformation="true" | ||
174 | ProgramDatabaseFile=".\Debug/openjpeg-libsld.pdb" | ||
175 | ImportLibrary=".\Debug/openjpeg-libsld.lib" | ||
176 | TargetMachine="1" | ||
177 | /> | ||
178 | <Tool | ||
179 | Name="VCALinkTool" | ||
180 | /> | ||
181 | <Tool | ||
182 | Name="VCManifestTool" | ||
183 | /> | ||
184 | <Tool | ||
185 | Name="VCXDCMakeTool" | ||
186 | /> | ||
187 | <Tool | ||
188 | Name="VCBscMakeTool" | ||
189 | SuppressStartupBanner="true" | ||
190 | OutputFile=".\Debug/DllOpenJPEG.bsc" | ||
191 | /> | ||
192 | <Tool | ||
193 | Name="VCFxCopTool" | ||
194 | /> | ||
195 | <Tool | ||
196 | Name="VCAppVerifierTool" | ||
197 | /> | ||
198 | <Tool | ||
199 | Name="VCWebDeploymentTool" | ||
200 | /> | ||
201 | <Tool | ||
202 | Name="VCPostBuildEventTool" | ||
203 | CommandLine="copy Debug\openjpeg-libsl.dll ..\bin
" | ||
204 | /> | ||
205 | </Configuration> | ||
206 | </Configurations> | ||
207 | <References> | ||
208 | </References> | ||
209 | <Files> | ||
210 | <Filter | ||
211 | Name="Source Files" | ||
212 | Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" | ||
213 | > | ||
214 | <File | ||
215 | RelativePath="libopenjpeg\bio.c" | ||
216 | > | ||
217 | <FileConfiguration | ||
218 | Name="Release|Win32" | ||
219 | > | ||
220 | <Tool | ||
221 | Name="VCCLCompilerTool" | ||
222 | PreprocessorDefinitions="" | ||
223 | /> | ||
224 | </FileConfiguration> | ||
225 | <FileConfiguration | ||
226 | Name="Debug|Win32" | ||
227 | > | ||
228 | <Tool | ||
229 | Name="VCCLCompilerTool" | ||
230 | PreprocessorDefinitions="" | ||
231 | /> | ||
232 | </FileConfiguration> | ||
233 | </File> | ||
234 | <File | ||
235 | RelativePath="libopenjpeg\cio.c" | ||
236 | > | ||
237 | <FileConfiguration | ||
238 | Name="Release|Win32" | ||
239 | > | ||
240 | <Tool | ||
241 | Name="VCCLCompilerTool" | ||
242 | PreprocessorDefinitions="" | ||
243 | /> | ||
244 | </FileConfiguration> | ||
245 | <FileConfiguration | ||
246 | Name="Debug|Win32" | ||
247 | > | ||
248 | <Tool | ||
249 | Name="VCCLCompilerTool" | ||
250 | PreprocessorDefinitions="" | ||
251 | /> | ||
252 | </FileConfiguration> | ||
253 | </File> | ||
254 | <File | ||
255 | RelativePath="libopenjpeg\dwt.c" | ||
256 | > | ||
257 | <FileConfiguration | ||
258 | Name="Release|Win32" | ||
259 | > | ||
260 | <Tool | ||
261 | Name="VCCLCompilerTool" | ||
262 | PreprocessorDefinitions="" | ||
263 | /> | ||
264 | </FileConfiguration> | ||
265 | <FileConfiguration | ||
266 | Name="Debug|Win32" | ||
267 | > | ||
268 | <Tool | ||
269 | Name="VCCLCompilerTool" | ||
270 | PreprocessorDefinitions="" | ||
271 | /> | ||
272 | </FileConfiguration> | ||
273 | </File> | ||
274 | <File | ||
275 | RelativePath="libopenjpeg\event.c" | ||
276 | > | ||
277 | <FileConfiguration | ||
278 | Name="Release|Win32" | ||
279 | > | ||
280 | <Tool | ||
281 | Name="VCCLCompilerTool" | ||
282 | PreprocessorDefinitions="" | ||
283 | /> | ||
284 | </FileConfiguration> | ||
285 | <FileConfiguration | ||
286 | Name="Debug|Win32" | ||
287 | > | ||
288 | <Tool | ||
289 | Name="VCCLCompilerTool" | ||
290 | PreprocessorDefinitions="" | ||
291 | /> | ||
292 | </FileConfiguration> | ||
293 | </File> | ||
294 | <File | ||
295 | RelativePath="libopenjpeg\image.c" | ||
296 | > | ||
297 | <FileConfiguration | ||
298 | Name="Release|Win32" | ||
299 | > | ||
300 | <Tool | ||
301 | Name="VCCLCompilerTool" | ||
302 | PreprocessorDefinitions="" | ||
303 | /> | ||
304 | </FileConfiguration> | ||
305 | <FileConfiguration | ||
306 | Name="Debug|Win32" | ||
307 | > | ||
308 | <Tool | ||
309 | Name="VCCLCompilerTool" | ||
310 | PreprocessorDefinitions="" | ||
311 | /> | ||
312 | </FileConfiguration> | ||
313 | </File> | ||
314 | <File | ||
315 | RelativePath="libopenjpeg\j2k.c" | ||
316 | > | ||
317 | <FileConfiguration | ||
318 | Name="Release|Win32" | ||
319 | > | ||
320 | <Tool | ||
321 | Name="VCCLCompilerTool" | ||
322 | PreprocessorDefinitions="" | ||
323 | /> | ||
324 | </FileConfiguration> | ||
325 | <FileConfiguration | ||
326 | Name="Debug|Win32" | ||
327 | > | ||
328 | <Tool | ||
329 | Name="VCCLCompilerTool" | ||
330 | PreprocessorDefinitions="" | ||
331 | /> | ||
332 | </FileConfiguration> | ||
333 | </File> | ||
334 | <File | ||
335 | RelativePath="libopenjpeg\j2k_lib.c" | ||
336 | > | ||
337 | <FileConfiguration | ||
338 | Name="Release|Win32" | ||
339 | > | ||
340 | <Tool | ||
341 | Name="VCCLCompilerTool" | ||
342 | PreprocessorDefinitions="" | ||
343 | /> | ||
344 | </FileConfiguration> | ||
345 | <FileConfiguration | ||
346 | Name="Debug|Win32" | ||
347 | > | ||
348 | <Tool | ||
349 | Name="VCCLCompilerTool" | ||
350 | PreprocessorDefinitions="" | ||
351 | /> | ||
352 | </FileConfiguration> | ||
353 | </File> | ||
354 | <File | ||
355 | RelativePath="libopenjpeg\jp2.c" | ||
356 | > | ||
357 | <FileConfiguration | ||
358 | Name="Release|Win32" | ||
359 | > | ||
360 | <Tool | ||
361 | Name="VCCLCompilerTool" | ||
362 | PreprocessorDefinitions="" | ||
363 | /> | ||
364 | </FileConfiguration> | ||
365 | <FileConfiguration | ||
366 | Name="Debug|Win32" | ||
367 | > | ||
368 | <Tool | ||
369 | Name="VCCLCompilerTool" | ||
370 | PreprocessorDefinitions="" | ||
371 | /> | ||
372 | </FileConfiguration> | ||
373 | </File> | ||
374 | <File | ||
375 | RelativePath="libopenjpeg\jpt.c" | ||
376 | > | ||
377 | <FileConfiguration | ||
378 | Name="Release|Win32" | ||
379 | > | ||
380 | <Tool | ||
381 | Name="VCCLCompilerTool" | ||
382 | PreprocessorDefinitions="" | ||
383 | /> | ||
384 | </FileConfiguration> | ||
385 | <FileConfiguration | ||
386 | Name="Debug|Win32" | ||
387 | > | ||
388 | <Tool | ||
389 | Name="VCCLCompilerTool" | ||
390 | PreprocessorDefinitions="" | ||
391 | /> | ||
392 | </FileConfiguration> | ||
393 | </File> | ||
394 | <File | ||
395 | RelativePath=".\libsl\libsl.cpp" | ||
396 | > | ||
397 | </File> | ||
398 | <File | ||
399 | RelativePath="libopenjpeg\mct.c" | ||
400 | > | ||
401 | <FileConfiguration | ||
402 | Name="Release|Win32" | ||
403 | > | ||
404 | <Tool | ||
405 | Name="VCCLCompilerTool" | ||
406 | PreprocessorDefinitions="" | ||
407 | /> | ||
408 | </FileConfiguration> | ||
409 | <FileConfiguration | ||
410 | Name="Debug|Win32" | ||
411 | > | ||
412 | <Tool | ||
413 | Name="VCCLCompilerTool" | ||
414 | PreprocessorDefinitions="" | ||
415 | /> | ||
416 | </FileConfiguration> | ||
417 | </File> | ||
418 | <File | ||
419 | RelativePath="libopenjpeg\mqc.c" | ||
420 | > | ||
421 | <FileConfiguration | ||
422 | Name="Release|Win32" | ||
423 | > | ||
424 | <Tool | ||
425 | Name="VCCLCompilerTool" | ||
426 | PreprocessorDefinitions="" | ||
427 | /> | ||
428 | </FileConfiguration> | ||
429 | <FileConfiguration | ||
430 | Name="Debug|Win32" | ||
431 | > | ||
432 | <Tool | ||
433 | Name="VCCLCompilerTool" | ||
434 | PreprocessorDefinitions="" | ||
435 | /> | ||
436 | </FileConfiguration> | ||
437 | </File> | ||
438 | <File | ||
439 | RelativePath="libopenjpeg\openjpeg.c" | ||
440 | > | ||
441 | <FileConfiguration | ||
442 | Name="Release|Win32" | ||
443 | > | ||
444 | <Tool | ||
445 | Name="VCCLCompilerTool" | ||
446 | PreprocessorDefinitions="" | ||
447 | /> | ||
448 | </FileConfiguration> | ||
449 | <FileConfiguration | ||
450 | Name="Debug|Win32" | ||
451 | > | ||
452 | <Tool | ||
453 | Name="VCCLCompilerTool" | ||
454 | PreprocessorDefinitions="" | ||
455 | /> | ||
456 | </FileConfiguration> | ||
457 | </File> | ||
458 | <File | ||
459 | RelativePath="libopenjpeg\pi.c" | ||
460 | > | ||
461 | <FileConfiguration | ||
462 | Name="Release|Win32" | ||
463 | > | ||
464 | <Tool | ||
465 | Name="VCCLCompilerTool" | ||
466 | PreprocessorDefinitions="" | ||
467 | /> | ||
468 | </FileConfiguration> | ||
469 | <FileConfiguration | ||
470 | Name="Debug|Win32" | ||
471 | > | ||
472 | <Tool | ||
473 | Name="VCCLCompilerTool" | ||
474 | PreprocessorDefinitions="" | ||
475 | /> | ||
476 | </FileConfiguration> | ||
477 | </File> | ||
478 | <File | ||
479 | RelativePath="libopenjpeg\raw.c" | ||
480 | > | ||
481 | <FileConfiguration | ||
482 | Name="Release|Win32" | ||
483 | > | ||
484 | <Tool | ||
485 | Name="VCCLCompilerTool" | ||
486 | PreprocessorDefinitions="" | ||
487 | /> | ||
488 | </FileConfiguration> | ||
489 | <FileConfiguration | ||
490 | Name="Debug|Win32" | ||
491 | > | ||
492 | <Tool | ||
493 | Name="VCCLCompilerTool" | ||
494 | PreprocessorDefinitions="" | ||
495 | /> | ||
496 | </FileConfiguration> | ||
497 | </File> | ||
498 | <File | ||
499 | RelativePath="libopenjpeg\t1.c" | ||
500 | > | ||
501 | <FileConfiguration | ||
502 | Name="Release|Win32" | ||
503 | > | ||
504 | <Tool | ||
505 | Name="VCCLCompilerTool" | ||
506 | PreprocessorDefinitions="" | ||
507 | /> | ||
508 | </FileConfiguration> | ||
509 | <FileConfiguration | ||
510 | Name="Debug|Win32" | ||
511 | > | ||
512 | <Tool | ||
513 | Name="VCCLCompilerTool" | ||
514 | PreprocessorDefinitions="" | ||
515 | /> | ||
516 | </FileConfiguration> | ||
517 | </File> | ||
518 | <File | ||
519 | RelativePath="libopenjpeg\t2.c" | ||
520 | > | ||
521 | <FileConfiguration | ||
522 | Name="Release|Win32" | ||
523 | > | ||
524 | <Tool | ||
525 | Name="VCCLCompilerTool" | ||
526 | PreprocessorDefinitions="" | ||
527 | /> | ||
528 | </FileConfiguration> | ||
529 | <FileConfiguration | ||
530 | Name="Debug|Win32" | ||
531 | > | ||
532 | <Tool | ||
533 | Name="VCCLCompilerTool" | ||
534 | PreprocessorDefinitions="" | ||
535 | /> | ||
536 | </FileConfiguration> | ||
537 | </File> | ||
538 | <File | ||
539 | RelativePath="libopenjpeg\tcd.c" | ||
540 | > | ||
541 | <FileConfiguration | ||
542 | Name="Release|Win32" | ||
543 | > | ||
544 | <Tool | ||
545 | Name="VCCLCompilerTool" | ||
546 | PreprocessorDefinitions="" | ||
547 | /> | ||
548 | </FileConfiguration> | ||
549 | <FileConfiguration | ||
550 | Name="Debug|Win32" | ||
551 | > | ||
552 | <Tool | ||
553 | Name="VCCLCompilerTool" | ||
554 | PreprocessorDefinitions="" | ||
555 | /> | ||
556 | </FileConfiguration> | ||
557 | </File> | ||
558 | <File | ||
559 | RelativePath="libopenjpeg\tgt.c" | ||
560 | > | ||
561 | <FileConfiguration | ||
562 | Name="Release|Win32" | ||
563 | > | ||
564 | <Tool | ||
565 | Name="VCCLCompilerTool" | ||
566 | PreprocessorDefinitions="" | ||
567 | /> | ||
568 | </FileConfiguration> | ||
569 | <FileConfiguration | ||
570 | Name="Debug|Win32" | ||
571 | > | ||
572 | <Tool | ||
573 | Name="VCCLCompilerTool" | ||
574 | PreprocessorDefinitions="" | ||
575 | /> | ||
576 | </FileConfiguration> | ||
577 | </File> | ||
578 | </Filter> | ||
579 | <Filter | ||
580 | Name="Header Files" | ||
581 | Filter="h;hpp;hxx;hm;inl" | ||
582 | > | ||
583 | <File | ||
584 | RelativePath="libopenjpeg\bio.h" | ||
585 | > | ||
586 | </File> | ||
587 | <File | ||
588 | RelativePath="libopenjpeg\cio.h" | ||
589 | > | ||
590 | </File> | ||
591 | <File | ||
592 | RelativePath="libopenjpeg\dwt.h" | ||
593 | > | ||
594 | </File> | ||
595 | <File | ||
596 | RelativePath="libopenjpeg\event.h" | ||
597 | > | ||
598 | </File> | ||
599 | <File | ||
600 | RelativePath="libopenjpeg\fix.h" | ||
601 | > | ||
602 | </File> | ||
603 | <File | ||
604 | RelativePath="libopenjpeg\image.h" | ||
605 | > | ||
606 | </File> | ||
607 | <File | ||
608 | RelativePath="libopenjpeg\int.h" | ||
609 | > | ||
610 | </File> | ||
611 | <File | ||
612 | RelativePath="libopenjpeg\j2k.h" | ||
613 | > | ||
614 | </File> | ||
615 | <File | ||
616 | RelativePath="libopenjpeg\j2k_lib.h" | ||
617 | > | ||
618 | </File> | ||
619 | <File | ||
620 | RelativePath="libopenjpeg\jp2.h" | ||
621 | > | ||
622 | </File> | ||
623 | <File | ||
624 | RelativePath="libopenjpeg\jpt.h" | ||
625 | > | ||
626 | </File> | ||
627 | <File | ||
628 | RelativePath=".\libsl\libsl.h" | ||
629 | > | ||
630 | </File> | ||
631 | <File | ||
632 | RelativePath="libopenjpeg\mct.h" | ||
633 | > | ||
634 | </File> | ||
635 | <File | ||
636 | RelativePath="libopenjpeg\mqc.h" | ||
637 | > | ||
638 | </File> | ||
639 | <File | ||
640 | RelativePath="libopenjpeg\openjpeg.h" | ||
641 | > | ||
642 | </File> | ||
643 | <File | ||
644 | RelativePath="libopenjpeg\opj_includes.h" | ||
645 | > | ||
646 | </File> | ||
647 | <File | ||
648 | RelativePath="libopenjpeg\pi.h" | ||
649 | > | ||
650 | </File> | ||
651 | <File | ||
652 | RelativePath="libopenjpeg\raw.h" | ||
653 | > | ||
654 | </File> | ||
655 | <File | ||
656 | RelativePath="libopenjpeg\t1.h" | ||
657 | > | ||
658 | </File> | ||
659 | <File | ||
660 | RelativePath="libopenjpeg\t2.h" | ||
661 | > | ||
662 | </File> | ||
663 | <File | ||
664 | RelativePath="libopenjpeg\tcd.h" | ||
665 | > | ||
666 | </File> | ||
667 | <File | ||
668 | RelativePath="libopenjpeg\tgt.h" | ||
669 | > | ||
670 | </File> | ||
671 | </Filter> | ||
672 | <Filter | ||
673 | Name="Resource Files" | ||
674 | Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" | ||
675 | > | ||
676 | <File | ||
677 | RelativePath="OpenJPEG.rc" | ||
678 | > | ||
679 | <FileConfiguration | ||
680 | Name="Release|Win32" | ||
681 | > | ||
682 | <Tool | ||
683 | Name="VCResourceCompilerTool" | ||
684 | PreprocessorDefinitions="" | ||
685 | /> | ||
686 | </FileConfiguration> | ||
687 | <FileConfiguration | ||
688 | Name="Debug|Win32" | ||
689 | > | ||
690 | <Tool | ||
691 | Name="VCResourceCompilerTool" | ||
692 | PreprocessorDefinitions="" | ||
693 | /> | ||
694 | </FileConfiguration> | ||
695 | </File> | ||
696 | </Filter> | ||
697 | </Files> | ||
698 | <Globals> | ||
699 | </Globals> | ||
700 | </VisualStudioProject> | ||
diff --git a/libraries/openjpeg-libsl/DllOpenJPEG.vcproj.dan-PC.dan.user b/libraries/openjpeg-libsl/DllOpenJPEG.vcproj.dan-PC.dan.user new file mode 100644 index 0000000..45ef146 --- /dev/null +++ b/libraries/openjpeg-libsl/DllOpenJPEG.vcproj.dan-PC.dan.user | |||
@@ -0,0 +1,65 @@ | |||
1 | <?xml version="1.0" encoding="Windows-1252"?> | ||
2 | <VisualStudioUserFile | ||
3 | ProjectType="Visual C++" | ||
4 | Version="8.00" | ||
5 | ShowAllFiles="false" | ||
6 | > | ||
7 | <Configurations> | ||
8 | <Configuration | ||
9 | Name="Release|Win32" | ||
10 | > | ||
11 | <DebugSettings | ||
12 | Command="" | ||
13 | WorkingDirectory="" | ||
14 | CommandArguments="" | ||
15 | Attach="false" | ||
16 | DebuggerType="3" | ||
17 | Remote="1" | ||
18 | RemoteMachine="DAN-PC" | ||
19 | RemoteCommand="" | ||
20 | HttpUrl="" | ||
21 | PDBPath="" | ||
22 | SQLDebugging="" | ||
23 | Environment="" | ||
24 | EnvironmentMerge="true" | ||
25 | DebuggerFlavor="" | ||
26 | MPIRunCommand="" | ||
27 | MPIRunArguments="" | ||
28 | MPIRunWorkingDirectory="" | ||
29 | ApplicationCommand="" | ||
30 | ApplicationArguments="" | ||
31 | ShimCommand="" | ||
32 | MPIAcceptMode="" | ||
33 | MPIAcceptFilter="" | ||
34 | /> | ||
35 | </Configuration> | ||
36 | <Configuration | ||
37 | Name="Debug|Win32" | ||
38 | > | ||
39 | <DebugSettings | ||
40 | Command="" | ||
41 | WorkingDirectory="" | ||
42 | CommandArguments="" | ||
43 | Attach="false" | ||
44 | DebuggerType="3" | ||
45 | Remote="1" | ||
46 | RemoteMachine="DAN-PC" | ||
47 | RemoteCommand="" | ||
48 | HttpUrl="" | ||
49 | PDBPath="" | ||
50 | SQLDebugging="" | ||
51 | Environment="" | ||
52 | EnvironmentMerge="true" | ||
53 | DebuggerFlavor="" | ||
54 | MPIRunCommand="" | ||
55 | MPIRunArguments="" | ||
56 | MPIRunWorkingDirectory="" | ||
57 | ApplicationCommand="" | ||
58 | ApplicationArguments="" | ||
59 | ShimCommand="" | ||
60 | MPIAcceptMode="" | ||
61 | MPIAcceptFilter="" | ||
62 | /> | ||
63 | </Configuration> | ||
64 | </Configurations> | ||
65 | </VisualStudioUserFile> | ||
diff --git a/libraries/openjpeg-libsl/Makefile b/libraries/openjpeg-libsl/Makefile new file mode 100644 index 0000000..9912759 --- /dev/null +++ b/libraries/openjpeg-libsl/Makefile | |||
@@ -0,0 +1,66 @@ | |||
1 | # Linux makefile for OpenJPEG | ||
2 | |||
3 | VER_MAJOR = 2 | ||
4 | VER_MINOR = 1.2.0 | ||
5 | |||
6 | SRCS = ./libopenjpeg/bio.c ./libopenjpeg/cio.c ./libopenjpeg/dwt.c ./libopenjpeg/event.c ./libopenjpeg/image.c ./libopenjpeg/j2k.c ./libopenjpeg/j2k_lib.c ./libopenjpeg/jp2.c ./libopenjpeg/jpt.c ./libopenjpeg/mct.c ./libopenjpeg/mqc.c ./libopenjpeg/openjpeg.c ./libopenjpeg/pi.c ./libopenjpeg/raw.c ./libopenjpeg/t1.c ./libopenjpeg/t2.c ./libopenjpeg/tcd.c ./libopenjpeg/tgt.c | ||
7 | CPPSRCS = ./libsl/libsl.cpp | ||
8 | INCLS = ./libopenjpeg/bio.h ./libopenjpeg/cio.h ./libopenjpeg/dwt.h ./libopenjpeg/event.h ./libopenjpeg/fix.h ./libopenjpeg/image.h ./libopenjpeg/int.h ./libopenjpeg/j2k.h ./libopenjpeg/j2k_lib.h ./libopenjpeg/jp2.h ./libopenjpeg/jpt.h ./libopenjpeg/mct.h ./libopenjpeg/mqc.h ./libopenjpeg/openjpeg.h ./libopenjpeg/pi.h ./libopenjpeg/raw.h ./libopenjpeg/t1.h ./libopenjpeg/t2.h ./libopenjpeg/tcd.h ./libopenjpeg/tgt.h ./libopenjpeg/opj_includes.h ./libsl/libsl.h | ||
9 | INCLUDE = -Ilibopenjpeg | ||
10 | |||
11 | # General configuration variables: | ||
12 | CC = gcc | ||
13 | AR = ar | ||
14 | |||
15 | # Converts cr/lf to just lf | ||
16 | DOS2UNIX = dos2unix | ||
17 | |||
18 | COMPILERFLAGS = -O3 -fPIC | ||
19 | LIBRARIES = -lstdc++ | ||
20 | |||
21 | MODULES = $(SRCS:.c=.o) | ||
22 | CPPMODULES = $(CPPSRCS:.cpp=.o) | ||
23 | CFLAGS = $(COMPILERFLAGS) $(INCLUDE) | ||
24 | |||
25 | TARGET = openjpeg-libsl | ||
26 | SHAREDLIB = lib$(TARGET)-$(VER_MAJOR).$(VER_MINOR).so | ||
27 | LIBNAME = lib$(TARGET).so.$(VER_MAJOR) | ||
28 | |||
29 | |||
30 | default: all | ||
31 | |||
32 | all: OpenJPEG | ||
33 | |||
34 | dist: OpenJPEG | ||
35 | install -d ../bin | ||
36 | cp $(SHAREDLIB) ../bin/ | ||
37 | |||
38 | dos2unix: | ||
39 | @$(DOS2UNIX) $(SRCS) $(INCLS) | ||
40 | |||
41 | OpenJPEG: $(SHAREDLIB) | ||
42 | |||
43 | $(MODULES): %.o: %.c | ||
44 | $(CC) $(CFLAGS) -c $< -o $@ | ||
45 | |||
46 | $(CPPMODULES): %.o: %.cpp | ||
47 | $(CC) $(CFLAGS) -c $< -o $@ | ||
48 | |||
49 | $(SHAREDLIB): $(MODULES) $(CPPMODULES) | ||
50 | $(CC) -s -shared -Wl,-soname,$(LIBNAME) -o $@ $(MODULES) $(CPPMODULES) $(LIBRARIES) | ||
51 | |||
52 | install: OpenJPEG | ||
53 | install -d ../bin | ||
54 | cp $(SHAREDLIB) ../bin/ | ||
55 | |||
56 | clean: | ||
57 | rm -rf core dist/ u2dtmp* $(MODULES) $(CPPMODULES) $(SHAREDLIB) $(LIBNAME) | ||
58 | |||
59 | osx: | ||
60 | make -f Makefile.osx | ||
61 | |||
62 | osxinstall: | ||
63 | make -f Makefile.osx install | ||
64 | |||
65 | osxclean: | ||
66 | make -f Makefile.osx clean \ No newline at end of file | ||
diff --git a/libraries/openjpeg-libsl/Makefile.osx b/libraries/openjpeg-libsl/Makefile.osx new file mode 100644 index 0000000..5d2a5c6 --- /dev/null +++ b/libraries/openjpeg-libsl/Makefile.osx | |||
@@ -0,0 +1,57 @@ | |||
1 | # MacOSX makefile for OpenJPEG | ||
2 | |||
3 | VER_MAJOR = 2 | ||
4 | VER_MINOR = 1.2.0 | ||
5 | |||
6 | SRCS = ./libopenjpeg/bio.c ./libopenjpeg/cio.c ./libopenjpeg/dwt.c ./libopenjpeg/event.c ./libopenjpeg/image.c ./libopenjpeg/j2k.c ./libopenjpeg/j2k_lib.c ./libopenjpeg/jp2.c ./libopenjpeg/jpt.c ./libopenjpeg/mct.c ./libopenjpeg/mqc.c ./libopenjpeg/openjpeg.c ./libopenjpeg/pi.c ./libopenjpeg/raw.c ./libopenjpeg/t1.c ./libopenjpeg/t2.c ./libopenjpeg/tcd.c ./libopenjpeg/tgt.c | ||
7 | CPPSRCS = ./libsl/libsl.cpp | ||
8 | INCLS = ./libopenjpeg/bio.h ./libopenjpeg/cio.h ./libopenjpeg/dwt.h ./libopenjpeg/event.h ./libopenjpeg/fix.h ./libopenjpeg/image.h ./libopenjpeg/int.h ./libopenjpeg/j2k.h ./libopenjpeg/j2k_lib.h ./libopenjpeg/jp2.h ./libopenjpeg/jpt.h ./libopenjpeg/mct.h ./libopenjpeg/mqc.h ./libopenjpeg/openjpeg.h ./libopenjpeg/pi.h ./libopenjpeg/raw.h ./libopenjpeg/t1.h ./libopenjpeg/t2.h ./libopenjpeg/tcd.h ./libopenjpeg/tgt.h ./libopenjpeg/opj_includes.h ./libsl/libsl.h | ||
9 | INCLUDE = -Ilibopenjpeg | ||
10 | |||
11 | # General configuration variables: | ||
12 | CC = gcc | ||
13 | |||
14 | |||
15 | LIBTOOLSTAT = libtool | ||
16 | LIBTOOLDYN = gcc | ||
17 | |||
18 | COMPILERFLAGS = -O3 -fPIC | ||
19 | LIBRARIES = -lstdc++ | ||
20 | |||
21 | MODULES = $(SRCS:.c=.o) | ||
22 | CPPMODULES = $(CPPSRCS:.cpp=.o) | ||
23 | CFLAGS = $(COMPILERFLAGS) $(INCLUDE) | ||
24 | |||
25 | TARGET = openjpeg-libsl | ||
26 | SHAREDLIB = lib$(TARGET)-$(VER_MAJOR).$(VER_MINOR).dylib | ||
27 | LIBNAME = lib$(TARGET).dylib | ||
28 | |||
29 | |||
30 | default: all | ||
31 | |||
32 | all: OpenJPEG | ||
33 | |||
34 | dist: OpenJPEG | ||
35 | install -d ../bin | ||
36 | cp $(SHAREDLIB) ../bin/ | ||
37 | |||
38 | dos2unix: | ||
39 | @$(DOS2UNIX) $(SRCS) $(INCLS) | ||
40 | |||
41 | OpenJPEG: $(SHAREDLIB) | ||
42 | |||
43 | .c.o: | ||
44 | $(CC) $(CFLAGS) -c $< -o $@ | ||
45 | |||
46 | .cpp.o: | ||
47 | $(CC) $(CFLAGS) -c $< -o $@ | ||
48 | |||
49 | $(SHAREDLIB): $(MODULES) $(CPPMODULES) | ||
50 | $(LIBTOOLDYN) -dynamiclib -o $@ $(MODULES) $(CPPMODULES) $(LIBRARIES) | ||
51 | |||
52 | install: | ||
53 | install -d ../bin | ||
54 | cp $(SHAREDLIB) ../bin/ | ||
55 | |||
56 | clean: | ||
57 | rm -rf core dist/ u2dtmp* $(MODULES) $(CPPMODULES) $(SHAREDLIB) $(LIBNAME) | ||
diff --git a/libraries/openjpeg-libsl/OpenJPEG.rc b/libraries/openjpeg-libsl/OpenJPEG.rc new file mode 100644 index 0000000..2905005 --- /dev/null +++ b/libraries/openjpeg-libsl/OpenJPEG.rc | |||
@@ -0,0 +1,109 @@ | |||
1 | //Microsoft Developer Studio generated resource script. | ||
2 | // | ||
3 | #include "resource.h" | ||
4 | |||
5 | #define APSTUDIO_READONLY_SYMBOLS | ||
6 | ///////////////////////////////////////////////////////////////////////////// | ||
7 | // | ||
8 | // Generated from the TEXTINCLUDE 2 resource. | ||
9 | // | ||
10 | //#include "afxres.h" | ||
11 | |||
12 | ///////////////////////////////////////////////////////////////////////////// | ||
13 | #undef APSTUDIO_READONLY_SYMBOLS | ||
14 | |||
15 | ///////////////////////////////////////////////////////////////////////////// | ||
16 | // French (France) resources | ||
17 | |||
18 | #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_FRA) | ||
19 | #ifdef _WIN32 | ||
20 | //LANGUAGE LANG_FRENCH, SUBLANG_FRENCH | ||
21 | #pragma code_page(1252) | ||
22 | #endif //_WIN32 | ||
23 | |||
24 | #ifndef _MAC | ||
25 | ///////////////////////////////////////////////////////////////////////////// | ||
26 | // | ||
27 | // Version | ||
28 | // | ||
29 | |||
30 | VS_VERSION_INFO VERSIONINFO | ||
31 | FILEVERSION 1,1,0,0 | ||
32 | PRODUCTVERSION 1,1,0,0 | ||
33 | FILEFLAGSMASK 0x3fL | ||
34 | #ifdef _DEBUG | ||
35 | FILEFLAGS 0x1L | ||
36 | #else | ||
37 | FILEFLAGS 0x0L | ||
38 | #endif | ||
39 | FILEOS 0x40004L | ||
40 | FILETYPE 0x2L | ||
41 | FILESUBTYPE 0x0L | ||
42 | BEGIN | ||
43 | BLOCK "StringFileInfo" | ||
44 | BEGIN | ||
45 | BLOCK "000004b0" | ||
46 | BEGIN | ||
47 | VALUE "Comments", "The OpenJPEG library is an open-source JPEG 2000 codec. \0" | ||
48 | VALUE "CompanyName", "OpenJPEG\0" | ||
49 | VALUE "FileDescription", "OpenJPEG\0" | ||
50 | VALUE "FileVersion", "1, 1, 0, 0\0" | ||
51 | VALUE "InternalName", "openjpeg-libsl\0" | ||
52 | VALUE "LegalCopyright", "Copyright © 2002-2006, Communications and remote sensing Laboratory, Universite catholique de Louvain, Belgium\0" | ||
53 | VALUE "LegalTrademarks", "See http://www.openjpeg.org for details\0" | ||
54 | VALUE "OriginalFilename", "openjpeg-libsl.dll\0" | ||
55 | VALUE "PrivateBuild", "\0" | ||
56 | VALUE "ProductName", "openjpeg-libsl\0" | ||
57 | VALUE "ProductVersion", "2, 1, 2, 0\0" | ||
58 | VALUE "SpecialBuild", "\0" | ||
59 | END | ||
60 | END | ||
61 | BLOCK "VarFileInfo" | ||
62 | BEGIN | ||
63 | VALUE "Translation", 0x0, 1200 | ||
64 | END | ||
65 | END | ||
66 | |||
67 | #endif // !_MAC | ||
68 | |||
69 | |||
70 | #ifdef APSTUDIO_INVOKED | ||
71 | ///////////////////////////////////////////////////////////////////////////// | ||
72 | // | ||
73 | // TEXTINCLUDE | ||
74 | // | ||
75 | |||
76 | 1 TEXTINCLUDE DISCARDABLE | ||
77 | BEGIN | ||
78 | "resource.h\0" | ||
79 | END | ||
80 | |||
81 | 2 TEXTINCLUDE DISCARDABLE | ||
82 | BEGIN | ||
83 | "#include ""afxres.h""\r\n" | ||
84 | "\0" | ||
85 | END | ||
86 | |||
87 | 3 TEXTINCLUDE DISCARDABLE | ||
88 | BEGIN | ||
89 | "\r\n" | ||
90 | "\0" | ||
91 | END | ||
92 | |||
93 | #endif // APSTUDIO_INVOKED | ||
94 | |||
95 | #endif // French (France) resources | ||
96 | ///////////////////////////////////////////////////////////////////////////// | ||
97 | |||
98 | |||
99 | |||
100 | #ifndef APSTUDIO_INVOKED | ||
101 | ///////////////////////////////////////////////////////////////////////////// | ||
102 | // | ||
103 | // Generated from the TEXTINCLUDE 3 resource. | ||
104 | // | ||
105 | |||
106 | |||
107 | ///////////////////////////////////////////////////////////////////////////// | ||
108 | #endif // not APSTUDIO_INVOKED | ||
109 | |||
diff --git a/libraries/openjpeg-libsl/Release/BuildLog.htm b/libraries/openjpeg-libsl/Release/BuildLog.htm new file mode 100644 index 0000000..4d404db --- /dev/null +++ b/libraries/openjpeg-libsl/Release/BuildLog.htm | |||
Binary files differ | |||
diff --git a/libraries/openjpeg-libsl/Release/OpenJPEG.res b/libraries/openjpeg-libsl/Release/OpenJPEG.res new file mode 100644 index 0000000..669dab3 --- /dev/null +++ b/libraries/openjpeg-libsl/Release/OpenJPEG.res | |||
Binary files differ | |||
diff --git a/libraries/openjpeg-libsl/Release/RCa02180 b/libraries/openjpeg-libsl/Release/RCa02180 new file mode 100644 index 0000000..810737c --- /dev/null +++ b/libraries/openjpeg-libsl/Release/RCa02180 | |||
Binary files differ | |||
diff --git a/libraries/openjpeg-libsl/Release/RCa03132 b/libraries/openjpeg-libsl/Release/RCa03132 new file mode 100644 index 0000000..810737c --- /dev/null +++ b/libraries/openjpeg-libsl/Release/RCa03132 | |||
Binary files differ | |||
diff --git a/libraries/openjpeg-libsl/Release/bio.obj b/libraries/openjpeg-libsl/Release/bio.obj new file mode 100644 index 0000000..398bbe8 --- /dev/null +++ b/libraries/openjpeg-libsl/Release/bio.obj | |||
Binary files differ | |||
diff --git a/libraries/openjpeg-libsl/Release/cio.obj b/libraries/openjpeg-libsl/Release/cio.obj new file mode 100644 index 0000000..0962e51 --- /dev/null +++ b/libraries/openjpeg-libsl/Release/cio.obj | |||
Binary files differ | |||
diff --git a/libraries/openjpeg-libsl/Release/dwt.obj b/libraries/openjpeg-libsl/Release/dwt.obj new file mode 100644 index 0000000..1bee64f --- /dev/null +++ b/libraries/openjpeg-libsl/Release/dwt.obj | |||
Binary files differ | |||
diff --git a/libraries/openjpeg-libsl/Release/event.obj b/libraries/openjpeg-libsl/Release/event.obj new file mode 100644 index 0000000..49100c1 --- /dev/null +++ b/libraries/openjpeg-libsl/Release/event.obj | |||
Binary files differ | |||
diff --git a/libraries/openjpeg-libsl/Release/image.obj b/libraries/openjpeg-libsl/Release/image.obj new file mode 100644 index 0000000..0d5a6a4 --- /dev/null +++ b/libraries/openjpeg-libsl/Release/image.obj | |||
Binary files differ | |||
diff --git a/libraries/openjpeg-libsl/Release/j2k.obj b/libraries/openjpeg-libsl/Release/j2k.obj new file mode 100644 index 0000000..01f7878 --- /dev/null +++ b/libraries/openjpeg-libsl/Release/j2k.obj | |||
Binary files differ | |||
diff --git a/libraries/openjpeg-libsl/Release/j2k_lib.obj b/libraries/openjpeg-libsl/Release/j2k_lib.obj new file mode 100644 index 0000000..0b01c9c --- /dev/null +++ b/libraries/openjpeg-libsl/Release/j2k_lib.obj | |||
Binary files differ | |||
diff --git a/libraries/openjpeg-libsl/Release/jp2.obj b/libraries/openjpeg-libsl/Release/jp2.obj new file mode 100644 index 0000000..ee4ac78 --- /dev/null +++ b/libraries/openjpeg-libsl/Release/jp2.obj | |||
Binary files differ | |||
diff --git a/libraries/openjpeg-libsl/Release/jpt.obj b/libraries/openjpeg-libsl/Release/jpt.obj new file mode 100644 index 0000000..96c934b --- /dev/null +++ b/libraries/openjpeg-libsl/Release/jpt.obj | |||
Binary files differ | |||
diff --git a/libraries/openjpeg-libsl/Release/libsl.obj b/libraries/openjpeg-libsl/Release/libsl.obj new file mode 100644 index 0000000..c631fbe --- /dev/null +++ b/libraries/openjpeg-libsl/Release/libsl.obj | |||
Binary files differ | |||
diff --git a/libraries/openjpeg-libsl/Release/mct.obj b/libraries/openjpeg-libsl/Release/mct.obj new file mode 100644 index 0000000..cf01050 --- /dev/null +++ b/libraries/openjpeg-libsl/Release/mct.obj | |||
Binary files differ | |||
diff --git a/libraries/openjpeg-libsl/Release/mqc.obj b/libraries/openjpeg-libsl/Release/mqc.obj new file mode 100644 index 0000000..19a8d64 --- /dev/null +++ b/libraries/openjpeg-libsl/Release/mqc.obj | |||
Binary files differ | |||
diff --git a/libraries/openjpeg-libsl/Release/mt.dep b/libraries/openjpeg-libsl/Release/mt.dep new file mode 100644 index 0000000..071991d --- /dev/null +++ b/libraries/openjpeg-libsl/Release/mt.dep | |||
@@ -0,0 +1 @@ | |||
Manifest resource last updated at 0:39:27.68 on Thu 10/18/2007 | |||
diff --git a/libraries/openjpeg-libsl/Release/openjpeg-libsl.dll b/libraries/openjpeg-libsl/Release/openjpeg-libsl.dll new file mode 100644 index 0000000..f3b56ad --- /dev/null +++ b/libraries/openjpeg-libsl/Release/openjpeg-libsl.dll | |||
Binary files differ | |||
diff --git a/libraries/openjpeg-libsl/Release/openjpeg-libsl.dll.intermediate.manifest b/libraries/openjpeg-libsl/Release/openjpeg-libsl.dll.intermediate.manifest new file mode 100644 index 0000000..cdaa604 --- /dev/null +++ b/libraries/openjpeg-libsl/Release/openjpeg-libsl.dll.intermediate.manifest | |||
@@ -0,0 +1,3 @@ | |||
1 | <?xml version='1.0' encoding='UTF-8' standalone='yes'?> | ||
2 | <assembly xmlns='urn:schemas-microsoft-com:asm.v1' manifestVersion='1.0'> | ||
3 | </assembly> | ||
diff --git a/libraries/openjpeg-libsl/Release/openjpeg-libsl.exp b/libraries/openjpeg-libsl/Release/openjpeg-libsl.exp new file mode 100644 index 0000000..836a7c3 --- /dev/null +++ b/libraries/openjpeg-libsl/Release/openjpeg-libsl.exp | |||
Binary files differ | |||
diff --git a/libraries/openjpeg-libsl/Release/openjpeg-libsl.lib b/libraries/openjpeg-libsl/Release/openjpeg-libsl.lib new file mode 100644 index 0000000..9f07abe --- /dev/null +++ b/libraries/openjpeg-libsl/Release/openjpeg-libsl.lib | |||
Binary files differ | |||
diff --git a/libraries/openjpeg-libsl/Release/openjpeg.obj b/libraries/openjpeg-libsl/Release/openjpeg.obj new file mode 100644 index 0000000..fc6c39b --- /dev/null +++ b/libraries/openjpeg-libsl/Release/openjpeg.obj | |||
Binary files differ | |||
diff --git a/libraries/openjpeg-libsl/Release/pi.obj b/libraries/openjpeg-libsl/Release/pi.obj new file mode 100644 index 0000000..d26bfb0 --- /dev/null +++ b/libraries/openjpeg-libsl/Release/pi.obj | |||
Binary files differ | |||
diff --git a/libraries/openjpeg-libsl/Release/raw.obj b/libraries/openjpeg-libsl/Release/raw.obj new file mode 100644 index 0000000..3b9d091 --- /dev/null +++ b/libraries/openjpeg-libsl/Release/raw.obj | |||
Binary files differ | |||
diff --git a/libraries/openjpeg-libsl/Release/t1.obj b/libraries/openjpeg-libsl/Release/t1.obj new file mode 100644 index 0000000..0003ce9 --- /dev/null +++ b/libraries/openjpeg-libsl/Release/t1.obj | |||
Binary files differ | |||
diff --git a/libraries/openjpeg-libsl/Release/t2.obj b/libraries/openjpeg-libsl/Release/t2.obj new file mode 100644 index 0000000..86c0b82 --- /dev/null +++ b/libraries/openjpeg-libsl/Release/t2.obj | |||
Binary files differ | |||
diff --git a/libraries/openjpeg-libsl/Release/tcd.obj b/libraries/openjpeg-libsl/Release/tcd.obj new file mode 100644 index 0000000..642051e --- /dev/null +++ b/libraries/openjpeg-libsl/Release/tcd.obj | |||
Binary files differ | |||
diff --git a/libraries/openjpeg-libsl/Release/tgt.obj b/libraries/openjpeg-libsl/Release/tgt.obj new file mode 100644 index 0000000..562fe9c --- /dev/null +++ b/libraries/openjpeg-libsl/Release/tgt.obj | |||
Binary files differ | |||
diff --git a/libraries/openjpeg-libsl/Release/vc80.idb b/libraries/openjpeg-libsl/Release/vc80.idb new file mode 100644 index 0000000..ef55aba --- /dev/null +++ b/libraries/openjpeg-libsl/Release/vc80.idb | |||
Binary files differ | |||
diff --git a/libraries/openjpeg-libsl/Resource.h b/libraries/openjpeg-libsl/Resource.h new file mode 100644 index 0000000..08177e5 --- /dev/null +++ b/libraries/openjpeg-libsl/Resource.h | |||
@@ -0,0 +1,17 @@ | |||
1 | //{{NO_DEPENDENCIES}} | ||
2 | // Microsoft Visual C++ generated include file. | ||
3 | // Used by foob.rc | ||
4 | // | ||
5 | |||
6 | #define IDS_APP_TITLE 103 | ||
7 | |||
8 | // Next default values for new objects | ||
9 | // | ||
10 | #ifdef APSTUDIO_INVOKED | ||
11 | #ifndef APSTUDIO_READONLY_SYMBOLS | ||
12 | #define _APS_NEXT_RESOURCE_VALUE 101 | ||
13 | #define _APS_NEXT_COMMAND_VALUE 40001 | ||
14 | #define _APS_NEXT_CONTROL_VALUE 1000 | ||
15 | #define _APS_NEXT_SYMED_VALUE 101 | ||
16 | #endif | ||
17 | #endif | ||
diff --git a/libraries/openjpeg-libsl/license.txt b/libraries/openjpeg-libsl/license.txt new file mode 100644 index 0000000..518281c --- /dev/null +++ b/libraries/openjpeg-libsl/license.txt | |||
@@ -0,0 +1 @@ | |||
/* * Copyright (c) 2002-2007, Communications and Remote Sensing Laboratory, Universite catholique de Louvain (UCL), Belgium * Copyright (c) 2002-2007, Professor Benoit Macq * Copyright (c) 2001-2003, David Janssens * Copyright (c) 2002-2003, Yannick Verschueren * Copyright (c) 2003-2007, Francois-Olivier Devaux and Antonin Descampe * Copyright (c) 2005, Herve Drolon, FreeImage Team * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS `AS IS' * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. */ \ No newline at end of file | |||