From 3aac47f76909013d075a9e3dcf4b8333f92bfc69 Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Mon, 5 Nov 2007 14:31:33 +0000 Subject: add a fixup for linux building --- runprebuild.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/runprebuild.sh b/runprebuild.sh index 5671b82..87ca4d5 100755 --- a/runprebuild.sh +++ b/runprebuild.sh @@ -1,4 +1,6 @@ #!/bin/sh mono bin/Prebuild.exe /target nant +# needed until we break up OpenSim.exe +perl -pi -e 's{OpenSim.dll}{OpenSim.exe}' OpenSim/ApplicationPlugins/LoadRegions/OpenSim.ApplicationPlugins.LoadRegions.dll.build mono bin/Prebuild.exe /target vs2005 -- cgit v1.1