|
Revision 228, 100 bytes
(checked in by DRK, 5 years ago)
|
* Updated the bindings to support cairo 1.2 and cairo 1.4. Support for these can be enabled with the cairo_1_2 and cairo_1_4 version identifiers.
* Added pdf, ps and svg support.
* Updated the build script appropriately.
* Note that cairooo is not likely to receive any further updates in its current form. It is being forked and rewritten for Tango's graphics package, although a port back to Phobos isn't out of the question.
|
| Line | |
|---|
| 1 |
@ECHO OFF |
|---|
| 2 |
mkdir output 2>NUL |
|---|
| 3 |
bud -cleanup -release -I.. cairo_snippets_png && cairo_snippets_png |
|---|