Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHib Eris <hib@hiberis.nl>2010-06-14 20:22:57 +0400
committerZoltan Varga <vargaz@gmail.com>2011-02-08 17:00:33 +0300
commitf83c5cf581205e285231644e05f8c51ed9be5ad1 (patch)
treec6513a11f78dc95027529c6da81fde30b0a7b610 /build-mingw32.sh
parentd214c8e133bca04ab46c8c4a943cff815ec0c13c (diff)
No longer include glib binaries in build-mingw32.sh builds.
By default, Mono now uses an embedded glib implementation, so there is no need to ship external glib libraries anymore.
Diffstat (limited to 'build-mingw32.sh')
-rwxr-xr-xbuild-mingw32.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/build-mingw32.sh b/build-mingw32.sh
index e05399b2590..e16e95f2637 100755
--- a/build-mingw32.sh
+++ b/build-mingw32.sh
@@ -2,7 +2,6 @@
CURDIR="`pwd`"
MINGW=i386-mingw32msvc
CROSS_DIR=/opt/cross/$MINGW
-COPY_DLLS="libgio*.dll libglib*.dll libgmodule*.dll libgthread*.dll libgobject*.dll"
INSTALL_DESTDIR="$CURDIR/mono-win32"
PROFILES="default net_2_0 net_3_5 net_4_0 moonlight"
TEMPORARY_PKG_CONFIG_DIR=/tmp/$RANDOM-pkg-config-$RANDOM
@@ -126,10 +125,6 @@ function doinstall ()
done
cd "$CURDIR/mono-win32"
- for dll in $COPY_DLLS; do
- cp -ap "$CROSS_DLL_DIR"/$dll "$INSTALL_DESTDIR/$MONO_PREFIX/bin"
- done
-
rm -f "$CURDIR/mono-win32-$MONO_RELEASE".zip
zip -9r "$CURDIR/mono-win32-$MONO_RELEASE".zip .