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/makefile.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 Prebuild/scripts/makefile.sh (limited to 'Prebuild/scripts/makefile.sh') diff --git a/Prebuild/scripts/makefile.sh b/Prebuild/scripts/makefile.sh new file mode 100755 index 0000000..2e656cb --- /dev/null +++ b/Prebuild/scripts/makefile.sh @@ -0,0 +1,10 @@ +#!/bin/sh + +./prebuild /target makefile /file ../prebuild.xml /pause + +if [ -f ../Makefile ] +then + rm -rf ../Makefile +fi + +mv ../Prebuild.make ../Makefile -- cgit v1.1