add a fixup for linux building
parent
73fbacea1f
commit
3aac47f769
|
@ -1,4 +1,6 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
mono bin/Prebuild.exe /target nant
|
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
|
mono bin/Prebuild.exe /target vs2005
|
||||||
|
|
Loading…
Reference in New Issue