mingwmake.bat
author Claus Gittinger <cg@exept.de>
Tue, 18 Nov 2014 15:29:32 +0100
changeset 3386 c6213cfcf318
parent 3375 aa3f6481de63
child 3635 6c42c43bd938
permissions -rw-r--r--
class: SimpleView
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
3025
b748f03cb6cf *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     1
@REM -------
3049
1e91e1a9782e automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3040
diff changeset
     2
@REM make using mingw gnu compiler
3025
b748f03cb6cf *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     3
@REM type mingwmake, and wait...
b748f03cb6cf *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     4
@REM do not edit - automatically generated from ProjectDefinition
b748f03cb6cf *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     5
@REM -------
3375
aa3f6481de63 initial checkin
Claus Gittinger <cg@exept.de>
parents: 3128
diff changeset
     6
@SET DEFINES=
aa3f6481de63 initial checkin
Claus Gittinger <cg@exept.de>
parents: 3128
diff changeset
     7
@REM Kludge got Mercurial, cannot be implemented in Borland make
aa3f6481de63 initial checkin
Claus Gittinger <cg@exept.de>
parents: 3128
diff changeset
     8
@FOR /F "tokens=*" %%i in ('hg root') do SET HGROOT=%%i
aa3f6481de63 initial checkin
Claus Gittinger <cg@exept.de>
parents: 3128
diff changeset
     9
@IF "%HGROOT%" NEQ "" SET DEFINES=%DEFINES% "-DHGROOT=%HGROOT%"
3040
4b9f600b4057 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 3025
diff changeset
    10
3128
8589055efa45 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3089
diff changeset
    11
@pushd ..\rules
8589055efa45 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3089
diff changeset
    12
@call find_mingw.bat
8589055efa45 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3089
diff changeset
    13
@popd
3375
aa3f6481de63 initial checkin
Claus Gittinger <cg@exept.de>
parents: 3128
diff changeset
    14
make.exe -N -f bc.mak %DEFINES% %USEMINGW_ARG% %*
3128
8589055efa45 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3089
diff changeset
    15
8589055efa45 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3089
diff changeset
    16