vcmake.bat
author Stefan Vogel <sv@exept.de>
Thu, 01 Oct 2015 00:32:44 +0200
changeset 18785 5b58b205c252
parent 18531 f1efcc88ddd5
child 18555 7cc0ec139c8d
child 19725 2700a05aa011
permissions -rw-r--r--
#REFACTORING class: PipeStream #closeFile is protected (again)

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