bmake.bat
author Jan Vrany <jan.vrany@fit.cvut.cz>
Sat, 26 Nov 2016 21:09:32 +0000
branchjv
changeset 7719 c2f802dd340a
parent 7541 39940e2446a5
permissions -rw-r--r--
XFT: Forbid XFT rendering on bitmaps (depth-1 pixmaps) In theory it could work if XFT would just turn gray into either black or white. But XFT doesn't do it and simply draw nothing without failing in any way. To prevent this silent failures, forbid drawing XFT onto bitmaps (depth-1 pixmaps). After all, the while point of XFT is to use anti-aliased fonts.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
5381
487eacfbc13c automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 4864
diff changeset
     1
@REM -------
6402
Claus Gittinger <cg@exept.de>
parents: 5857
diff changeset
     2
@REM make using Borland bcc32
5381
487eacfbc13c automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 4864
diff changeset
     3
@REM type bmake, and wait...
487eacfbc13c automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 4864
diff changeset
     4
@REM do not edit - automatically generated from ProjectDefinition
487eacfbc13c automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 4864
diff changeset
     5
@REM -------
6402
Claus Gittinger <cg@exept.de>
parents: 5857
diff changeset
     6
@SET DEFINES=
7150
000f5ae96151 X11/FontConfig: FontConfig related code extracted from XftFontDescription to separate classes
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 7005
diff changeset
     7
@REM Kludge got Mercurial, cannot be implemented in Borland make
000f5ae96151 X11/FontConfig: FontConfig related code extracted from XftFontDescription to separate classes
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 7005
diff changeset
     8
@FOR /F "tokens=*" %%i in ('hg root') do SET HGROOT=%%i
000f5ae96151 X11/FontConfig: FontConfig related code extracted from XftFontDescription to separate classes
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 7005
diff changeset
     9
@IF "%HGROOT%" NEQ "" SET DEFINES=%DEFINES% "-DHGROOT=%HGROOT%"
7005
5112b07bae09 initial checkin
Claus Gittinger <cg@exept.de>
parents: 6703
diff changeset
    10
6402
Claus Gittinger <cg@exept.de>
parents: 5857
diff changeset
    11
make.exe -N -f bc.mak  %DEFINES% %*
4864
bde9b91cd860 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 4689
diff changeset
    12
bde9b91cd860 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 4689
diff changeset
    13
7435
8c125083e4f0 Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7005
diff changeset
    14
8c125083e4f0 Inheritance changed due to delegated GC
Stefan Vogel <sv@exept.de>
parents: 7005
diff changeset
    15