vcmake.bat
author Jan Vrany <jan.vrany@fit.cvut.cz>
Wed, 24 Jul 2013 10:54:18 +0100
changeset 34 5be71b1d52ec
parent 29 fe650a6e5704
child 108 71471dc81e77
permissions -rw-r--r--
SmallSenseResultItem ranemd to SmallSensePO. All subclasses were renamed too.

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