lccmake.bat
author Stefan Vogel <sv@exept.de>
Tue, 23 Apr 2013 12:33:43 +0200
changeset 577 3dea1e941af7
parent 472 86a86f13eaa1
permissions -rw-r--r--
class: TestResource added: #safeTearDown changed: #makeAvailable Take care of AbortOperationRequest being raised in Debugger in tearDown after an errornous test case.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
472
86a86f13eaa1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     1
@REM -------
86a86f13eaa1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     2
@REM make using lcc compiler
86a86f13eaa1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     3
@REM type lccmake, and wait...
86a86f13eaa1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     4
@REM do not edit - automatically generated from ProjectDefinition
86a86f13eaa1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     5
@REM -------
86a86f13eaa1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     6
make.exe -N -f bc.mak -DUSELCC=1 %*
86a86f13eaa1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     7
86a86f13eaa1 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     8