samples:eC:staticLink: reverted bad replace of ../../../ecere by /sdk/ecere in static...
[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          }
22       },
23       {
24          "Name" : "Release",
25          "Options" : {
26             "Debug" : false,
27             "MemoryGuard" : true,
28             "NoLineNumbers" : true,
29             "Optimization" : "Speed"
30          }
31       },
32       {
33          "Name" : "Static",
34          "Options" : {
35             "NoLineNumbers" : true,
36             "Optimization" : "Size",
37             "PreprocessorDefinitions" : [
38                "ECERE_STATIC"
39             ],
40             "ObjectsDirectory" : "",
41             "Libraries" : [
42                "ecereVanilla"
43             ],
44             "Compress" : true
45          },
46          "Platforms" : [
47             {
48                "Name" : "win32",
49                "Options" : {
50                   "Libraries" : [
51                      "kernel32",
52                      "user32",
53                      "gdi32",
54                      "winmm",
55                      "mpr",
56                      "imm32",
57                      "z"
58                   ],
59                   "LibraryDirs" : [
60                      "../../deps/zlib/obj/release.$(PLATFORM)"
61                   ]
62                }
63             }
64          ]
65       }
66    ],
67    "Files" : [
68       "staticLink.ec"
69    ],
70    "ResourcesPath" : "",
71    "Resources" : [
72       {
73          "Folder" : "ecere",
74          "Files" : [
75             {
76                "Folder" : "actions",
77                "Files" : [
78                   "../../../ecere/res/vanilla/ecere/actions/folderNew.png",
79                   "../../../ecere/res/vanilla/ecere/actions/goUp.png"
80                ]
81             },
82             {
83                "Folder" : "devices",
84                "Files" : [
85                   "../../../ecere/res/vanilla/ecere/devices/computer.png",
86                   "../../../ecere/res/vanilla/ecere/devices/driveHardDisk.png",
87                   "../../../ecere/res/vanilla/ecere/devices/driveRemovableMedia.png",
88                   "../../../ecere/res/vanilla/ecere/devices/mediaFloppy.png",
89                   "../../../ecere/res/vanilla/ecere/devices/mediaOptical.png"
90                ]
91             },
92             {
93                "Folder" : "elements",
94                "Files" : [
95                   "../../../ecere/res/vanilla/ecere/elements/areaClose.png",
96                   "../../../ecere/res/vanilla/ecere/elements/areaMaximize.png",
97                   "../../../ecere/res/vanilla/ecere/elements/areaMinimize.png",
98                   "../../../ecere/res/vanilla/ecere/elements/areaRestore.png",
99                   "../../../ecere/res/vanilla/ecere/elements/arrowDown.png",
100                   "../../../ecere/res/vanilla/ecere/elements/arrowLeft.png",
101                   "../../../ecere/res/vanilla/ecere/elements/arrowRight.png",
102                   "../../../ecere/res/vanilla/ecere/elements/arrowUp.png",
103                   "../../../ecere/res/vanilla/ecere/elements/optionBoxDisabledSelected.png",
104                   "../../../ecere/res/vanilla/ecere/elements/optionBoxDown.png",
105                   "../../../ecere/res/vanilla/ecere/elements/optionBoxSelected.png",
106                   "../../../ecere/res/vanilla/ecere/elements/optionBoxSelectedDown.png",
107                   "../../../ecere/res/vanilla/ecere/elements/optionBoxUp.png"
108                ]
109             },
110             {
111                "Folder" : "mimeTypes",
112                "Files" : [
113                   "../../../ecere/res/vanilla/ecere/mimeTypes/file.png"
114                ]
115             },
116             {
117                "Folder" : "places",
118                "Files" : [
119                   "../../../ecere/res/vanilla/ecere/places/driveRemote.png",
120                   "../../../ecere/res/vanilla/ecere/places/folder.png",
121                   "../../../ecere/res/vanilla/ecere/places/folderRemote.png",
122                   "../../../ecere/res/vanilla/ecere/places/networkServer.png",
123                   "../../../ecere/res/vanilla/ecere/places/networkWorkgroup.png"
124                ]
125             },
126             {
127                "Folder" : "status",
128                "Files" : [
129                   "../../../ecere/res/vanilla/ecere/status/folderOpen.png"
130                ]
131             }
132          ],
133          "Options" : {
134             "ExcludeFromBuild" : true
135          },
136          "Configurations" : [
137             {
138                "Name" : "Static",
139                "Options" : {
140                   "ExcludeFromBuild" : false
141                }
142             }
143          ]
144       }
145    ]
146 }