tests/lccmake.bat
author Jan Vrany <jan.vrany@fit.cvut.cz>
Wed, 26 Aug 2015 21:41:20 +0100
changeset 531 dc3d13c2837d
parent 252 18ea9ce52a1b
permissions -rw-r--r--
PPCConfiguration refactoring: [3/10]: Moved some sime instvars to context Move some context-related options from PPCConfiguration to PPCCompilationContext. PPCConfiguration now access them wia accessor methods.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
252
18ea9ce52a1b initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     1
@REM -------
18ea9ce52a1b initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     2
@REM make using lcc compiler
18ea9ce52a1b initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     3
@REM type lccmake, and wait...
18ea9ce52a1b initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     4
@REM do not edit - automatically generated from ProjectDefinition
18ea9ce52a1b initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     5
@REM -------
18ea9ce52a1b initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     6
make.exe -N -f bc.mak -DUSELCC=1 %*
18ea9ce52a1b initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     7
18ea9ce52a1b initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     8