vcmake.bat
author Jan Vrany <jan.vrany@fit.cvut.cz>
Fri, 07 Aug 2015 14:10:48 +0100
changeset 21 64c5f01be2b3
parent 0 38af781b75ab
child 38 52be9bfdf7e1
permissions -rw-r--r--
Introduced class LLVMConfig to abstract a particular LLVM version

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

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