CVSROOT: /cvsroot/lilypond Module name: installers Branch: Changes by: Jan Nieuwenhuizen <[EMAIL PROTECTED]> 05/08/01 20:41:46
Modified files: windows/mknetrel: crossvars windows/lilypad: dialog.c configure.in ChangeLog windows : ChangeLog Log message: * configure.in: Version 0.0.7. * dialog.c (DoSaveFile): Allow files to get shorter: call SetEndOfFile (Heikki Junes).` * mknetrel/crossvars: Detect target used on host. CVSWeb URLs: http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/installers/windows/mknetrel/crossvars.diff?tr1=1.4&tr2=1.5&r1=text&r2=text http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/installers/windows/lilypad/dialog.c.diff?tr1=1.5&tr2=1.6&r1=text&r2=text http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/installers/windows/lilypad/configure.in.diff?tr1=1.8&tr2=1.9&r1=text&r2=text http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/installers/windows/lilypad/ChangeLog.diff?tr1=1.7&tr2=1.8&r1=text&r2=text http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/installers/windows/ChangeLog.diff?tr1=1.35&tr2=1.36&r1=text&r2=text Patches: Index: installers/windows/ChangeLog diff -u installers/windows/ChangeLog:1.35 installers/windows/ChangeLog:1.36 --- installers/windows/ChangeLog:1.35 Thu Jul 28 22:01:51 2005 +++ installers/windows/ChangeLog Mon Aug 1 20:41:46 2005 @@ -1,3 +1,7 @@ +2005-08-01 Jan Nieuwenhuizen <[EMAIL PROTECTED]> + + * mknetrel/crossvars: Detect target used on host. + 2005-07-29 Han-Wen Nienhuys <[EMAIL PROTECTED]> * extra/guile (build_depends): add --without-threads Index: installers/windows/lilypad/ChangeLog diff -u installers/windows/lilypad/ChangeLog:1.7 installers/windows/lilypad/ChangeLog:1.8 --- installers/windows/lilypad/ChangeLog:1.7 Thu Jun 9 20:25:39 2005 +++ installers/windows/lilypad/ChangeLog Mon Aug 1 20:41:46 2005 @@ -1,3 +1,10 @@ +2005-08-01 Jan Nieuwenhuizen <[EMAIL PROTECTED]> + + * configure.in: Version 0.0.7. + + * dialog.c (DoSaveFile): Allow files to get shorter: call + SetEndOfFile (Heikki Junes).` + 2005-06-09 Jan Nieuwenhuizen <[EMAIL PROTECTED]> * configure.in: Version 0.0.6. Index: installers/windows/lilypad/configure.in diff -u installers/windows/lilypad/configure.in:1.8 installers/windows/lilypad/configure.in:1.9 --- installers/windows/lilypad/configure.in:1.8 Fri Jun 10 08:20:19 2005 +++ installers/windows/lilypad/configure.in Mon Aug 1 20:41:46 2005 @@ -3,7 +3,7 @@ m4_define([major_version], [0]) m4_define([minor_version], [0]) -m4_define([patch_level], [6]) +m4_define([patch_level], [7]) m4_define([version], [major_version.minor_version.patch_level]) @@ -38,7 +38,7 @@ MAKE_PROG_RULES="include Makeprog.rules" MAKE_RULES="include Make.rules" INSTALL_PROGRAM='$(TOPSRCDIR)/install-sh' -MKINSTALLDIRS='$(TOPSRCDIR)/mkinstalldirs -m755' +MKINSTALLDIRS='$(TOPSRCDIR)/mkinstalldirs' SET_MAKE= AC_CHECK_PROGS(WINDRES, $target-windres windres, no) Index: installers/windows/lilypad/dialog.c diff -u installers/windows/lilypad/dialog.c:1.5 installers/windows/lilypad/dialog.c:1.6 --- installers/windows/lilypad/dialog.c:1.5 Thu Jun 9 09:11:38 2005 +++ installers/windows/lilypad/dialog.c Mon Aug 1 20:41:46 2005 @@ -163,6 +163,7 @@ else SendMessage(Globals.hEdit, EM_SETMODIFY, FALSE, 0); + SetEndOfFile(hFile); CloseHandle(hFile); HeapFree(GetProcessHeap(), 0, pTemp); } Index: installers/windows/mknetrel/crossvars diff -u installers/windows/mknetrel/crossvars:1.4 installers/windows/mknetrel/crossvars:1.5 --- installers/windows/mknetrel/crossvars:1.4 Thu Jul 28 22:01:52 2005 +++ installers/windows/mknetrel/crossvars Mon Aug 1 20:41:46 2005 @@ -8,7 +8,9 @@ cygwin=cygwin dll_prefix=cyg else - target=i386-mingw32 + for target in i386-mingw32 i586-mingw32msvc; do + type $target-gcc && break + done CYGWIN=MINGW Cygwin=Mingw cygwin=mingw _______________________________________________ Lilypond-cvs mailing list Lilypond-cvs@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-cvs