lccmake.bat
author Claus Gittinger <cg@exept.de>
Wed, 26 Jun 2019 10:56:41 +0200
changeset 6075 0c168e2e1937
parent 4401 d5a82a1d273c
permissions -rw-r--r--
#REFACTORING by cg class: TextBox added: #openOn:title:windowTitle:readOnly: class: TextBox class changed: #openOn:title:windowTitle:readOnly:
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
4401
d5a82a1d273c initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     1
@REM -------
d5a82a1d273c initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     2
@REM make using lcc compiler
d5a82a1d273c initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     3
@REM type lccmake, and wait...
d5a82a1d273c initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     4
@REM do not edit - automatically generated from ProjectDefinition
d5a82a1d273c initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     5
@REM -------
d5a82a1d273c initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     6
make.exe -N -f bc.mak -DUSELCC=1 %*
d5a82a1d273c initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     7
d5a82a1d273c initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     8