[kaffe] javah script?
Benja Fallenstein
b.fallenstein at gmx.de
Fri May 16 07:14:02 PDT 2003
[ I sent the mail below bcc:ing myself but didn't receive a copy--
retrying, sorry if there's a double-post ]
Could a script be added to Kaffe that emulates javah-- in the spirit of
the java and javac scripts? I.e. a kaffe.in about like this:
#! /bin/sh
# Pretend kaffeh is javah
prefix=@prefix@
exec_prefix=@exec_prefix@
exec @bindir@/@kaffe_TRANSF@ -jni ${1+"$@"}
(The "-jni" is default on javah, but a special case on kaffeh.)
- Benja
More information about the kaffe
mailing list