vcmake.bat
author Jan Vrany <jan.vrany@fit.cvut.cz>
Thu, 26 Sep 2013 19:33:40 +0200
changeset 4795 0fc75d79e472
parent 4515 d2021e9c1a5f
child 4851 6cebb40eb268
child 5161 60b3731acbd9
permissions -rwxr-xr-x
Completion support refactored: - created an abstract superclass to ease customization of completion support. - stx_libwidg class>>classNamesAndAttributes fixed so classes are listed in load order and package checker does not report any issues.

@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
)
make.exe -N -f bc.mak -DUSEVC %*