mingwmake.bat
author Claus Gittinger <cg@exept.de>
Sat, 13 Dec 2014 19:10:12 +0100
changeset 3172 5eed004ed60b
parent 3151 ea535404aad5
child 3271 fba2100e7766
permissions -rw-r--r--
class: ImageEditor changed: #changeHLS
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2925
857c51227b15 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     1
@REM -------
3151
ea535404aad5 Do not add stx:libview3 as preRequisite
Stefan Vogel <sv@exept.de>
parents: 2956
diff changeset
     2
@REM make using mingw gnu compiler
2925
857c51227b15 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     3
@REM type mingwmake, and wait...
857c51227b15 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     4
@REM do not edit - automatically generated from ProjectDefinition
857c51227b15 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     5
@REM -------
3151
ea535404aad5 Do not add stx:libview3 as preRequisite
Stefan Vogel <sv@exept.de>
parents: 2956
diff changeset
     6
@SET DEFINES=
ea535404aad5 Do not add stx:libview3 as preRequisite
Stefan Vogel <sv@exept.de>
parents: 2956
diff changeset
     7
@REM Kludge got Mercurial, cannot be implemented in Borland make
ea535404aad5 Do not add stx:libview3 as preRequisite
Stefan Vogel <sv@exept.de>
parents: 2956
diff changeset
     8
@FOR /F "tokens=*" %%i in ('hg root') do SET HGROOT=%%i
ea535404aad5 Do not add stx:libview3 as preRequisite
Stefan Vogel <sv@exept.de>
parents: 2956
diff changeset
     9
@IF "%HGROOT%" NEQ "" SET DEFINES=%DEFINES% "-DHGROOT=%HGROOT%"
2955
7366b7bc203e mingwmake
Claus Gittinger <cg@exept.de>
parents: 2925
diff changeset
    10
3151
ea535404aad5 Do not add stx:libview3 as preRequisite
Stefan Vogel <sv@exept.de>
parents: 2956
diff changeset
    11
@pushd ..\rules
ea535404aad5 Do not add stx:libview3 as preRequisite
Stefan Vogel <sv@exept.de>
parents: 2956
diff changeset
    12
@call find_mingw.bat
ea535404aad5 Do not add stx:libview3 as preRequisite
Stefan Vogel <sv@exept.de>
parents: 2956
diff changeset
    13
@popd
ea535404aad5 Do not add stx:libview3 as preRequisite
Stefan Vogel <sv@exept.de>
parents: 2956
diff changeset
    14
make.exe -N -f bc.mak %DEFINES% %USEMINGW_ARG% %*
ea535404aad5 Do not add stx:libview3 as preRequisite
Stefan Vogel <sv@exept.de>
parents: 2956
diff changeset
    15
ea535404aad5 Do not add stx:libview3 as preRequisite
Stefan Vogel <sv@exept.de>
parents: 2956
diff changeset
    16