misc; modified all project (.epj) files to have the appropriate fast math option...
[sdk] / samples / eC / staticLink / staticLink.epj
1 {
2    "Version" : 0.2,
3    "ModuleName" : "staticLink",
4    "Options" : {
5       "Warnings" : "All",
6       "TargetType" : "Executable",
7       "TargetFileName" : "staticLink",
8       "Libraries" : [
9          "ecere"
10       ]
11    },
12    "Configurations" : [
13       {
14          "Name" : "Debug",
15          "Options" : {
16             "Debug" : true,
17             "Optimization" : "None",
18             "PreprocessorDefinitions" : [
19                "_DEBUG"
20             ],
21             "FastMath" : false
22          }
23       },
24       {
25          "Name" : "Release",
26          "Options" : {
27             "Debug" : false,
28             "MemoryGuard" : true,
29             "NoLineNumbers" : true,
30             "Optimization" : "Speed",
31             "FastMath" : true
32          }
33       },
34       {
35          "Name" : "Static",
36          "Options" : {
37             "NoLineNumbers" : true,
38             "Optimization" : "Size",
39             "PreprocessorDefinitions" : [
40                "ECERE_STATIC"
41             ],
42             "ObjectsDirectory" : "",
43             "Libraries" : [
44                "ecereVanilla"
45             ],
46             "Compress" : true,
47             "FastMath" : false
48          },
49          "Platforms" : [
50             {
51                "Name" : "win32",
52                "Options" : {
53                   "Libraries" : [
54                      "kernel32",
55                      "user32",
56                      "gdi32",
57                      "winmm",
58                      "mpr",
59                      "imm32",
60                      "z"
61                   ],
62                   "LibraryDirs" : [
63                      "../../deps/zlib/obj/release.$(PLATFORM)"
64                   ]
65                }
66             }
67          ]
68       }
69    ],
70    "Files" : [
71       "staticLink.ec"
72    ],
73    "ResourcesPath" : "",
74    "Resources" : [
75       {
76          "Folder" : "ecere",
77          "Files" : [
78             {
79                "Folder" : "actions",
80                "Files" : [
81                   "../../../ecere/res/vanilla/ecere/actions/folderNew.png",
82                   "../../../ecere/res/vanilla/ecere/actions/goUp.png"
83                ]
84             },
85             {
86                "Folder" : "devices",
87                "Files" : [
88                   "../../../ecere/res/vanilla/ecere/devices/computer.png",
89                   "../../../ecere/res/vanilla/ecere/devices/driveHardDisk.png",
90                   "../../../ecere/res/vanilla/ecere/devices/driveRemovableMedia.png",
91                   "../../../ecere/res/vanilla/ecere/devices/mediaFloppy.png",
92                   "../../../ecere/res/vanilla/ecere/devices/mediaOptical.png"
93                ]
94             },
95             {
96                "Folder" : "elements",
97                "Files" : [
98                   "../../../ecere/res/vanilla/ecere/elements/areaClose.png",
99                   "../../../ecere/res/vanilla/ecere/elements/areaMaximize.png",
100                   "../../../ecere/res/vanilla/ecere/elements/areaMinimize.png",
101                   "../../../ecere/res/vanilla/ecere/elements/areaRestore.png",
102                   "../../../ecere/res/vanilla/ecere/elements/arrowDown.png",
103                   "../../../ecere/res/vanilla/ecere/elements/arrowLeft.png",
104                   "../../../ecere/res/vanilla/ecere/elements/arrowRight.png",
105                   "../../../ecere/res/vanilla/ecere/elements/arrowUp.png",
106                   "../../../ecere/res/vanilla/ecere/elements/optionBoxDisabledSelected.png",
107                   "../../../ecere/res/vanilla/ecere/elements/optionBoxDown.png",
108                   "../../../ecere/res/vanilla/ecere/elements/optionBoxSelected.png",
109                   "../../../ecere/res/vanilla/ecere/elements/optionBoxSelectedDown.png",
110                   "../../../ecere/res/vanilla/ecere/elements/optionBoxUp.png"
111                ]
112             },
113             {
114                "Folder" : "mimeTypes",
115                "Files" : [
116                   "../../../ecere/res/vanilla/ecere/mimeTypes/file.png"
117                ]
118             },
119             {
120                "Folder" : "places",
121                "Files" : [
122                   "../../../ecere/res/vanilla/ecere/places/driveRemote.png",
123                   "../../../ecere/res/vanilla/ecere/places/folder.png",
124                   "../../../ecere/res/vanilla/ecere/places/folderRemote.png",
125                   "../../../ecere/res/vanilla/ecere/places/networkServer.png",
126                   "../../../ecere/res/vanilla/ecere/places/networkWorkgroup.png"
127                ]
128             },
129             {
130                "Folder" : "status",
131                "Files" : [
132                   "../../../ecere/res/vanilla/ecere/status/folderOpen.png"
133                ]
134             }
135          ],
136          "Options" : {
137             "ExcludeFromBuild" : true
138          },
139          "Configurations" : [
140             {
141                "Name" : "Static",
142                "Options" : {
143                   "ExcludeFromBuild" : false
144                }
145             }
146          ]
147       }
148    ]
149 }