vcmake.bat
author Claus Gittinger <cg@exept.de>
Fri, 29 Sep 2017 09:51:16 +0200
changeset 17696 a2de8dfc076e
parent 16403 d7e706dedbe8
child 16408 bc62fb9a8df6
permissions -rwxr-xr-x
#DOCUMENTATION by cg class: Tools::BreakpointBrowser::BreakpointListEntryForLineBreak comment/format in: #breakPoint:

@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
)
@SET DEFINES=

make.exe -N -f bc.mak -DUSEVC=1 %DEFINES% %*