Added NACL-ARM target.

This commit is contained in:
bkaradzic
2013-01-22 22:25:47 -08:00
parent 800226545b
commit a0bc7e3711
11 changed files with 66 additions and 13 deletions

View File

@@ -20,8 +20,13 @@ project "example-07-callback"
"bgfx",
}
configuration { "nacl" }
configuration { "nacl or nacl-arm or pnacl" }
targetextension ".nexe"
links {
"ppapi",
"ppapi_gles2",
"pthread",
}
configuration { "nacl", "Release" }
postbuildcommands {