vcmake.bat
author Claus Gittinger <cg@exept.de>
Tue, 03 Sep 2013 14:35:15 +0200
changeset 13484 8f0ced9a4ed5
parent 12588 9a628f7b049d
child 12626 7ae48abfedac
child 13894 20a45f65a465
permissions -rwxr-xr-x
x

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