mingwmake.bat
author sr
Wed, 11 Apr 2018 17:53:27 +0200
changeset 5732 e0a1d523567c
parent 5186 f9ba4e9c101e
permissions -rw-r--r--
#BUGFIX by sr bugfix: menus are created untranslated for #processShortcut: but they could be cached, which ends up in untranslated menu views.... class: MenuPanel class definition comment/format in: #processShortcut: class: MenuPanel::Item class definition comment/format in: #hideSubmenu: #submenu: changed: #primSubmenu: #setupSubmenu class: MenuPanel::Item::Adornment class definition class: MenuPanel::ScrollActivity class definition
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
4144
070d3c13e766 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     1
@REM -------
4402
c182d592eb4e added: TriggerBox
Claus Gittinger <cg@exept.de>
parents: 4171
diff changeset
     2
@REM make using mingw gnu compiler
4144
070d3c13e766 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     3
@REM type mingwmake, and wait...
070d3c13e766 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     4
@REM do not edit - automatically generated from ProjectDefinition
070d3c13e766 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     5
@REM -------
4537
Claus Gittinger <cg@exept.de>
parents: 4402
diff changeset
     6
@SET DEFINES=
4170
bb65b4154f81 mingw make
Claus Gittinger <cg@exept.de>
parents: 4144
diff changeset
     7
4402
c182d592eb4e added: TriggerBox
Claus Gittinger <cg@exept.de>
parents: 4171
diff changeset
     8
@pushd ..\rules
c182d592eb4e added: TriggerBox
Claus Gittinger <cg@exept.de>
parents: 4171
diff changeset
     9
@call find_mingw.bat
c182d592eb4e added: TriggerBox
Claus Gittinger <cg@exept.de>
parents: 4171
diff changeset
    10
@popd
4537
Claus Gittinger <cg@exept.de>
parents: 4402
diff changeset
    11
make.exe -N -f bc.mak %DEFINES% %USEMINGW_ARG% %*
4402
c182d592eb4e added: TriggerBox
Claus Gittinger <cg@exept.de>
parents: 4171
diff changeset
    12
c182d592eb4e added: TriggerBox
Claus Gittinger <cg@exept.de>
parents: 4171
diff changeset
    13
5186
f9ba4e9c101e New View class hierarchy due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 4922
diff changeset
    14
f9ba4e9c101e New View class hierarchy due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 4922
diff changeset
    15