]> git.donarmstrong.com Git - lilypond.git/commit
* lily/main.cc (setup_paths)[!__MINGW32__]: Bugfix: if argv0 is
authorJan Nieuwenhuizen <janneke@gnu.org>
Wed, 2 Nov 2005 01:47:45 +0000 (01:47 +0000)
committerJan Nieuwenhuizen <janneke@gnu.org>
Wed, 2 Nov 2005 01:47:45 +0000 (01:47 +0000)
commit141066c66766291aa2f77188efd3c442cb77616c
tree46762dda43bd09e0dc698850317195e505d82bbf
parent7bd94ae712e871613a39092e275005a73c11a27c
* lily/main.cc (setup_paths)[!__MINGW32__]: Bugfix: if argv0 is
not absolute, make it absolute using PATH.

* python/midi.c (initmidi): Fix type for mingw.

* stepmake/stepmake/compile-vars.make (SHARED_FLAGS): Support mingw.

* stepmake/stepmake/generic-vars.make (MINGW_BUILD): Detect mingw
cross compiling.

* stepmake/aclocal.m4: Support python cross compiling.

* stepmake/stepmake/python-module-vars.make (SHARED_MODULE_SUFFIX):
Add mingw section.
12 files changed:
ChangeLog
GNUmakefile.in
VERSION
configure.in
lily/main.cc
python/GNUmakefile
python/midi.c
stepmake/aclocal.m4
stepmake/stepmake/compile-vars.make
stepmake/stepmake/generic-vars.make
stepmake/stepmake/python-module-vars.make
stepmake/stepmake/shared-library-vars.make