vcmake.bat
author Stefan Vogel <sv@exept.de>
Wed, 15 Apr 2020 20:18:14 +0200
changeset 25357 cec6ca6e3af4
parent 19725 2700a05aa011
child 19811 65fec19facb0
permissions -rw-r--r--
#BUGFIX by stefan class: FileStream changed: #copy:into:bufferSize: Unix: check that UnixOperatingSystem class >> #copyFromFd:toFd:startIndex:count: copied all the data

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