vcmake.bat
author Jan Vrany <jan.vrany@fit.cvut.cz>
Tue, 11 Feb 2014 21:52:42 +0000
branchdevelopment
changeset 3022 506844f3740e
parent 2976 a384a02381c0
child 3309 a467328c29fd
permissions -rw-r--r--
Reduced dimensions on MULTIANEWARRAY#test_incomplete_02 to avoid 2-pass compressing GC. Due to a known bug in 2-pass compressing GC the VM crashed sice create array was way to big. Reducing dimensions made it smaller and thus running test does not trigger 2-pass compress.

@REM -------
@REM make using Microsoft Visual C compiler
@REM type vcmake, and wait...
@REM do not edit - automatically generated from ProjectDefinition
@REM -------

@if not defined VSINSTALLDIR (
    pushd ..\rules
    call vcsetup.bat
    popd
)
@SET DEFINES=
@REM Kludge got Mercurial, cannot be implemented in Borland make
@FOR /F "tokens=*" %%i in ('hg root') do SET HGROOT=%%i
@IF "%HGROOT%" NEQ "" SET DEFINES=%DEFINES% "-DHGROOT=%HGROOT%"
make.exe -N -f bc.mak -DUSEVC=1 %DEFINES% %*



@echo "***********************************"
@echo "Buildung stx/libjava/experiments
@echo "***********************************"
@cd experiments
@call vcmake %1 %2
@cd ..

@echo "***********************************"
@echo "Buildung stx/libjava/tools
@echo "***********************************"
@cd tools
@call vcmake %1 %2
@cd ..