analyzer/bmake.bat
author sr
Wed, 04 Jul 2018 15:30:19 +0200
changeset 611 38338f2de417
parent 219 d4a9c7301575
child 502 1e45d3c96ec5
permissions -rw-r--r--
build order was wrong
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