gitHub/vcmake.bat
author Claus Gittinger <cg@exept.de>
Mon, 02 Jul 2018 09:49:49 +0200
branchcvs_MAIN
changeset 837 87d2bfaa3709
parent 827 ab4c7c117c32
permissions -rw-r--r--
#DOCUMENTATION by cg class: stx_libscm_gitHub class added: #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% %*