mingwmake.bat
author Jan Vrany <jan.vrany@labware.com>
Fri, 07 Oct 2022 12:27:15 +0100
branchjv
changeset 773 5e936bce7857
parent 664 e31b2e7b658d
permissions -rw-r--r--
Increase interation times when running under Jenkins ...to ridiculously high values. This is an attempt to stabilize builds as they often spuriously fail because of UI tests. Sigh.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
473
d83340b7a881 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     1
@REM -------
d83340b7a881 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     2
@REM make using mingw gnu compiler
d83340b7a881 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     3
@REM type mingwmake, and wait...
d83340b7a881 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     4
@REM do not edit - automatically generated from ProjectDefinition
d83340b7a881 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     5
@REM -------
664
e31b2e7b658d FIX: Do not treat skipped test as passed!
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 558
diff changeset
     6
@SET DEFINES=
e31b2e7b658d FIX: Do not treat skipped test as passed!
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 558
diff changeset
     7
@REM Kludge got Mercurial, cannot be implemented in Borland make
e31b2e7b658d FIX: Do not treat skipped test as passed!
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 558
diff changeset
     8
@FOR /F "tokens=*" %%i in ('hg root') do SET HGROOT=%%i
e31b2e7b658d FIX: Do not treat skipped test as passed!
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 558
diff changeset
     9
@IF "%HGROOT%" NEQ "" SET DEFINES=%DEFINES% "-DHGROOT=%HGROOT%"
473
d83340b7a881 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    10
558
41dcf2cede8c automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 540
diff changeset
    11
@pushd ..\..\rules
41dcf2cede8c automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 540
diff changeset
    12
@call find_mingw.bat
41dcf2cede8c automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 540
diff changeset
    13
@popd
664
e31b2e7b658d FIX: Do not treat skipped test as passed!
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 558
diff changeset
    14
make.exe -N -f bc.mak %DEFINES% %USEMINGW_ARG% %*
540
77366f703d49 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 535
diff changeset
    15
77366f703d49 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 535
diff changeset
    16
664
e31b2e7b658d FIX: Do not treat skipped test as passed!
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 558
diff changeset
    17
e31b2e7b658d FIX: Do not treat skipped test as passed!
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 558
diff changeset
    18