[btls] Remove create-object-library.sh script which is no longer used. (#5232)
[mono-project.git] / packaging / Windows / mono-MDK-windows-x64
blob59dfa0036cebdf46eadc32057624d3060b404211
1 #!/bin/bash -xe
2 COMPONENTS="mono64 managed-components"
3 for i in ${COMPONENTS}
4 do defs/$i prerequisites
5 done
6 COMPONENTS="managed-components"
7 defs/mono64 download
8 defs/managed-components download "${mdk}"
9 COMPONENTS="mono64 managed-components"
10 for i in ${COMPONENTS}
11 do defs/$i clean
12 defs/$i build
13 defs/$i install "x64"
14 done
15 resources/build64.bat