vcmake.bat
author Jan Vrany <jan.vrany@fit.cvut.cz>
Sat, 01 Aug 2015 06:17:30 +0100
changeset 881 9a58acda666b
parent 252 feba6ee5c814
child 895 b3aea8e7474c
permissions -rw-r--r--
Introduced CategorySelectDialog for selecting class category Used by browser to rename class categories.

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