projects
/
jnode:svn-mirror.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Added first version of the JNode build configuration tool + wrapper script.
[jnode:svn-mirror.git]
/
configure.sh
1
#!/bin/sh
2
cmd=`type -p $0`
3
dir=`dirname $cmd`
4
cp=$dir/all/build/descriptors/jnode-configure.jar:$dir/distr/lib/nanoxml-2.2.3.jar
5
6
java -cp $cp org.jnode.configure.Configure "$@"