mingwmake.bat
author Claus Gittinger <cg@exept.de>
Wed, 05 Mar 2014 02:01:33 +0100
changeset 3200 2817211e1f38
parent 2922 e8518ecbab81
child 3607 9c96d517bf80
permissions -rw-r--r--
x
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2843
a3c26c23f8a8 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     1
@REM -------
a3c26c23f8a8 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     2
@REM make using mingw gnu compiler
a3c26c23f8a8 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     3
@REM type mingwmake, and wait...
a3c26c23f8a8 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     4
@REM do not edit - automatically generated from ProjectDefinition
a3c26c23f8a8 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     5
@REM -------
3200
Claus Gittinger <cg@exept.de>
parents: 2922
diff changeset
     6
@SET DEFINES=
Claus Gittinger <cg@exept.de>
parents: 2922
diff changeset
     7
@REM Kludge got Mercurial, cannot be implemented in Borland make
Claus Gittinger <cg@exept.de>
parents: 2922
diff changeset
     8
@FOR /F "tokens=*" %%i in ('hg root') do SET HGROOT=%%i
Claus Gittinger <cg@exept.de>
parents: 2922
diff changeset
     9
@IF "%HGROOT%" NEQ "" SET DEFINES=%DEFINES% "-DHGROOT=%HGROOT%"
2843
a3c26c23f8a8 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    10
2922
e8518ecbab81 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2894
diff changeset
    11
@pushd ..\rules
e8518ecbab81 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2894
diff changeset
    12
@call find_mingw.bat
e8518ecbab81 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2894
diff changeset
    13
@popd
3200
Claus Gittinger <cg@exept.de>
parents: 2922
diff changeset
    14
make.exe -N -f bc.mak %DEFINES% %USEMINGW_ARG% %*
2922
e8518ecbab81 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2894
diff changeset
    15
e8518ecbab81 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2894
diff changeset
    16