vcmake.bat
author Claus Gittinger <cg@exept.de>
Wed, 15 Feb 2017 21:45:55 +0100
changeset 4324 c3d7f79e34b0
parent 3891 d13b7cbc93cc
child 3970 db0539a03787
permissions -rw-r--r--
#DOCUMENTATION by cg class: RandomKISS comment/format in: #documentation

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