diff options
author | Jeff Ames | 2008-05-01 15:26:13 +0000 |
---|---|---|
committer | Jeff Ames | 2008-05-01 15:26:13 +0000 |
commit | 387d5065905dfdebfa3878211e228c9503447df9 (patch) | |
tree | b9ed1990ecbc38c19b56871ca1877c961c56fef4 /OpenSim/Tools/LaunchSLClient/runprebuild.sh | |
parent | * committing what I've got so far for DuplicateOnRay so I don't fight the con... (diff) | |
download | opensim-SC_OLD-387d5065905dfdebfa3878211e228c9503447df9.zip opensim-SC_OLD-387d5065905dfdebfa3878211e228c9503447df9.tar.gz opensim-SC_OLD-387d5065905dfdebfa3878211e228c9503447df9.tar.bz2 opensim-SC_OLD-387d5065905dfdebfa3878211e228c9503447df9.tar.xz |
Add prebuild stuff to LaunchSLClient. Moving LaunchSLClient source files so build works (1/2)
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 | ||