* 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:
Minero Aoki 2008-01-14 15:13:09 +00:00
parent a20c3d4542
commit d598c2fef9
3 changed files with 11 additions and 2 deletions

View File

@ -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.

7
cbc Executable file
View File

@ -0,0 +1,7 @@
#!/bin/sh
basedir=.
java -classpath $basedir/cbc.jar \
net.loveruby.cflat.compiler.Compiler \
-I$basedir/import \
${@+"$@"}

View File

@ -1,2 +0,0 @@
#!/bin/sh
java -classpath ../cbc.jar net.loveruby.cflat.compiler.Compiler -I../import ${@+"$@"}