deps/jpeg-9a: Removed non-existing files from project
[sdk] / deps / jpeg-9a / jpeg.epj
1 {
2    "Version" : 0.2,
3    "ModuleName" : "libjpeg",
4    "Options" : {
5       "TargetType" : "StaticLibrary",
6       "TargetFileName" : "jpeg"
7    },
8    "Configurations" : [
9       {
10          "Name" : "Debug",
11          "Options" : {
12             "Warnings" : "All",
13             "Debug" : true,
14             "Optimization" : "None",
15             "PreprocessorDefinitions" : [
16                "_DEBUG"
17             ],
18             "FastMath" : false
19          }
20       },
21       {
22          "Name" : "Release",
23          "Options" : {
24             "Warnings" : "None",
25             "Optimization" : "Speed",
26             "FastMath" : true
27          }
28       }
29    ],
30    "Files" : [
31       {
32          "Folder" : "headers",
33          "Files" : [
34             "./cderror.h",
35             "./jconfig.h",
36             "./jdct.h",
37             "./jerror.h",
38             "./jinclude.h",
39             "./jmemsys.h",
40             "./jmorecfg.h",
41             "./jpegint.h",
42             "./jpeglib.h",
43             "./jversion.h",
44             "./transupp.h"
45          ]
46       },
47       "jcapimin.c",
48       "jcapistd.c",
49       "jccoefct.c",
50       "jccolor.c",
51       "jcdctmgr.c",
52       "jchuff.c",
53       "jcinit.c",
54       "jcmainct.c",
55       "jcmarker.c",
56       "jcmaster.c",
57       "jcomapi.c",
58       "jcparam.c",
59       "jcprepct.c",
60       "jcsample.c",
61       "jctrans.c",
62       "jdapimin.c",
63       "jdapistd.c",
64       "jdatadst.c",
65       "jdatasrc.c",
66       "jdcoefct.c",
67       "jdcolor.c",
68       "jddctmgr.c",
69       "jdhuff.c",
70       "jdinput.c",
71       "jdmainct.c",
72       "jdmarker.c",
73       "jdmaster.c",
74       "jdmerge.c",
75       "jdpostct.c",
76       "jdsample.c",
77       "jdtrans.c",
78       "jerror.c",
79       "jfdctflt.c",
80       "jfdctfst.c",
81       "jfdctint.c",
82       "jidctflt.c",
83       "jidctfst.c",
84       "jidctint.c",
85       "jquant1.c",
86       "jquant2.c",
87       "jutils.c",
88       "jaricom.c",
89       "jcarith.c",
90       "jdarith.c",
91       "jmemmgr.c",
92       "jmemnobs.c",
93       "transupp.c"
94    ],
95    "ResourcesPath" : "",
96    "Resources" : [
97
98    ]
99 }