]> git.donarmstrong.com Git - lilypond.git/commit
* lily/main.cc (setup_paths)[!__MINGW32__]: Bugfix: if argv0 is
authorjanneke <janneke>
Wed, 2 Nov 2005 01:47:45 +0000 (01:47 +0000)
committerjanneke <janneke>
Wed, 2 Nov 2005 01:47:45 +0000 (01:47 +0000)
commit07d465d6ad8fd94db19af917ccba825f9394d435
tree46762dda43bd09e0dc698850317195e505d82bbf
parentf608f42f30b7cecb96dfb6d304c179714ec37815
* 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