]>
git.saurik.com Git - wxWidgets.git/blob - wxPython/wxSWIG/Runtime/make.sh
   4    if [ "`echo -n`" = "-n" ]; then 
  11 # Script that attempts to produce different run-time libraries 
  13 TARGET
='perl_lib perl_shared py_lib py_shared tcl_lib tcl_shared tcl8_lib tcl8_shared' 
  15 echo "Building the SWIG runtime libraries..." 
  17 echo "*** Note : Some builds may fail due to uninstalled packages or" 
  18 echo "unsupported features such as dynamic loading (don't panic)." 
  21 for i 
in ${TARGET}; do  
  22 necho 
"    Building ${i}";  
  23 if make ${i} >/dev
/null 
2>&1; then  
  24 # See if SWIG generated any errors at all 
  27     echo " ....... failed.";