vcmake.bat
author Claus Gittinger <cg@exept.de>
Mon, 16 Dec 2019 11:42:04 +0100
changeset 25127 22ff3c08a076
parent 19725 2700a05aa011
child 19811 65fec19facb0
permissions -rw-r--r--
cp850 was missing (CMD output)

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