vcmake.bat
author Jan Vrany <jan.vrany@fit.cvut.cz>
Tue, 31 May 2016 22:19:30 +0100
branchjv
changeset 4041 71b5dc4ee4c0
parent 3903 6926642e3849
child 4162 e96794cd9edd
permissions -rw-r--r--
Added `SystemProfiler` from (now obsolete) package stx:libprofiler. Class `SystemProfiler` only provides an access to system profiler API's. In-VM bytecode counting profiler has been obsoleted.

@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% %*


@IF "%1" EQU "test" exit /b 0