diff options
author | onefang | 2019-07-19 09:42:06 +1000 |
---|---|---|
committer | onefang | 2019-07-19 09:42:06 +1000 |
commit | 5192443020db21e59c214180e94a5fce1dae6c37 (patch) | |
tree | d99a65153e81690f1e441f57081ac7a8132df355 /BuildIt.sh | |
parent | OpenSim changed the way FSAssets directory structure works by default, sort t... (diff) | |
download | opensim-SC-5192443020db21e59c214180e94a5fce1dae6c37.zip opensim-SC-5192443020db21e59c214180e94a5fce1dae6c37.tar.gz opensim-SC-5192443020db21e59c214180e94a5fce1dae6c37.tar.bz2 opensim-SC-5192443020db21e59c214180e94a5fce1dae6c37.tar.xz |
Fix up prebuild stuff.
Diffstat (limited to '')
-rwxr-xr-x | BuildIt.sh | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -10,7 +10,10 @@ find -newer lastBuild -name *.pdb -type f -print | xargs /bin/rm -f | |||
10 | sleep 1 | 10 | sleep 1 |
11 | touch lastBuild | 11 | touch lastBuild |
12 | 12 | ||
13 | ./runprebuild.sh | 13 | ./runprebuild.sh vs2010 |
14 | |||
15 | # Prebuild converts Microsoft.CSharp.targets to Microsoft.CSHARP.Targets, which case sensitive file systems fail to find. | ||
16 | find -name *.csproj | xargs sed -i "s@Microsoft.CSHARP.Targets@Microsoft.CSharp.targets@g" | ||
14 | 17 | ||
15 | # Debian no longer provides nant. | 18 | # Debian no longer provides nant. |
16 | #./nant-color | 19 | #./nant-color |