mingwmake.bat
author Claus Gittinger <cg@exept.de>
Tue, 30 Jul 2013 09:49:42 +0200
changeset 3038 52374621e04b
parent 2956 896ab35eea5d
child 3151 ea535404aad5
permissions -rw-r--r--
class: UIPainterView comment/format in: #fullSpecFor: changed: #generateWindowSpec #specFor: fixed a stupid bug (which has been there for a long time), which generated completely wrong UI specs iff a view has a viewclass specified which contains subviews (such as a Box, with an ImageView class in the ViewTreeInspector). Then the same viewspec was reinserted multiple times (for each of its subviews).
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 -------
857c51227b15 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     2
@REM make using mingw compiler
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 -------
2955
7366b7bc203e mingwmake
Claus Gittinger <cg@exept.de>
parents: 2925
diff changeset
     6
7366b7bc203e mingwmake
Claus Gittinger <cg@exept.de>
parents: 2925
diff changeset
     7
@call ..\rules\find_mingw.bat
2956
896ab35eea5d *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 2955
diff changeset
     8
make.exe -N -f bc.mak %USEMINGW_ARG% %*