vcmake.bat
author Stefan Vogel <sv@exept.de>
Wed, 20 Jul 2016 18:34:33 +0200
changeset 5185 c76ea98ff1dc
parent 4921 e710835bd7bd
child 5197 4c7442c47ab5
permissions -rwxr-xr-x
New View class hierarchy due to delegated GC

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