vcmake.bat
author Claus Gittinger <cg@exept.de>
Tue, 28 Jan 2020 17:35:28 +0100
changeset 4623 88a5ca3677ee
parent 3775 9753e480618e
child 3841 a22f33410bdf
permissions -rwxr-xr-x
#REFACTORING by cg class: InstrumentingCompiler added: #undefError:position:to: removed: #correctVariable:atPosition:to:

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