tccmake.bat
author Jan Vrany <jan.vrany@fit.cvut.cz>
Sat, 15 Dec 2012 23:25:19 +0100
branchdevelopment
changeset 1883 b36e52129040
parent 1818 2e5ed72e7dfd
child 2380 9195eccdcbd9
permissions -rw-r--r--
Initial implementation of JavaCompiler using Oracle javac toolbox. Not yet finished.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1701
06bcd06f766d define class now throws null pointer exception
hlopkmar
parents:
diff changeset
     1
@REM -------
06bcd06f766d define class now throws null pointer exception
hlopkmar
parents:
diff changeset
     2
@REM make using tcc compiler
06bcd06f766d define class now throws null pointer exception
hlopkmar
parents:
diff changeset
     3
@REM type tccmake, and wait...
06bcd06f766d define class now throws null pointer exception
hlopkmar
parents:
diff changeset
     4
@REM do not edit - automatically generated from ProjectDefinition
06bcd06f766d define class now throws null pointer exception
hlopkmar
parents:
diff changeset
     5
@REM -------
06bcd06f766d define class now throws null pointer exception
hlopkmar
parents:
diff changeset
     6
make.exe -N -f bc.mak USETCC=1 %1 %2
06bcd06f766d define class now throws null pointer exception
hlopkmar
parents:
diff changeset
     7
06bcd06f766d define class now throws null pointer exception
hlopkmar
parents:
diff changeset
     8