repo.or.cz
/
nativeclient.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
imcplugin: Add launching sel_ldr
[nativeclient.git]
/
imcplugin
/
make.sh
blob
fb327b4aaec0685b6dae76f67efd9b9708f78e7a
1
#!/bin/bash
2
3
set -e
4
5
gcc $
(
pkg-config xulrunner-plugin
--cflags --libs
)
\
6
-Wall -Wl
,
-z
,
defs
-shared -fPIC
imcplugin
/
imcplugin.c
-o
imcplugin
/
plugin.so