vcmake.bat
author Jan Vrany <jan.vrany@fit.cvut.cz>
Thu, 17 Sep 2015 08:30:10 +0100
branchjv
changeset 18756 dd41c8e43373
parent 18555 7cc0ec139c8d
child 19811 65fec19facb0
permissions -rw-r--r--
FFI: Simplified handling of custom ExternalAddress subclasses Merged branches for FFI return type #pointer and #handle. Send #initilize from C code and return from there rather than magically change local variable and then hadling this in Smalltalk code (this was bit tricky and hard to understand)

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