mingwmake.bat
author Claus Gittinger <cg@exept.de>
Wed, 16 Aug 2017 13:52:20 +0200
changeset 3456 4d4297bad4fa
parent 3271 fba2100e7766
child 3609 a205bae5be75
permissions -rw-r--r--
#FEATURE by cg class: Tools::ViewTreeInspectorApplication also show menus added: #selectedMenuItem #submenuMenuItemInterface: comment/format in: #selectionChanged changed: #doRedraw #middleButtonMenu #updateShownStatus class: Tools::ViewTreeInspectorApplication class added: #middleButtonMenuForMenuItems class: Tools::ViewTreeInspectorApplication::ViewTreeItem class definition added: #forMenuItem: #menuItem #parent: comment/format in: #icon #specClass changed: #displayOn:x:y:h:isHighlightedAsSelected: #exists #handlesDo: #hasChildren #string class: Tools::ViewTreeInspectorApplication::ViewTreeItem class added: #buildMenuItemsFrom: #forMenuItem: comment/format in: #forView: changed: #buildViewsFrom: class: Tools::ViewTreeInspectorApplication::ViewTreeModel changed: #path class: Tools::ViewTreeInspectorApplication::ViewTreeModel::ItemList changed: #additionalLabelForItem:
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