pcsx2/plugins/FWnull/build.sh

17 lines
221 B
Bash

#!/bin/sh
echo ---------------
echo Building FWnull
echo ---------------
curdir=`pwd`
cd ${curdir}/Linux
make clean
make $@
if [ -s cfgFWnull ] && [ -s libFWnull.so ]
then
cp cfgFWnull libFWnull.so ${PCSX2PLUGINS}
fi