analyzer/tests/lccmake.bat
author Jan Vrany <jan.vrany@fit.cvut.cz>
Tue, 24 Nov 2015 19:37:14 +0100
changeset 553 d83cb4945d5e
parent 271 f1887cd305fc
permissions -rw-r--r--
Oops, forgot to export PETITCOMPILER_DATA_DIRECTORY variable ...so Smalltalk code could not read it. Also fixed test for "include" scripts so they are not downloaded again when already downloaded.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
271
f1887cd305fc initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     1
@REM -------
f1887cd305fc initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     2
@REM make using lcc compiler
f1887cd305fc initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     3
@REM type lccmake, and wait...
f1887cd305fc initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     4
@REM do not edit - automatically generated from ProjectDefinition
f1887cd305fc initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     5
@REM -------
f1887cd305fc initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     6
make.exe -N -f bc.mak -DUSELCC=1 %*
f1887cd305fc initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     7
f1887cd305fc initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     8