comparison build_release @ 1239:cd9c1acb0053

Remove clean step from SDL and glew dependencies in release_build script. Should not be needed now that each build type will have it's own environment
author Michael Pavone <pavone@retrodev.com>
date Sun, 26 Feb 2017 01:55:34 -0800
parents 8c34d195df01
children c63516b6824a
comparison
equal deleted inserted replaced
1238:8c34d195df01 1239:cd9c1acb0053
7 fi 7 fi
8 8
9 if [ $OS = "Linux" ]; then 9 if [ $OS = "Linux" ]; then
10 cd sdl 10 cd sdl
11 ./configure 11 ./configure
12 make clean all 12 make all
13 cd .. 13 cd ..
14 rm -rf lib 14 rm -rf lib
15 mkdir lib 15 mkdir lib
16 cp sdl/build/.libs/libSDL2-*.so.*.*.* lib 16 cp sdl/build/.libs/libSDL2-*.so.*.*.* lib
17 sdl=`ls lib` 17 sdl=`ls lib`
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 .. 22 cd ..
23 cd glew 23 cd glew
24 make clean all 24 make all
25 cd .. 25 cd ..
26 fi 26 fi
27 27
28 make PORTABLE=1 clean all 28 make PORTABLE=1 clean all
29 make menu.bin 29 make menu.bin