vcmake.bat
author Claus Gittinger <cg@exept.de>
Wed, 26 Mar 2014 22:59:54 +0100
changeset 3319 2b9a15e04435
parent 3127 cdde3f74c6b1
child 3374 1bbd5d58627b
permissions -rw-r--r--
class: IndirectValue comment/format in: #documentation

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