vcmake.bat
author Claus Gittinger <cg@exept.de>
Sun, 26 Aug 2018 14:44:04 +0200
changeset 1068 d31a825dfb42
parent 1064 5dc251f0cf40
permissions -rw-r--r--
#OTHER by cg update

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