repo.or.cz
/
wine-gecko.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Bug 454376 add -lCrun -lCstd for Solaris OS_LIBS, r=bsmedberg
[wine-gecko.git]
/
build
/
unix
/
run-gprof.sh
blob
ae7c49d39d638e8b5fb175f7bffe98a3a60315c5
1
#!/bin/sh
2
3
LD_LIBRARY_PATH
=
.
4
export
LD_LIBRARY_PATH
5
6
PROG
=
mozilla-bin
7
PLIBS
=
""
8
9
for
l
in
*
.so components
/*
.so
;
do
10
PLIBS
=
"
$PLIBS
-incobj
$l
"
11
done
12
13
$ECHO
/
bin
/
gprof
-L
.
-Lcomponents -all
$PLIBS $PROG $PROG
.hiout