lccmake.bat
author Jan Vrany <jan.vrany@fit.cvut.cz>
Sat, 26 Nov 2016 21:09:32 +0000
branchjv
changeset 7719 c2f802dd340a
parent 6404 0ace2bb4eed0
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:
6030
92b082b3ecdd *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     1
@REM -------
92b082b3ecdd *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     2
@REM make using lcc compiler
6404
Claus Gittinger <cg@exept.de>
parents: 6030
diff changeset
     3
@REM type lccmake, and wait...
6030
92b082b3ecdd *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     4
@REM do not edit - automatically generated from ProjectDefinition
92b082b3ecdd *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     5
@REM -------
6404
Claus Gittinger <cg@exept.de>
parents: 6030
diff changeset
     6
make.exe -N -f bc.mak -DUSELCC=1 %*
6030
92b082b3ecdd *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     7
92b082b3ecdd *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     8