misc; modified all project (.epj) files to have the appropriate fast math option...
[sdk] / deps / jpeg-6b / 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             "./jchuff.h",
36             "./jconfig.h",
37             "./jdct.h",
38             "./jdhuff.h",
39             "./jerror.h",
40             "./jinclude.h",
41             "./jmemsys.h",
42             "./jmorecfg.h",
43             "./jpegint.h",
44             "./jpeglib.h",
45             "./jversion.h",
46             "./transupp.h"
47          ]
48       },
49       "jcapimin.c",
50       "jcapistd.c",
51       "jccoefct.c",
52       "jccolor.c",
53       "jcdctmgr.c",
54       "jchuff.c",
55       "jcinit.c",
56       "jcmainct.c",
57       "jcmarker.c",
58       "jcmaster.c",
59       "jcomapi.c",
60       "jcparam.c",
61       "jcphuff.c",
62       "jcprepct.c",
63       "jcsample.c",
64       "jctrans.c",
65       "jdapimin.c",
66       "jdapistd.c",
67       "jdatadst.c",
68       "jdatasrc.c",
69       "jdcoefct.c",
70       "jdcolor.c",
71       "jddctmgr.c",
72       "jdhuff.c",
73       "jdinput.c",
74       "jdmainct.c",
75       "jdmarker.c",
76       "jdmaster.c",
77       "jdmerge.c",
78       "jdphuff.c",
79       "jdpostct.c",
80       "jdsample.c",
81       "jdtrans.c",
82       "jerror.c",
83       "jfdctflt.c",
84       "jfdctfst.c",
85       "jfdctint.c",
86       "jidctflt.c",
87       "jidctfst.c",
88       "jidctint.c",
89       "jidctred.c",
90       "jmemansi.c",
91       "jmemmgr.c",
92       "jmemname.c",
93       "jmemnobs.c",
94       "jquant1.c",
95       "jquant2.c",
96       "jutils.c",
97       "transupp.c"
98    ],
99    "ResourcesPath" : "",
100    "Resources" : [
101
102    ]
103 }