use GNU/Makefile
This commit is contained in:
parent
8fccac76ea
commit
e12992f403
1 changed files with 0 additions and 22 deletions
22
build.sh
22
build.sh
|
|
@ -1,22 +0,0 @@
|
|||
#!/bin/sh
|
||||
PRJS="YavscLib/YavscLib ZicMoove/ZicMoove/ZicMoove ZicMoove/ZicMoove.Droid/ZicMoove.Droid"
|
||||
MSB=msbuild.exe
|
||||
|
||||
if [ "clean" = "$1" ]; then
|
||||
echo \< $1
|
||||
rm -rf YavscLib/YavscLib/obj ZicMoove/*/obj
|
||||
fi
|
||||
|
||||
for p in $PRJS
|
||||
do
|
||||
|
||||
nuget restore $p.csproj -PackagesDirectory packages
|
||||
|
||||
done
|
||||
|
||||
$MSB /t:UpdateAndroidResources /p:Configuration=Debug ZicMoove/ZicMoove.Droid/ZicMoove.Droid.csproj
|
||||
|
||||
for p in $PRJS
|
||||
do
|
||||
$MSB /t:Build /p:Configuration=Debug $p.csproj
|
||||
done
|
||||
Loading…
Add table
Add a link
Reference in a new issue