lcmake.bat
author Jan Vrany <jan.vrany@fit.cvut.cz>
Sun, 31 Mar 2013 19:25:00 +0100
branchdevelopment
changeset 2476 d24ce8174195
parent 2380 9195eccdcbd9
permissions -rw-r--r--
JavaClass can now keep it's classfile bytes. Although a hack, this allows us to use exisiting ECJ's classes to provide type information to the compiler and thus allows for using ECJ within STX:LIBJAVA. A proper solution would be to provide an IBinaryType implementation that reflects on loaded classes.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
749
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
     1
@REM -------
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
     2
@REM make using lcc compiler
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
     3
@REM type lcmake, and wait...
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
     4
@REM do not edit - automatically generated from ProjectDefinition
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
     5
@REM -------
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
     6
make.exe -N -f bc.mak USELCC=1 %1 %2
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
     7
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
     8