From: Jan Nieuwenhuizen Date: Thu, 30 Mar 2000 10:34:49 +0000 (+0200) Subject: patch::: 1.3.40.jcn4 X-Git-Tag: release/1.3.41~1 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=270fb527a16022d1fa80861d4124b5378781620d;p=lilypond.git patch::: 1.3.40.jcn4 1.3.40.jcn4 =========== * More windows distribution changes: --- diff --git a/CHANGES b/CHANGES index 02b5243350..4602714b1a 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,8 @@ +1.3.40.jcn4 +=========== + +* More windows distribution changes: + 1.3.40.jcn3 =========== diff --git a/VERSION b/VERSION index 8360cb4bee..94147ca39b 100644 --- a/VERSION +++ b/VERSION @@ -2,7 +2,7 @@ PACKAGE_NAME=LilyPond MAJOR_VERSION=1 MINOR_VERSION=3 PATCH_LEVEL=40 -MY_PATCH_LEVEL=jcn3 +MY_PATCH_LEVEL=jcn4 # use the above to send patches: MY_PATCH_LEVEL is always empty for a # released version. diff --git a/buildscripts/make-cygwin-cross.sh b/buildscripts/make-cygwin-cross.sh index e6277959e0..aebce867e7 100644 --- a/buildscripts/make-cygwin-cross.sh +++ b/buildscripts/make-cygwin-cross.sh @@ -407,6 +407,7 @@ done cd $NATIVE_PREFIX/src/redhat/BUILD +mkdir -p $distdir rm -f $distdir/$CYGWIN_DLL.gz cd $distdir && cp -f $PREFIX/bin/$CYGWIN_DLL . && gzip -f $CYGWIN_DLL @@ -487,3 +488,8 @@ done rm -f $www/setup.zip cd $www && zip setup.zip lily-w32 $distbase/* $dist_rpms + +mkdir -p zip +for i in guile-1 rpm lilypond; do + +done