From 543027f3dc3de596225bcac7228814d1aa9c11be Mon Sep 17 00:00:00 2001 From: stevenj Date: Tue, 1 Dec 2009 11:48:34 -0500 Subject: [PATCH] omit .m files from .zip for now darcs-hash:20091201164834-c8de0-4c11b67e034b2509c6e59a4e9a2f34296ffd7feb.gz --- BUILD-MINGW.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BUILD-MINGW.sh b/BUILD-MINGW.sh index 5350072..039e772 100644 --- a/BUILD-MINGW.sh +++ b/BUILD-MINGW.sh @@ -32,5 +32,5 @@ i586-mingw32msvc-gcc --version |head -1 >> README-WINDOWS nlopt_vers=`grep PACKAGE_VERSION config.h |cut -d" " -f3 |tr -d \"` zip=nlopt-${nlopt_vers}-dll.zip rm -f $zip -zip -vj $zip mingw/bin/*.dll mingw/bin/*.exe octave/*.m mingw/nlopt_minimize_constrained.c -zip -vjgl $zip mingw/bin/*.def mingw/include/* README COPYING COPYRIGHT NEWS README-WINDOWS +zip -vj $zip mingw/bin/*.dll mingw/bin/*.exe +zip -vjgl $zip mingw/bin/*.def mingw/include/* README COPYING COPYRIGHT NEWS README-WINDOWS # octave/*.m mingw/nlopt_minimize_constrained.c -- 2.30.2