bmake.bat
author Jan Vrany <jan.vrany@fit.cvut.cz>
Fri, 12 Feb 2016 16:36:39 +0000
changeset 35 395689a88b32
parent 21 34bf952f3f60
child 84 f60861ccb4a3
permissions -rw-r--r--
Make Cairo::GraphicsContext to inherit from DeviceGraphicsContext This allows using Cairo's GraphicsContext in views as *the* graphics context so the whole view is then rendered by Cairo.

@REM -------
@REM make using Borland bcc32
@REM type bmake, and wait...
@REM do not edit - automatically generated from ProjectDefinition
@REM -------
@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  %DEFINES% %*