lcmake.bat
author Jan Vrany <jan.vrany@fit.cvut.cz>
Wed, 12 Jun 2019 15:02:01 +0100
branchjv
changeset 24334 e82c3f5bc1f1
parent 18011 deb0c3355881
permissions -rw-r--r--
Issue #259: fix `ProjectDefinition >> classesForPlatform` and use it `#testSuite` THis allows packages to specify testcases valid for some platform only. This is normally not needed but sometimes the testcase uses a class that is platform specific and this will cause package validation error upon commit.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
12230
cdb8354d4d2a automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 12072
diff changeset
     1
@REM -------
cdb8354d4d2a automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 12072
diff changeset
     2
@REM make using lcc compiler
cdb8354d4d2a automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 12072
diff changeset
     3
@REM type lcmake, and wait...
cdb8354d4d2a automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 12072
diff changeset
     4
@REM do not edit - automatically generated from ProjectDefinition
cdb8354d4d2a automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 12072
diff changeset
     5
@REM -------
12072
4e253127ca27 initial checkin
fm
parents:
diff changeset
     6
make.exe -N -f bc.mak USELCC=1 %1 %2
4e253127ca27 initial checkin
fm
parents:
diff changeset
     7
4e253127ca27 initial checkin
fm
parents:
diff changeset
     8