vcmake.bat
author Claus Gittinger <cg@exept.de>
Fri, 08 Dec 2017 19:08:35 +0100
changeset 4032 b168a2dd848a
parent 3715 0de181f1a092
child 3855 1db7742d33ad
permissions -rw-r--r--
#UI_ENHANCEMENT by cg class: Icon class changed: #stxIcon #stxIcon32x32

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