From 387d5065905dfdebfa3878211e228c9503447df9 Mon Sep 17 00:00:00 2001 From: Jeff Ames Date: Thu, 1 May 2008 15:26:13 +0000 Subject: Add prebuild stuff to LaunchSLClient. Moving LaunchSLClient source files so build works (1/2) --- OpenSim/Tools/LaunchSLClient/runprebuild.sh | 5 +++++ 1 file changed, 5 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..4fa418b --- /dev/null +++ b/OpenSim/Tools/LaunchSLClient/runprebuild.sh @@ -0,0 +1,5 @@ +#!/bin/sh + +mono ../../../bin/Prebuild.exe /target nant +mono ../../../bin/Prebuild.exe /target monodev +mono ../../../bin/Prebuild.exe /target vs2005 -- cgit v1.1