blob: 212740f4ea16703dfe898251188e0708ef6cfc42 [file] [log] [blame]
{
'TOOLS': ['clang-newlib', 'glibc', 'pnacl', 'linux', 'mac'],
'SEL_LDR': True,
'TARGETS': [
{
'NAME' : 'using_ppapi_simple',
'TYPE' : 'main',
'SOURCES' : ['hello_world.c'],
'DEPS': ['ppapi_simple', 'nacl_io'],
'LIBS': ['ppapi_simple', 'nacl_io', 'ppapi', 'pthread']
}
],
'DATA': [
'example.js',
],
'DEST': 'examples/tutorial',
'NAME': 'using_ppapi_simple',
'TITLE': 'Using the ppapi_simple library',
'GROUP': 'Tutorial'
}