This website requires JavaScript.
Explore
Help
Register
Sign In
cheng
/
wxWidgets
Watch
1
Star
0
Fork
0
You've already forked wxWidgets
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
7b65ea1af9
wxWidgets
/
utils
/
wxPython
/
buildall
12 lines
104 B
Plaintext
Raw
Normal View
History
Unescape
Escape
added font encoding support some more demos some contributed items into the library many little tweaks and such git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3844 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
1999-10-06 03:03:36 -04:00
#!/bin/bash
cd src
build $*
more tweaks and fixes git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3860 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
1999-10-06 19:49:48 -04:00
if [ "$?" != "0" ]; then
added font encoding support some more demos some contributed items into the library many little tweaks and such git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3844 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
1999-10-06 03:03:36 -04:00
exit 1
fi
cd ../modules
buildall.py $*
cd ..
Reference in New Issue
Copy Permalink