vcmake.bat
author Claus Gittinger <cg@exept.de>
Sat, 29 Dec 2018 12:50:13 +0100
changeset 3631 b7ed78d91bbb
parent 3608 92bfe0e54de9
permissions -rwxr-xr-x
#BUGFIX by cg class: Tools::ProjectBuilderAssistantApplication changed: #runBuildProcess:

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