lccmake.bat
author Claus Gittinger <cg@exept.de>
Thu, 13 Jul 2017 15:11:26 +0200
changeset 685 00195d0e5ebc
parent 472 86a86f13eaa1
permissions -rw-r--r--
#REFACTORING by cg class: TestCase changed: #debug (send #ensure: instead of #sunitEnsure:) #run:beforeEachDo:afterEachDo:resetResources:debug: (send #ensure: instead of #sunitEnsure:) #runCase (send #ensure: instead of #sunitEnsure:) #runCaseAsFailure: (send #ensure: instead of #sunitEnsure:)
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