mirror of https://github.com/aamine/cbc
* test/cbc -> ./cbc
git-svn-id: file:///Users/aamine/c/gitwork/public/cbc/trunk@3832 1b9489fe-b721-0410-924e-b54b9192deb8
This commit is contained in:
parent
a20c3d4542
commit
d598c2fef9
|
|
@ -1,3 +1,7 @@
|
|||
Tue Jan 15 00:11:08 2008 Minero Aoki <aamine@loveruby.net>
|
||||
|
||||
* test/cbc -> ./cbc
|
||||
|
||||
Tue Jan 15 00:09:47 2008 Minero Aoki <aamine@loveruby.net>
|
||||
|
||||
* build.xml: new task recompile.
|
||||
|
|
|
|||
|
|
@ -0,0 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
basedir=.
|
||||
java -classpath $basedir/cbc.jar \
|
||||
net.loveruby.cflat.compiler.Compiler \
|
||||
-I$basedir/import \
|
||||
${@+"$@"}
|
||||
Loading…
Reference in New Issue