From 79209c429705beb57ad9b787718856ab2c9fd37c Mon Sep 17 00:00:00 2001 From: Jeff Ames Date: Mon, 17 Mar 2008 20:55:21 +0000 Subject: Merged changes in Prebuild trunk up to r258 into OpenSim's Prebuild. Hopefully this should make merging upstream easier. Building with NAnt should still work, but Visual Studio is untested. --- Prebuild/scripts/Clean.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 Prebuild/scripts/Clean.sh (limited to 'Prebuild/scripts/Clean.sh') diff --git a/Prebuild/scripts/Clean.sh b/Prebuild/scripts/Clean.sh new file mode 100755 index 0000000..b0a6530 --- /dev/null +++ b/Prebuild/scripts/Clean.sh @@ -0,0 +1,4 @@ +#!/bin/sh + +./prebuild /clean /removedir obj /file ../prebuild.xml /pause +rm -rf ../Makefile -- cgit v1.1