diff options
author | Justin Clark-Casey (justincc) | 2010-09-10 22:38:56 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2010-09-10 22:38:56 +0100 |
commit | 29708e47a56e6935f8965ef43556570bb82b64a9 (patch) | |
tree | 8ba76776609118904f8fd8350cd2f2712eda132c /runprebuild.sh | |
parent | Remove parenthesis around the release flavour to get the version string back ... (diff) | |
parent | Build system upgrade: (diff) | |
download | opensim-SC_OLD-29708e47a56e6935f8965ef43556570bb82b64a9.zip opensim-SC_OLD-29708e47a56e6935f8965ef43556570bb82b64a9.tar.gz opensim-SC_OLD-29708e47a56e6935f8965ef43556570bb82b64a9.tar.bz2 opensim-SC_OLD-29708e47a56e6935f8965ef43556570bb82b64a9.tar.xz |
Merge branch 'prebuild-update'
Diffstat (limited to '')
-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 |