analyzer/mingwmake.bat
author sr
Wed, 04 Jul 2018 15:23:55 +0200
changeset 607 019302eb9dd9
parent 222 d278a01c4856
child 502 1e45d3c96ec5
permissions -rw-r--r--
build order was wrong
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
222
d278a01c4856 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     1
@REM -------
d278a01c4856 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     2
@REM make using mingw gnu compiler
d278a01c4856 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     3
@REM type mingwmake, and wait...
d278a01c4856 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     4
@REM do not edit - automatically generated from ProjectDefinition
d278a01c4856 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     5
@REM -------
d278a01c4856 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     6
@SET DEFINES=
d278a01c4856 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     7
@REM Kludge got Mercurial, cannot be implemented in Borland make
d278a01c4856 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     8
@FOR /F "tokens=*" %%i in ('hg root') do SET HGROOT=%%i
d278a01c4856 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     9
@IF "%HGROOT%" NEQ "" SET DEFINES=%DEFINES% "-DHGROOT=%HGROOT%"
d278a01c4856 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    10
d278a01c4856 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    11
@pushd ..\..\..\rules
d278a01c4856 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    12
@call find_mingw.bat
d278a01c4856 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    13
@popd
d278a01c4856 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    14
make.exe -N -f bc.mak %DEFINES% %USEMINGW_ARG% %*
d278a01c4856 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    15
d278a01c4856 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    16