diff options
Diffstat (limited to 'OpenSim/Tools/LaunchSLClient/runprebuild.sh')
-rwxr-xr-x | OpenSim/Tools/LaunchSLClient/runprebuild.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/OpenSim/Tools/LaunchSLClient/runprebuild.sh b/OpenSim/Tools/LaunchSLClient/runprebuild.sh new file mode 100755 index 0000000..4fa418b --- /dev/null +++ b/OpenSim/Tools/LaunchSLClient/runprebuild.sh | |||
@@ -0,0 +1,5 @@ | |||
1 | #!/bin/sh | ||
2 | |||
3 | mono ../../../bin/Prebuild.exe /target nant | ||
4 | mono ../../../bin/Prebuild.exe /target monodev | ||
5 | mono ../../../bin/Prebuild.exe /target vs2005 | ||