src/strip.vala
[app.mailtrimmer] / config1.builder
1 [
2     {
3         "name" : "standard",
4         "compile_flags" : "",
5         "execute_args" : "",
6         "target_bin" : "/temp/strip",
7         "sources" : [
8             "/src/strip.vala"
9         ],
10         "packages" : [
11         ]
12     },
13     {
14         "name" : "_default_",
15         "compile_flags" : "",
16         "execute_args" : "",
17         "target_bin" : "",
18         "sources" : [
19             "/src",
20             "/vapi"
21         ],
22         "packages" : [
23             "gio-2.0",
24             "gmime-2.6",
25             "posix",
26             "mysql"
27         ]
28     }
29 ]