Changeset 228 for trunk/cairo/util

Show
Ignore:
Timestamp:
11/03/07 22:54:06 (5 years ago)
Author:
DRK
Message:

* 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.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/cairo/util/script.d

    r179 r228  
    8686    } 
    8787 
    88     void 
     88    /+void 
    8989    echof(...) 
    9090    { 
    9191        // D really needs argument exploding... 
    9292        writefx(stdout, _arguments, _argptr, true); 
     93    }+/ 
     94 
     95    void 
     96    echof(T...)(T args) 
     97    { 
     98        writefln("", args); 
    9399    } 
    94100 
     
    120126            opts[$-1] = fixPath(opt); 
    121127        } 
    122         exec("build",opts); 
     128        exec("bud",opts); 
    123129    } 
    124130