This commit is contained in:
Branimir Karadžić
2017-05-30 23:49:13 -07:00
parent 8aa70cc91e
commit 41da51d3e6
11 changed files with 6 additions and 251 deletions

View File

@@ -75,20 +75,6 @@ project "bx.test"
"-shared",
}
configuration { "nacl or nacl-arm" }
targetextension ".nexe"
links {
"ppapi",
"pthread",
}
configuration { "pnacl" }
targetextension ".pexe"
links {
"ppapi",
"pthread",
}
configuration { "linux-*" }
links {
"pthread",
@@ -134,20 +120,6 @@ project "bx.bench"
"-shared",
}
configuration { "nacl or nacl-arm" }
targetextension ".nexe"
links {
"ppapi",
"pthread",
}
configuration { "pnacl" }
targetextension ".pexe"
links {
"ppapi",
"pthread",
}
configuration { "linux-*" }
links {
"pthread",