vcmake.bat
author Claus Gittinger <cg@exept.de>
Mon, 02 Jul 2018 14:58:32 +0200
changeset 4336 d5a9051236fb
parent 4150 90ea3812ccb7
child 4166 66a7a47f9253
permissions -rwxr-xr-x
#TUNING by cg class: CVSSourceCodeManager class added: #checkoutModule:directory:withTag:orTimestamp:andDo: comment/format in: #newestRevisionsInModule:directory: changed: #checkoutModule:directory:andDo: #revisionsInModule:directory:fromDate: #streamForClass:fileName:revision:directory:module:cache:

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