vcmake.bat
author Claus Gittinger <cg@exept.de>
Mon, 22 Jul 2013 16:00:21 +0200
changeset 13209 887b3ce3c6e2
parent 12588 9a628f7b049d
child 12626 7ae48abfedac
child 13894 20a45f65a465
permissions -rwxr-xr-x
class: Tools::BreakpointService changed: #recompile

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