Compare commits

...

3 Commits

Author SHA1 Message Date
Dave Murphy
abacc13bf7 update stlink version 2017-08-03 22:05:43 +01:00
Dave Murphy
b509e0fbd4 just copy all the dlls 2017-08-03 18:50:36 +01:00
Dave Murphy
dca15fb6d7 disable git buildscripts 2017-07-15 16:18:52 +01:00

View File

@@ -4,7 +4,7 @@
# devkitPPC release 29-1 # devkitPPC release 29-1
#--------------------------------------------------------------------------------- #---------------------------------------------------------------------------------
if [ 0 -eq 1 ] ; then if [ 1 -eq 1 ] ; then
echo "Currently in release cycle, proceed with caution, do not report problems, do not ask for support." echo "Currently in release cycle, proceed with caution, do not report problems, do not ask for support."
echo "Please use the latest release buildscripts unless advised otherwise by devkitPro staff." echo "Please use the latest release buildscripts unless advised otherwise by devkitPro staff."
echo "http://sourceforge.net/projects/devkitpro/files/buildscripts/" echo "http://sourceforge.net/projects/devkitpro/files/buildscripts/"
@@ -41,7 +41,7 @@ DLDITOOL_VER=1.24.0
MMUTIL_VER=1.8.6 MMUTIL_VER=1.8.6
DFU_UTIL_VER=0.9.1 DFU_UTIL_VER=0.9.1
STLINK_VER=1.2.2 STLINK_VER=1.2.3
GAMECUBE_TOOLS_VER=1.0.1 GAMECUBE_TOOLS_VER=1.0.1
LIBOGC_VER=1.8.16 LIBOGC_VER=1.8.16
@@ -276,13 +276,7 @@ if [ -f $scriptdir/build-tools.sh ]; then . $scriptdir/build-tools.sh || { echo
if [ -f $scriptdir/build-crtls.sh ]; then . $scriptdir/build-crtls.sh || { echo "Error building crtls"; exit 1; }; cd $BUILDSCRIPTDIR; fi if [ -f $scriptdir/build-crtls.sh ]; then . $scriptdir/build-crtls.sh || { echo "Error building crtls"; exit 1; }; cd $BUILDSCRIPTDIR; fi
if [ ! -z $CROSSBUILD ]; then if [ ! -z $CROSSBUILD ]; then
if [ $VERSION -ne 3 ]; then cp -v $CROSSBINPATH/*.dll $CROSSLIBPATH/*.dll $prefix/bin
cp -v $CROSSBINPATH/FreeImage.dll $prefix/bin
fi
if [ $VERSION -eq 1 ]; then
cp -v $CROSSBINPATH/libusb-1.0.dll $prefix/bin
fi
cp -v $CROSSLIBPATH/*.dll $prefix/bin
fi fi
echo "stripping installed binaries" echo "stripping installed binaries"