vcmake.bat
author Claus Gittinger <cg@exept.de>
Wed, 25 Jan 2017 16:10:02 +0100
changeset 17265 60e2286680a6
parent 16403 d7e706dedbe8
child 16408 bc62fb9a8df6
permissions -rwxr-xr-x
#REFACTORING by cg class: Tools::Inspector2Tab added: #toBrowseClass:selector:label: utility method

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