diff options
author | Jeff Ames | 2008-02-15 02:37:05 +0000 |
---|---|---|
committer | Jeff Ames | 2008-02-15 02:37:05 +0000 |
commit | b5a9592cc1214b9bee1a69c20cd9ebe5983a396c (patch) | |
tree | 96a9796e9c96c33dd459f3489511295f85cb80ca /OpenSim/Tools/LaunchSLClient/runprebuild.sh | |
parent | Update svn properties. (diff) | |
download | opensim-SC_OLD-b5a9592cc1214b9bee1a69c20cd9ebe5983a396c.zip opensim-SC_OLD-b5a9592cc1214b9bee1a69c20cd9ebe5983a396c.tar.gz opensim-SC_OLD-b5a9592cc1214b9bee1a69c20cd9ebe5983a396c.tar.bz2 opensim-SC_OLD-b5a9592cc1214b9bee1a69c20cd9ebe5983a396c.tar.xz |
Moved LaunchSLClient build system to Prebuild.
Refactored LaunchSLClient code a bit.
Diffstat (limited to 'OpenSim/Tools/LaunchSLClient/runprebuild.sh')
-rwxr-xr-x | OpenSim/Tools/LaunchSLClient/runprebuild.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/OpenSim/Tools/LaunchSLClient/runprebuild.sh b/OpenSim/Tools/LaunchSLClient/runprebuild.sh new file mode 100755 index 0000000..7215bc5 --- /dev/null +++ b/OpenSim/Tools/LaunchSLClient/runprebuild.sh | |||
@@ -0,0 +1,4 @@ | |||
1 | #!/bin/sh | ||
2 | |||
3 | mono ../../../bin/Prebuild.exe /target nant | ||
4 | mono ../../../bin/Prebuild.exe /target vs2005 | ||