vcmake.bat
author Claus Gittinger <cg@exept.de>
Sun, 23 Feb 2020 14:03:15 +0100
branchcvs_MAIN
changeset 3997 5bb44f7e1d20
parent 3889 9a5769667e89
permissions -rw-r--r--
#REFACTORING by exept class: Java class changed: #dumpConfigOn:
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
749
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
     1
@REM -------
2353
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2346
diff changeset
     2
@REM make using Microsoft Visual C compiler
749
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
     3
@REM type vcmake, and wait...
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
     4
@REM do not edit - automatically generated from ProjectDefinition
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
     5
@REM -------
2329
d1741f7f9628 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 749
diff changeset
     6
d1741f7f9628 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 749
diff changeset
     7
@if not defined VSINSTALLDIR (
2538
a45aa5e33a75 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 2402
diff changeset
     8
    pushd ..\rules
a45aa5e33a75 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 2402
diff changeset
     9
    call vcsetup.bat
a45aa5e33a75 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 2402
diff changeset
    10
    popd
2329
d1741f7f9628 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 749
diff changeset
    11
)
1876
482ad5ebe5da Merged some fixes from jv's repo
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 1868
diff changeset
    12
@SET DEFINES=
3475
c15e5a06be69 64-bit gcc needs PIC code
Stefan Vogel <sv@exept.de>
parents: 3309
diff changeset
    13
1876
482ad5ebe5da Merged some fixes from jv's repo
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 1868
diff changeset
    14
make.exe -N -f bc.mak -DUSEVC=1 %DEFINES% %*
2353
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2346
diff changeset
    15
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2346
diff changeset
    16
3637
57440be61357 Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3475
diff changeset
    17
57440be61357 Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3475
diff changeset
    18
@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
    19
@echo "***********************************"
3806
85ae15e89ac4 class: JavaRelease
Claus Gittinger <cg@exept.de>
parents: 3637
diff changeset
    20
@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
    21
@echo "***********************************"
3309
a467328c29fd Fix in flushing Java - flush all dynamic proxies
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2976
diff changeset
    22
@pushd experiments
a467328c29fd Fix in flushing Java - flush all dynamic proxies
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2976
diff changeset
    23
@call vcmake %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
    24
@popd
3637
57440be61357 Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3475
diff changeset
    25
@goto done_stx_libjava_experiments
57440be61357 Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3475
diff changeset
    26
:skip_stx_libjava_experiments
57440be61357 Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3475
diff changeset
    27
@echo "###################################"
3806
85ae15e89ac4 class: JavaRelease
Claus Gittinger <cg@exept.de>
parents: 3637
diff changeset
    28
@echo "FOLDER MISSING: stx/libjava/experiments"
3637
57440be61357 Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3475
diff changeset
    29
@echo "###################################"
3889
9a5769667e89 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 3806
diff changeset
    30
@REM exit /b 1
3637
57440be61357 Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3475
diff changeset
    31
: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
    32
3637
57440be61357 Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3475
diff changeset
    33
@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
    34
@echo "***********************************"
3806
85ae15e89ac4 class: JavaRelease
Claus Gittinger <cg@exept.de>
parents: 3637
diff changeset
    35
@echo "Building stx/libjava/tools"
2624
44507f0c37aa Make mirror classes public
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2605
diff changeset
    36
@echo "***********************************"
3309
a467328c29fd Fix in flushing Java - flush all dynamic proxies
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2976
diff changeset
    37
@pushd tools
a467328c29fd Fix in flushing Java - flush all dynamic proxies
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2976
diff changeset
    38
@call vcmake %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
    39
@popd
3637
57440be61357 Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3475
diff changeset
    40
@goto done_stx_libjava_tools
57440be61357 Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3475
diff changeset
    41
:skip_stx_libjava_tools
57440be61357 Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3475
diff changeset
    42
@echo "###################################"
3806
85ae15e89ac4 class: JavaRelease
Claus Gittinger <cg@exept.de>
parents: 3637
diff changeset
    43
@echo "FOLDER MISSING: stx/libjava/tools"
3637
57440be61357 Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3475
diff changeset
    44
@echo "###################################"
57440be61357 Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3475
diff changeset
    45
exit /b 1
57440be61357 Patch package class and regenerate build files to hopefully fix the clean build.
mawalch
parents: 3475
diff changeset
    46
:done_stx_libjava_tools