tccmake.bat
author Claus Gittinger <cg@exept.de>
Sat, 02 May 2020 21:40:13 +0200
changeset 5476 7355a4b11cb6
parent 2814 31f636dfd65d
permissions -rw-r--r--
#FEATURE by cg class: Socket class added: #newTCPclientToHost:port:domain:domainOrder:withTimeout: changed: #newTCPclientToHost:port:domain:withTimeout:
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2814
31f636dfd65d initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     1
@REM -------
31f636dfd65d initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     2
@REM make using tcc compiler
31f636dfd65d initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     3
@REM type tccmake, and wait...
31f636dfd65d initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     4
@REM do not edit - automatically generated from ProjectDefinition
31f636dfd65d initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     5
@REM -------
31f636dfd65d initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     6
make.exe -N -f bc.mak USETCC=1 %1 %2
31f636dfd65d initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     7
31f636dfd65d initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     8