mingwmake.bat
author Jan Vrany <jan.vrany@labware.com>
Fri, 02 Sep 2022 11:25:39 +0100
branchjv
changeset 6261 9b7eb7159d29
parent 5186 f9ba4e9c101e
permissions -rw-r--r--
Fix loong standing bug with some menus not being translated / resolved This has happened with browser "View" menu when sometimes it had the slice resolved and sometimes not. It turned out that it was because the code disabled resources (and therefore slices) resolution when processing shortcuts, so the menu was created and cached unresolved. This fixes the issue. eXept apparently run into the same problem.
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