vcmake.bat
author sr
Tue, 10 Oct 2017 15:25:30 +0200
changeset 1734 b4027c81c8f4
parent 1638 ba6a5298054c
permissions -rw-r--r--
class: RunUnitTestsStart class changed: #main:

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