mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 14:16:07 +08:00
add clean task to reuprebuild.sh
./runprebuild.sh clean to clean up the project files
This commit is contained in:
@@ -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