From b5a9592cc1214b9bee1a69c20cd9ebe5983a396c Mon Sep 17 00:00:00 2001 From: Jeff Ames Date: Fri, 15 Feb 2008 02:37:05 +0000 Subject: Moved LaunchSLClient build system to Prebuild. Refactored LaunchSLClient code a bit. --- OpenSim/Tools/LaunchSLClient/runprebuild.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 OpenSim/Tools/LaunchSLClient/runprebuild.sh (limited to 'OpenSim/Tools/LaunchSLClient/runprebuild.sh') 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 @@ +#!/bin/sh + +mono ../../../bin/Prebuild.exe /target nant +mono ../../../bin/Prebuild.exe /target vs2005 -- cgit v1.1