diff options
Diffstat (limited to 'raster/Jamfile')
-rw-r--r-- | raster/Jamfile | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/raster/Jamfile b/raster/Jamfile deleted file mode 100644 index 6c8d2830..00000000 --- a/raster/Jamfile +++ /dev/null @@ -1,21 +0,0 @@ -SubDir TOP raster ; - -Library libraster : - glyphcache.c - pixmap.c - porterduff.c - meshdraw.c - imagedraw.c - imageunpack.c - imagescale.c - pathscan.c - pathfill.c - pathstroke.c - render.c - blendmodes.c - ; - -if $(OSPLAT) = PPC { Library libraster : archppc.c ; } -if $(OSPLAT) = SPARC { Library libraster : archsparc.c ; } -if $(OSPLAT) = X86 { Library libraster : archx86.c ; } - |