s/benchmarks/vcmake.bat
author Jan Vrany <jan.vrany@fit.cvut.cz>
Fri, 28 Feb 2014 16:09:24 +0000
changeset 200 74d0deae135b
parent 19 07c1ed316adc
permissions -rw-r--r--
Added new package for Smalltalk/X specific benchmarks.

@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 ..\..\..\..\stx\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 jv/calipel/s/benchmarks/game
@echo "***********************************"
@cd game
@call vcmake %1 %2
@cd ..

@echo "***********************************"
@echo "Buildung jv/calipel/s/benchmarks/stx
@echo "***********************************"
@cd stx
@call vcmake %1 %2
@cd ..

@echo "***********************************"
@echo "Buildung jv/calipel/s/benchmarks/micro
@echo "***********************************"
@cd micro
@call vcmake %1 %2
@cd ..