compiler/vcmake.bat
author Jan Vrany <jan.vrany@fit.cvut.cz>
Tue, 25 Aug 2015 19:05:18 +0100
changeset 2 2a3e47c13905
parent 1 18b4a3b98e96
child 11 6d39860d0fdb
permissions -rw-r--r--
Removed classes meant for hosting Tea within Smalltalk/X. Hosting support will be re-added later.

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