vcmake.bat
author Claus Gittinger <cg@exept.de>
Tue, 29 Sep 2015 19:24:11 +0200
changeset 15867 6ff563123b00
parent 13894 20a45f65a465
child 15879 9a11c602ebcf
child 16403 d7e706dedbe8
permissions -rwxr-xr-x
new inspector tab for strings

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