mirror of
git://opensimulator.org/git/opensim
synced 2026-08-14 00:58:07 +00:00
add clean task to reuprebuild.sh
./runprebuild.sh clean to clean up the project files
This commit is contained in:
+16
-2
@@ -1,4 +1,18 @@
|
||||
#!/bin/sh
|
||||
|
||||
mono bin/Prebuild.exe /target nant
|
||||
mono bin/Prebuild.exe /target vs2008
|
||||
case "$1" in
|
||||
|
||||
'clean')
|
||||
|
||||
mono bin/Prebuild.exe /clean
|
||||
|
||||
;;
|
||||
|
||||
*)
|
||||
|
||||
mono bin/Prebuild.exe /target nant
|
||||
mono bin/Prebuild.exe /target vs2008
|
||||
;;
|
||||
|
||||
esac
|
||||
|
||||
|
||||
Reference in New Issue
Block a user