vcmake.bat
author Claus Gittinger <cg@exept.de>
Sun, 01 Sep 2013 14:03:10 +0200
changeset 13456 ff46ea29cb9a
parent 12588 9a628f7b049d
child 12626 7ae48abfedac
child 13894 20a45f65a465
permissions -rwxr-xr-x
class: Tools::CodeView2

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