vcmake.bat
author Marcel Hlopko <marcel.hlopko@gmail.com>
Sat, 12 Oct 2013 15:53:06 +0200
branchdevelopment
changeset 2819 76893aac6a7e
parent 2817 96f3e2254489
child 2872 3ed529d88338
permissions -rw-r--r--
add JavaFieldRef>>reresolveForVersion: javaClass which is called by the VM when there are multiple class versions and we must ensure we use correct version for field resolving

@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/tools
@echo "***********************************"
@cd tools
@call vcmake %1 %2
@cd ..

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