vcmake.bat
author Stefan Vogel <sv@exept.de>
Thu, 23 Jan 2014 17:11:54 +0100
changeset 15905 1975e5cce9c9
parent 14905 7216c4b137fb
child 15972 34bc901efed8
child 18037 4cf874da38c9
permissions -rw-r--r--
AbortSignal -> AbortOperationRequest

@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
)
make.exe -N -f bc.mak -DUSEVC %*