mingwmake.bat
author Claus Gittinger <cg@exept.de>
Fri, 21 Feb 2020 20:48:14 +0100
changeset 1231 b7d945ef967a
parent 946 6f3dca7674a0
permissions -rw-r--r--
#REFACTORING by exept class: JavaScriptParser changed: #forStatement class: JavaScriptParser class added: #forOfAllowed comment/format in: #forInAllowed
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
553
32eb11c16c43 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     1
@REM -------
32eb11c16c43 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     2
@REM make using mingw gnu compiler
32eb11c16c43 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     3
@REM type mingwmake, and wait...
32eb11c16c43 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     4
@REM do not edit - automatically generated from ProjectDefinition
32eb11c16c43 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     5
@REM -------
663
36b7fa82ffd1 Added JavaScriptParseNodeVisitor
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 616
diff changeset
     6
@SET DEFINES=
553
32eb11c16c43 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     7
616
0a5700663393 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 574
diff changeset
     8
@pushd ..\rules
0a5700663393 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 574
diff changeset
     9
@call find_mingw.bat
0a5700663393 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 574
diff changeset
    10
@popd
663
36b7fa82ffd1 Added JavaScriptParseNodeVisitor
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 616
diff changeset
    11
make.exe -N -f bc.mak %DEFINES% %USEMINGW_ARG% %*
574
f26a1b1f6186 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 568
diff changeset
    12
f26a1b1f6186 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 568
diff changeset
    13
946
6f3dca7674a0 added classes
sr
parents: 872
diff changeset
    14
6f3dca7674a0 added classes
sr
parents: 872
diff changeset
    15