vcmake.bat
author Claus Gittinger <cg@exept.de>
Thu, 16 Feb 2017 12:41:49 +0100
changeset 3892 b5155b4c3e11
parent 3715 0de181f1a092
child 3855 1db7742d33ad
permissions -rw-r--r--
#REFACTORING by cg class: ToolApplicationModel changed: #menuHelp

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