vcmake.bat
author Claus Gittinger <cg@exept.de>
Fri, 16 Dec 2016 16:46:39 +0100
changeset 6012 72f6549056a4
parent 5802 b6e5d2a52ea0
child 5810 ff31884ac479
permissions -rwxr-xr-x
#DOCUMENTATION by cg class: DialogBox comment/format in: #confirmWithCancel:labels:default: #confirmWithCancel:labels:values:default: #confirmWithCancel:labels:values:default:check:on:title: #confirmWithCancel:labels:values:default:title: changed: #confirmWithCancel:labels:values:default:boxLabel:

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