vcmake.bat
author Claus Gittinger <cg@exept.de>
Fri, 13 Dec 2019 20:16:06 +0100
changeset 4526 f87aa4714f76
parent 4150 90ea3812ccb7
child 4166 66a7a47f9253
permissions -rwxr-xr-x
#BUGFIX by cg class: MethodChange changed: #class:selector:source:category: decompose className into namespace and base-class name

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