Dalibor Topic wrote:
> hi all,
>
> attached are the two remaining makefile fixes for cygwin, that work
> around the problem that the path separator on windows is different from
> the path separator used on linux, so that a bootclasspath of
> ../lib:../lib/glibj.zip for javac results in a build failure on Cygwin.
Checked in with the following ChangeLog:
2007-09-12 Dalibor Topic <[EMAIL PROTECTED]>
* examples/Makefile.am, tools/Makefile.am
(GLIBJ_CLASSPATH): Removed unnecessary paths to avoid
using unix path separators on windows.
(JCOMPILER) Don't add '.' to classpath for javac.
Fixes the build on Cygwin.
cheers,
dalibor topic