projects
/
wxWidgets.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Added RTLD_GLOBAL to dlopen() flags which is needed if libraries depend
[wxWidgets.git]
/
utils
/
wxPython
/
buildall
1
#!/bin/bash
2
cd
src
3
python ..
/
distrib
/
build.py $
*
4
if
[
"$?"
!=
"0"
];
then
5
exit
1
6
fi
7
8
cd
..
/
modules
9
python buildall.py $
*
10
cd
..
11