vcmake.bat
author mawalch
Mon, 22 May 2017 12:19:24 +0200
changeset 3955 23fc9de7f301
parent 3715 0de181f1a092
child 3855 1db7742d33ad
permissions -rw-r--r--
#DOCUMENTATION by mawalch class: ApplicationModel comment/format in: #showActiveHelp:for:

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