config1.builder
[app.webkitpdf] / config1.builder
1 [
2     {
3         "name" : "NEW GROUP",
4         "compile_flags" : "",
5         "execute_args" : "",
6         "target_bin" : "",
7         "sources" : [
8             "..//app.webkitpdf/webkitpdf.vala",
9             "..//app.webkitpdf/BrowserWindow.vala",
10             "..//app.webkitpdf/Request.vala"
11         ],
12         "packages" : [
13         ]
14     },
15     {
16         "name" : "_default_",
17         "compile_flags" : "",
18         "execute_args" : "",
19         "target_bin" : "",
20         "sources" : [
21             "..//app.webkitpdf"
22         ],
23         "packages" : [
24             "glib-2.0",
25             "webkit-1.0",
26             "gtk+-2.0"
27         ]
28     }
29 ]