mingwmake.bat
author Claus Gittinger <cg@exept.de>
Sun, 23 Feb 2020 14:03:15 +0100
branchcvs_MAIN
changeset 3997 5bb44f7e1d20
parent 3888 159404048384
permissions -rwxr-xr-x
#REFACTORING by exept class: Java class changed: #dumpConfigOn:
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2349
718894cb7f1a *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     1
@REM -------
718894cb7f1a *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     2
@REM make using mingw gnu compiler
718894cb7f1a *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     3
@REM type mingwmake, and wait...
718894cb7f1a *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     4
@REM do not edit - automatically generated from ProjectDefinition
718894cb7f1a *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     5
@REM -------
1876
482ad5ebe5da Merged some fixes from jv's repo
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 1868
diff changeset
     6
@SET DEFINES=
2349
718894cb7f1a *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     7
2539
7701485fbb75 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 2403
diff changeset
     8
@pushd ..\rules
7701485fbb75 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 2403
diff changeset
     9
@call find_mingw.bat
7701485fbb75 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 2403
diff changeset
    10
@popd
2476
d24ce8174195 JavaClass can now keep it's classfile bytes.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2429
diff changeset
    11
make.exe -N -f bc.mak %DEFINES% %USEMINGW_ARG% %*
d24ce8174195 JavaClass can now keep it's classfile bytes.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2429
diff changeset
    12
3638
ca43d4ec7356 Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3476
diff changeset
    13
ca43d4ec7356 Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3476
diff changeset
    14
ca43d4ec7356 Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3476
diff changeset
    15
@if not exist experiments goto skip_stx_libjava_experiments
2476
d24ce8174195 JavaClass can now keep it's classfile bytes.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2429
diff changeset
    16
@echo "***********************************"
3807
3877d14fdec5 class: JavaRelease
Claus Gittinger <cg@exept.de>
parents: 3638
diff changeset
    17
@echo "Building stx/libjava/experiments"
2976
a384a02381c0 Update JavaLookup to work with new JIT-compilation scheme...
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2965
diff changeset
    18
@echo "***********************************"
3309
a467328c29fd Fix in flushing Java - flush all dynamic proxies
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2976
diff changeset
    19
@pushd experiments
a467328c29fd Fix in flushing Java - flush all dynamic proxies
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2976
diff changeset
    20
@call mingwmake %1 %2 || exit /b "%errorlevel%"
a467328c29fd Fix in flushing Java - flush all dynamic proxies
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2976
diff changeset
    21
@popd
3638
ca43d4ec7356 Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3476
diff changeset
    22
@goto done_stx_libjava_experiments
ca43d4ec7356 Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3476
diff changeset
    23
:skip_stx_libjava_experiments
ca43d4ec7356 Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3476
diff changeset
    24
@echo "###################################"
3807
3877d14fdec5 class: JavaRelease
Claus Gittinger <cg@exept.de>
parents: 3638
diff changeset
    25
@echo "FOLDER MISSING: stx/libjava/experiments"
3638
ca43d4ec7356 Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3476
diff changeset
    26
@echo "###################################"
3888
159404048384 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 3807
diff changeset
    27
@REM exit /b 1
3638
ca43d4ec7356 Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3476
diff changeset
    28
:done_stx_libjava_experiments
2976
a384a02381c0 Update JavaLookup to work with new JIT-compilation scheme...
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2965
diff changeset
    29
3638
ca43d4ec7356 Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3476
diff changeset
    30
@if not exist tools goto skip_stx_libjava_tools
2976
a384a02381c0 Update JavaLookup to work with new JIT-compilation scheme...
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2965
diff changeset
    31
@echo "***********************************"
3807
3877d14fdec5 class: JavaRelease
Claus Gittinger <cg@exept.de>
parents: 3638
diff changeset
    32
@echo "Building stx/libjava/tools"
2624
44507f0c37aa Make mirror classes public
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2605
diff changeset
    33
@echo "***********************************"
3309
a467328c29fd Fix in flushing Java - flush all dynamic proxies
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2976
diff changeset
    34
@pushd tools
a467328c29fd Fix in flushing Java - flush all dynamic proxies
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2976
diff changeset
    35
@call mingwmake %1 %2 || exit /b "%errorlevel%"
a467328c29fd Fix in flushing Java - flush all dynamic proxies
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2976
diff changeset
    36
@popd
3638
ca43d4ec7356 Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3476
diff changeset
    37
@goto done_stx_libjava_tools
ca43d4ec7356 Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3476
diff changeset
    38
:skip_stx_libjava_tools
ca43d4ec7356 Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3476
diff changeset
    39
@echo "###################################"
3807
3877d14fdec5 class: JavaRelease
Claus Gittinger <cg@exept.de>
parents: 3638
diff changeset
    40
@echo "FOLDER MISSING: stx/libjava/tools"
3638
ca43d4ec7356 Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3476
diff changeset
    41
@echo "###################################"
ca43d4ec7356 Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3476
diff changeset
    42
exit /b 1
ca43d4ec7356 Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3476
diff changeset
    43
:done_stx_libjava_tools