]> git.saurik.com Git - wxWidgets.git/blobdiff - setup/shared/sharedLinux
TreeCtrl indentation and spacing
[wxWidgets.git] / setup / shared / sharedLinux
index c274903db127ddd9df705091b04f8423edf9d049..c852f2ad6d9206ab5d1b82e85dec8be7e783d55a 100755 (executable)
@@ -17,7 +17,7 @@ LIBRARY_FILE=$LIBRARY_BASE.$LIBRARY_MAJOR.$LIBRARY_MINOR
 
 echo "Creating shared library: $LIBRARY_FILE"
 
-case $COMPILER in gcc*|*gcc)
+case $COMPILER in gcc*|*gcc|egcs)
   $COMPILER -shared -Wl,-soname,$LIBRARY_NAME.$LIBRARY_MAJOR -o $LIBRARY_FILE $LIBRARY_OBJS
   ;;
 *)