comparison build_release @ 811:b1a09ef90755

Do a clean build of glew from release script
author Michael Pavone <pavone@retrodev.com>
date Sun, 26 Jul 2015 20:48:01 -0700
parents 2dfcd20a00b6
children 574495372d1c
comparison
equal deleted inserted replaced
810:1f75614d7be8 811:b1a09ef90755
17 sdl=`ls lib` 17 sdl=`ls lib`
18 link=`echo $sdl | sed -E 's/(so\.[0-9]*).*/\1/'` 18 link=`echo $sdl | sed -E 's/(so\.[0-9]*).*/\1/'`
19 cd lib 19 cd lib
20 ln -s "$sdl" "$link" 20 ln -s "$sdl" "$link"
21 ln -s "$sdl" libSDL2.so 21 ln -s "$sdl" libSDL2.so
22 cd ..
23 cd glew
24 make clean all
22 cd .. 25 cd ..
23 fi 26 fi
24 27
25 make PORTABLE=1 clean all 28 make PORTABLE=1 clean all
26 if [ $OS = "Windows" ]; then 29 if [ $OS = "Windows" ]; then