vcmake.bat
author Claus Gittinger <cg@exept.de>
Tue, 02 Dec 2014 18:54:32 +0100
changeset 5201 0af892226d06
parent 5161 60b3731acbd9
child 5182 64bfca913dab
child 5438 41aac91432b5
permissions -rwxr-xr-x
class: GenericToolbarIconLibrary added: #left2Arrow20x20Icon changed: #historyBackInGlobalListIcon (send #left2Arrow20x20Icon instead of #left2Arrow24x24Icon)

@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=
@REM Kludge got Mercurial, cannot be implemented in Borland make
@FOR /F "tokens=*" %%i in ('hg root') do SET HGROOT=%%i
@IF "%HGROOT%" NEQ "" SET DEFINES=%DEFINES% "-DHGROOT=%HGROOT%"
make.exe -N -f bc.mak -DUSEVC=1 %DEFINES% %*