vcmake.bat
author Jan Vrany <jan.vrany@fit.cvut.cz>
Mon, 06 Jul 2015 07:52:34 +0100
changeset 37 1ad7fb72801a
parent 33 f87d54770abe
permissions -rw-r--r--
Generate comment in FFI callouts Specifying the name and types of parameters and the return type.

@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 ..\..\stx\rules
    call vcsetup.bat
    popd
)
@SET DEFINES=

make.exe -N -f bc.mak -DUSEVC=1 %DEFINES% %*