mingwmake.bat
author Claus Gittinger <cg@exept.de>
Thu, 31 Oct 2019 13:40:45 +0100
changeset 3803 34ea88ec4dc4
parent 3609 a205bae5be75
permissions -rw-r--r--
#FEATURE by exept class: ShowMeHowItWorks class definition added: #findApplication:ifMultiple: #popApplication #pushApplication: #selectComponent: comment/format in: #application: changed: #select: #showing:saying:do:
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
3609
Claus Gittinger <cg@exept.de>
parents: 3271
diff changeset
    14
Claus Gittinger <cg@exept.de>
parents: 3271
diff changeset
    15