vcmake.bat
author Claus Gittinger <cg@exept.de>
Mon, 27 May 2019 16:53:37 +0200
changeset 24192 18512bf68422
parent 19725 2700a05aa011
child 19811 65fec19facb0
permissions -rw-r--r--
#DOCUMENTATION by cg class: Integer category of: #anyBitOfMagnitudeFrom:to: #highBitOfMagnitude

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