OLD | NEW |
---|---|
(Empty) | |
1 { | |
2 'TOOLS': ['newlib', 'glibc', 'win'], | |
3 'TARGETS': [ | |
4 { | |
5 'NAME' : 'hello_nacl_mounts', | |
6 'TYPE' : 'main', | |
7 'SOURCES' : ['hello_nacl_mounts.c'], | |
8 'LIBS': ['ppapi', 'pthread', 'nacl_mounts'] | |
9 } | |
10 ], | |
11 'DATA': [ | |
12 'example.js' | |
13 ], | |
14 'DEST': 'examples', | |
15 'NAME': 'hello_nacl_mounts', | |
16 'TITLE': 'Hello, Nacl Mounts!', | |
17 } | |
OLD | NEW |