vcmake.bat
author Claus Gittinger <cg@exept.de>
Fri, 27 Jan 2012 11:13:48 +0100
changeset 11209 202af72b0a90
parent 11204 2a014b5c81c6
child 11216 d35645562299
permissions -rwxr-xr-x
comment/format in: #addIgnoredHaltForCount:orTimeDuration:forAll: changed: #findHaltingContext #haltSelectors #isHaltToBeIgnored #setContext:releaseInspectors: allow code breakpoints to be ignored as well (for some time, etc.)

@REM -------
@REM make using microsoft visual c
@REM type vcmake, and wait...
@REM do not edit - automatically generated from ProjectDefinition
@REM -------

@if not defined VSINSTALLDIR (
        call "C:\Program Files\Microsoft Visual Studio 10.0"\VC\bin\vcvars32.bat
)
make.exe -N -f bc.mak -DUSEVC %*