tccmake.bat
author Jan Vrany <jan.vrany@labware.com>
Sat, 30 Sep 2023 22:55:25 +0100
branchjv
changeset 19648 5df52d354504
parent 12289 75613e714c3d
permissions -rw-r--r--
`TestRunner2`: do not use `#keysAndValuesCollect:` ...as semantics differ among smalltalk dialects. This is normally not a problem until we use code that adds this as a "compatibility" method. So to stay on a safe side, avoid using this method.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
12289
75613e714c3d - Cypress support improved
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     1
@REM -------
75613e714c3d - Cypress support improved
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     2
@REM make using tcc compiler
75613e714c3d - Cypress support improved
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     3
@REM type tccmake, and wait...
75613e714c3d - Cypress support improved
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     4
@REM do not edit - automatically generated from ProjectDefinition
75613e714c3d - Cypress support improved
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     5
@REM -------
75613e714c3d - Cypress support improved
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     6
make.exe -N -f bc.mak USETCC=1 %1 %2
75613e714c3d - Cypress support improved
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     7
75613e714c3d - Cypress support improved
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     8