diff options
author | Sean Dague | 2007-11-05 14:31:33 +0000 |
---|---|---|
committer | Sean Dague | 2007-11-05 14:31:33 +0000 |
commit | 3aac47f76909013d075a9e3dcf4b8333f92bfc69 (patch) | |
tree | 47ac3cae703ade7d36835139ff0bc053cac5c841 /runprebuild.sh | |
parent | Started to cleanup/close down childagent connections when a user teleports. ... (diff) | |
download | opensim-SC_OLD-3aac47f76909013d075a9e3dcf4b8333f92bfc69.zip opensim-SC_OLD-3aac47f76909013d075a9e3dcf4b8333f92bfc69.tar.gz opensim-SC_OLD-3aac47f76909013d075a9e3dcf4b8333f92bfc69.tar.bz2 opensim-SC_OLD-3aac47f76909013d075a9e3dcf4b8333f92bfc69.tar.xz |
add a fixup for linux building
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 |