analyzer/bmake.bat
author Jan Vrany <jan.vrany@fit.cvut.cz>
Tue, 14 Oct 2014 23:16:37 +0100
changeset 389 009c2e13973c
parent 219 d4a9c7301575
child 502 1e45d3c96ec5
permissions -rw-r--r--
Updated smalltalk parser to PetitSmalltalk-JanKurs.75 Name: PetitSmalltalk-JanKurs.75 Author: JanKurs Time: 13-10-2014, 05:00:14 AM UUID: 6254f8f7-aa47-4ddd-a373-167bccb0d4e5
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=
d4a9c7301575 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     7
@REM Kludge got Mercurial, cannot be implemented in Borland make
d4a9c7301575 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     8
@FOR /F "tokens=*" %%i in ('hg root') do SET HGROOT=%%i
d4a9c7301575 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     9
@IF "%HGROOT%" NEQ "" SET DEFINES=%DEFINES% "-DHGROOT=%HGROOT%"
d4a9c7301575 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    10
make.exe -N -f bc.mak  %DEFINES% %*
d4a9c7301575 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    11
d4a9c7301575 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    12