diff options
Diffstat (limited to 'runprebuild.sh')
-rwxr-xr-x | runprebuild.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runprebuild.sh b/runprebuild.sh index 5671b82..87ca4d5 100755 --- a/runprebuild.sh +++ b/runprebuild.sh | |||
@@ -1,4 +1,6 @@ | |||
1 | #!/bin/sh | 1 | #!/bin/sh |
2 | 2 | ||
3 | mono bin/Prebuild.exe /target nant | 3 | mono bin/Prebuild.exe /target nant |
4 | # needed until we break up OpenSim.exe | ||
5 | perl -pi -e 's{OpenSim.dll}{OpenSim.exe}' OpenSim/ApplicationPlugins/LoadRegions/OpenSim.ApplicationPlugins.LoadRegions.dll.build | ||
4 | mono bin/Prebuild.exe /target vs2005 | 6 | mono bin/Prebuild.exe /target vs2005 |