diff options
Diffstat (limited to 'runprebuild.sh')
-rwxr-xr-x | runprebuild.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/runprebuild.sh b/runprebuild.sh index 3e1417a..b3b5c9d 100755 --- a/runprebuild.sh +++ b/runprebuild.sh | |||
@@ -1,7 +1,4 @@ | |||
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 | ||
6 | mono bin/Prebuild.exe /target monodev | ||
7 | mono bin/Prebuild.exe /target vs2008 | 4 | mono bin/Prebuild.exe /target vs2008 |