mirror of
https://github.com/opensim/opensim.git
synced 2026-05-15 03:15:41 +08:00
8 lines
290 B
Bash
Executable File
8 lines
290 B
Bash
Executable File
#!/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 monodev
|
|
mono bin/Prebuild.exe /target vs2008
|