mingwmake.bat
author Stefan Vogel <sv@exept.de>
Tue, 20 Feb 2018 18:46:36 +0100
changeset 3538 54b79608c60d
parent 3271 fba2100e7766
child 3609 a205bae5be75
permissions -rw-r--r--
#REFACTORING by stefan class: UIPainter changed: #commonPostBuild outsource code into #useAlienInfoHolder method
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=
2955
7366b7bc203e mingwmake
Claus Gittinger <cg@exept.de>
parents: 2925
diff changeset
     7
3151
ea535404aad5 Do not add stx:libview3 as preRequisite
Stefan Vogel <sv@exept.de>
parents: 2956
diff changeset
     8
@pushd ..\rules
ea535404aad5 Do not add stx:libview3 as preRequisite
Stefan Vogel <sv@exept.de>
parents: 2956
diff changeset
     9
@call find_mingw.bat
ea535404aad5 Do not add stx:libview3 as preRequisite
Stefan Vogel <sv@exept.de>
parents: 2956
diff changeset
    10
@popd
ea535404aad5 Do not add stx:libview3 as preRequisite
Stefan Vogel <sv@exept.de>
parents: 2956
diff changeset
    11
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
    12
ea535404aad5 Do not add stx:libview3 as preRequisite
Stefan Vogel <sv@exept.de>
parents: 2956
diff changeset
    13