Bug 454376 add -lCrun -lCstd for Solaris OS_LIBS, r=bsmedberg
[wine-gecko.git] / build / unix / run-third.sh
blob6b98a55e96453fe366e022d1c54c84b1a0c96011
1 #!/bin/sh
3 LD_LIBRARY_PATH=.
4 export LD_LIBRARY_PATH
6 PROG=mozilla-bin
7 PLIBS="-L."
9 TOOL=third
11 for l in ./*.so components/*.so; do
12 PLIBS="$PLIBS -incobj $l"
13 done
15 $ECHO atom $PROG -tool $TOOL -env threads -g -all $PLIBS -toolargs="-leaks all -before NS_ShutdownXPCOM"
17 cd components && (
18 for f in lib*.so; do
19 mv ../$f.$PROG.$TOOL.threads .
20 done