vcmake.bat
author Claus Gittinger <cg@exept.de>
Wed, 15 May 2019 14:19:15 +0200
changeset 4426 a82374e79e97
parent 4150 90ea3812ccb7
child 4166 66a7a47f9253
permissions -rwxr-xr-x
#DOCUMENTATION by cg class: CVSSourceCodeManager class comment/format in: #revisionLogOf:fromRevision:toRevision:numberOfRevisions:fileName:directory:module:

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