vcmake.bat
author sr
Mon, 27 Jan 2020 17:21:09 +0100
changeset 2538 c7a44333cbf0
parent 1638 ba6a5298054c
permissions -rw-r--r--
#BUGFIX by Stefan Reise class: WebSocketTest changed: #testCommunicationFilename

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