vcmake.bat
author Michael Beyl <mb@exept.de>
Mon, 09 Sep 2013 12:58:56 +0200
changeset 2684 5c89e4f509c0
parent 2678 c865275e48a7
child 2731 13f5be2bf83b
permissions -rw-r--r--
subprojects (accidently added) removed....

@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
)
make.exe -N -f bc.mak -DUSEVC %*