analyzer/bmake.bat
author Jan Vrany <jan.vrany@fit.cvut.cz>
Sat, 29 Aug 2015 07:56:14 +0100
changeset 534 a949c4fe44df
parent 502 1e45d3c96ec5
permissions -rw-r--r--
PPCConfiguration refactoring: [6/10]: use #runPass: instead of self-sends. ...in PPCConfiguration>>invokePhases. This is a preparation for removing #invokePhases completely and configuring the compilation via list of phases.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
219
d4a9c7301575 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     1
@REM -------
d4a9c7301575 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     2
@REM make using Borland bcc32
d4a9c7301575 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     3
@REM type bmake, and wait...
d4a9c7301575 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     4
@REM do not edit - automatically generated from ProjectDefinition
d4a9c7301575 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     5
@REM -------
d4a9c7301575 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     6
@SET DEFINES=
502
1e45d3c96ec5 Updated to PetitCompiler-JanVrany.135, PetitCompiler-Tests-JanKurs.93, PetitCompiler-Extras-Tests-JanVrany.16, PetitCompiler-Benchmarks-JanKurs.12
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 219
diff changeset
     7
219
d4a9c7301575 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     8
make.exe -N -f bc.mak  %DEFINES% %*
d4a9c7301575 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     9
d4a9c7301575 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    10