aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/BuildIt.sh
diff options
context:
space:
mode:
authoronefang2021-09-02 17:03:59 +1000
committeronefang2021-09-02 17:03:59 +1000
commit905b9c1889df68fec7dff7e4d8004f0cb58b9fec (patch)
treec7da2f3061af916911195d4a00de46df49e27bff /BuildIt.sh
parentClean out excess pdb file. (diff)
downloadopensim-SC-905b9c1889df68fec7dff7e4d8004f0cb58b9fec.zip
opensim-SC-905b9c1889df68fec7dff7e4d8004f0cb58b9fec.tar.gz
opensim-SC-905b9c1889df68fec7dff7e4d8004f0cb58b9fec.tar.bz2
opensim-SC-905b9c1889df68fec7dff7e4d8004f0cb58b9fec.tar.xz
Properly clean OpenSim before beuilding it.
Diffstat (limited to '')
-rwxr-xr-xBuildIt.sh7
1 files changed, 1 insertions, 6 deletions
diff --git a/BuildIt.sh b/BuildIt.sh
index 2046ac9..aff3b70 100755
--- a/BuildIt.sh
+++ b/BuildIt.sh
@@ -13,12 +13,7 @@
13#rm -rf addon-modules/Gloebit/GloebitMoneyModule 13#rm -rf addon-modules/Gloebit/GloebitMoneyModule
14#cp -r git-sub-modules/opensim-moneymodule-gloebit/addon-modules/Gloebit/GloebitMoneyModule addon-modules/Gloebit/ 14#cp -r git-sub-modules/opensim-moneymodule-gloebit/addon-modules/Gloebit/GloebitMoneyModule addon-modules/Gloebit/
15 15
16./runprebuild.sh autoclean 16./CleanMe.sh
17# Clean the stuff autoclean forgets to clean. I feel so dirty.
18find -name obj -type d -print | xargs /bin/rm -fr
19# Clean the stuff the tests created.
20rm -fr bin/ScriptEngines
21rm Test*.txt
22./runprebuild.sh vs2015 17./runprebuild.sh vs2015
23 18
24# Prebuild converts Microsoft.CSharp.targets to Microsoft.CSHARP.Targets, which case sensitive file systems fail to find. 19# Prebuild converts Microsoft.CSharp.targets to Microsoft.CSHARP.Targets, which case sensitive file systems fail to find.