vcmake.bat
author Jan Vrany <jan.vrany@fit.cvut.cz>
Thu, 31 May 2018 10:52:50 +0100
branchjv
changeset 4330 998eb03f0736
parent 4166 66a7a47f9253
child 4367 7ca6042ee443
permissions -rw-r--r--
Copyright updates

@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=



make.exe -N -f bc.mak -DUSEVC=1 %DEFINES% %*