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