tests/bmake.bat
author Jan Vrany <jan.vrany@fit.cvut.cz>
Thu, 18 Feb 2016 23:49:44 +0000
branchjv
changeset 7150 000f5ae96151
child 7315 aed1314a2448
permissions -rw-r--r--
X11/FontConfig: FontConfig related code extracted from XftFontDescription to separate classes This results not only in a cleaner code but also allows to use FontConfig API by other parts.

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