vcmake.bat
author Stefan Vogel <sv@exept.de>
Thu, 01 Oct 2015 23:42:51 +0200
changeset 18799 4ad4472385e5
parent 18531 f1efcc88ddd5
child 18555 7cc0ec139c8d
child 19725 2700a05aa011
permissions -rw-r--r--
#BUGFIX class: Object changed: #synchronized: return the block's value

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