From 0828464f26cbcbe1ba3c8e905a5936a360c3b863 Mon Sep 17 00:00:00 2001 From: "ol.sc" Date: Sat, 4 Feb 2012 17:17:32 +0000 Subject: [PATCH] Moved the 'graph' files from 'geos-cbm' to 'geos-common' which are believed to work as-is on Apple GEOS too. git-svn-id: svn://svn.cc65.org/cc65/trunk@5439 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- libsrc/{geos-cbm => geos-common}/graph/Makefile | 0 libsrc/{geos-cbm => geos-common}/graph/bitmapclip.s | 0 libsrc/{geos-cbm => geos-common}/graph/bitmapregs.s | 0 libsrc/{geos-cbm => geos-common}/graph/bitmapup.s | 0 libsrc/{geos-cbm => geos-common}/graph/bitotherclip.s | 0 libsrc/{geos-cbm => geos-common}/graph/drawline.s | 0 libsrc/{geos-cbm => geos-common}/graph/drawpoint.s | 0 libsrc/{geos-cbm => geos-common}/graph/framerectangle.s | 0 libsrc/{geos-cbm => geos-common}/graph/getcharwidth.s | 0 libsrc/{geos-cbm => geos-common}/graph/getintcharint.s | 0 libsrc/{geos-cbm => geos-common}/graph/graphicsstring.s | 0 libsrc/{geos-cbm => geos-common}/graph/hlineregs.s | 0 libsrc/{geos-cbm => geos-common}/graph/horizontalline.s | 0 libsrc/{geos-cbm => geos-common}/graph/imprintrectangle.s | 0 libsrc/{geos-cbm => geos-common}/graph/initdrawwindow.s | 0 libsrc/{geos-cbm => geos-common}/graph/invertline.s | 0 libsrc/{geos-cbm => geos-common}/graph/invertrectangle.s | 0 libsrc/{geos-cbm => geos-common}/graph/loadcharset.s | 0 libsrc/{geos-cbm => geos-common}/graph/pointregs.s | 0 libsrc/{geos-cbm => geos-common}/graph/put_char.s | 0 libsrc/{geos-cbm => geos-common}/graph/putdecimal.s | 0 libsrc/{geos-cbm => geos-common}/graph/putstring.s | 0 libsrc/{geos-cbm => geos-common}/graph/recoverline.s | 0 libsrc/{geos-cbm => geos-common}/graph/recoverrectangle.s | 0 libsrc/{geos-cbm => geos-common}/graph/rectangle.s | 0 libsrc/{geos-cbm => geos-common}/graph/setpattern.s | 0 libsrc/{geos-cbm => geos-common}/graph/testpoint.s | 0 libsrc/{geos-cbm => geos-common}/graph/usesystemfont.s | 0 libsrc/{geos-cbm => geos-common}/graph/verticalline.s | 0 29 files changed, 0 insertions(+), 0 deletions(-) rename libsrc/{geos-cbm => geos-common}/graph/Makefile (100%) rename libsrc/{geos-cbm => geos-common}/graph/bitmapclip.s (100%) rename libsrc/{geos-cbm => geos-common}/graph/bitmapregs.s (100%) rename libsrc/{geos-cbm => geos-common}/graph/bitmapup.s (100%) rename libsrc/{geos-cbm => geos-common}/graph/bitotherclip.s (100%) rename libsrc/{geos-cbm => geos-common}/graph/drawline.s (100%) rename libsrc/{geos-cbm => geos-common}/graph/drawpoint.s (100%) rename libsrc/{geos-cbm => geos-common}/graph/framerectangle.s (100%) rename libsrc/{geos-cbm => geos-common}/graph/getcharwidth.s (100%) rename libsrc/{geos-cbm => geos-common}/graph/getintcharint.s (100%) rename libsrc/{geos-cbm => geos-common}/graph/graphicsstring.s (100%) rename libsrc/{geos-cbm => geos-common}/graph/hlineregs.s (100%) rename libsrc/{geos-cbm => geos-common}/graph/horizontalline.s (100%) rename libsrc/{geos-cbm => geos-common}/graph/imprintrectangle.s (100%) rename libsrc/{geos-cbm => geos-common}/graph/initdrawwindow.s (100%) rename libsrc/{geos-cbm => geos-common}/graph/invertline.s (100%) rename libsrc/{geos-cbm => geos-common}/graph/invertrectangle.s (100%) rename libsrc/{geos-cbm => geos-common}/graph/loadcharset.s (100%) rename libsrc/{geos-cbm => geos-common}/graph/pointregs.s (100%) rename libsrc/{geos-cbm => geos-common}/graph/put_char.s (100%) rename libsrc/{geos-cbm => geos-common}/graph/putdecimal.s (100%) rename libsrc/{geos-cbm => geos-common}/graph/putstring.s (100%) rename libsrc/{geos-cbm => geos-common}/graph/recoverline.s (100%) rename libsrc/{geos-cbm => geos-common}/graph/recoverrectangle.s (100%) rename libsrc/{geos-cbm => geos-common}/graph/rectangle.s (100%) rename libsrc/{geos-cbm => geos-common}/graph/setpattern.s (100%) rename libsrc/{geos-cbm => geos-common}/graph/testpoint.s (100%) rename libsrc/{geos-cbm => geos-common}/graph/usesystemfont.s (100%) rename libsrc/{geos-cbm => geos-common}/graph/verticalline.s (100%) diff --git a/libsrc/geos-cbm/graph/Makefile b/libsrc/geos-common/graph/Makefile similarity index 100% rename from libsrc/geos-cbm/graph/Makefile rename to libsrc/geos-common/graph/Makefile diff --git a/libsrc/geos-cbm/graph/bitmapclip.s b/libsrc/geos-common/graph/bitmapclip.s similarity index 100% rename from libsrc/geos-cbm/graph/bitmapclip.s rename to libsrc/geos-common/graph/bitmapclip.s diff --git a/libsrc/geos-cbm/graph/bitmapregs.s b/libsrc/geos-common/graph/bitmapregs.s similarity index 100% rename from libsrc/geos-cbm/graph/bitmapregs.s rename to libsrc/geos-common/graph/bitmapregs.s diff --git a/libsrc/geos-cbm/graph/bitmapup.s b/libsrc/geos-common/graph/bitmapup.s similarity index 100% rename from libsrc/geos-cbm/graph/bitmapup.s rename to libsrc/geos-common/graph/bitmapup.s diff --git a/libsrc/geos-cbm/graph/bitotherclip.s b/libsrc/geos-common/graph/bitotherclip.s similarity index 100% rename from libsrc/geos-cbm/graph/bitotherclip.s rename to libsrc/geos-common/graph/bitotherclip.s diff --git a/libsrc/geos-cbm/graph/drawline.s b/libsrc/geos-common/graph/drawline.s similarity index 100% rename from libsrc/geos-cbm/graph/drawline.s rename to libsrc/geos-common/graph/drawline.s diff --git a/libsrc/geos-cbm/graph/drawpoint.s b/libsrc/geos-common/graph/drawpoint.s similarity index 100% rename from libsrc/geos-cbm/graph/drawpoint.s rename to libsrc/geos-common/graph/drawpoint.s diff --git a/libsrc/geos-cbm/graph/framerectangle.s b/libsrc/geos-common/graph/framerectangle.s similarity index 100% rename from libsrc/geos-cbm/graph/framerectangle.s rename to libsrc/geos-common/graph/framerectangle.s diff --git a/libsrc/geos-cbm/graph/getcharwidth.s b/libsrc/geos-common/graph/getcharwidth.s similarity index 100% rename from libsrc/geos-cbm/graph/getcharwidth.s rename to libsrc/geos-common/graph/getcharwidth.s diff --git a/libsrc/geos-cbm/graph/getintcharint.s b/libsrc/geos-common/graph/getintcharint.s similarity index 100% rename from libsrc/geos-cbm/graph/getintcharint.s rename to libsrc/geos-common/graph/getintcharint.s diff --git a/libsrc/geos-cbm/graph/graphicsstring.s b/libsrc/geos-common/graph/graphicsstring.s similarity index 100% rename from libsrc/geos-cbm/graph/graphicsstring.s rename to libsrc/geos-common/graph/graphicsstring.s diff --git a/libsrc/geos-cbm/graph/hlineregs.s b/libsrc/geos-common/graph/hlineregs.s similarity index 100% rename from libsrc/geos-cbm/graph/hlineregs.s rename to libsrc/geos-common/graph/hlineregs.s diff --git a/libsrc/geos-cbm/graph/horizontalline.s b/libsrc/geos-common/graph/horizontalline.s similarity index 100% rename from libsrc/geos-cbm/graph/horizontalline.s rename to libsrc/geos-common/graph/horizontalline.s diff --git a/libsrc/geos-cbm/graph/imprintrectangle.s b/libsrc/geos-common/graph/imprintrectangle.s similarity index 100% rename from libsrc/geos-cbm/graph/imprintrectangle.s rename to libsrc/geos-common/graph/imprintrectangle.s diff --git a/libsrc/geos-cbm/graph/initdrawwindow.s b/libsrc/geos-common/graph/initdrawwindow.s similarity index 100% rename from libsrc/geos-cbm/graph/initdrawwindow.s rename to libsrc/geos-common/graph/initdrawwindow.s diff --git a/libsrc/geos-cbm/graph/invertline.s b/libsrc/geos-common/graph/invertline.s similarity index 100% rename from libsrc/geos-cbm/graph/invertline.s rename to libsrc/geos-common/graph/invertline.s diff --git a/libsrc/geos-cbm/graph/invertrectangle.s b/libsrc/geos-common/graph/invertrectangle.s similarity index 100% rename from libsrc/geos-cbm/graph/invertrectangle.s rename to libsrc/geos-common/graph/invertrectangle.s diff --git a/libsrc/geos-cbm/graph/loadcharset.s b/libsrc/geos-common/graph/loadcharset.s similarity index 100% rename from libsrc/geos-cbm/graph/loadcharset.s rename to libsrc/geos-common/graph/loadcharset.s diff --git a/libsrc/geos-cbm/graph/pointregs.s b/libsrc/geos-common/graph/pointregs.s similarity index 100% rename from libsrc/geos-cbm/graph/pointregs.s rename to libsrc/geos-common/graph/pointregs.s diff --git a/libsrc/geos-cbm/graph/put_char.s b/libsrc/geos-common/graph/put_char.s similarity index 100% rename from libsrc/geos-cbm/graph/put_char.s rename to libsrc/geos-common/graph/put_char.s diff --git a/libsrc/geos-cbm/graph/putdecimal.s b/libsrc/geos-common/graph/putdecimal.s similarity index 100% rename from libsrc/geos-cbm/graph/putdecimal.s rename to libsrc/geos-common/graph/putdecimal.s diff --git a/libsrc/geos-cbm/graph/putstring.s b/libsrc/geos-common/graph/putstring.s similarity index 100% rename from libsrc/geos-cbm/graph/putstring.s rename to libsrc/geos-common/graph/putstring.s diff --git a/libsrc/geos-cbm/graph/recoverline.s b/libsrc/geos-common/graph/recoverline.s similarity index 100% rename from libsrc/geos-cbm/graph/recoverline.s rename to libsrc/geos-common/graph/recoverline.s diff --git a/libsrc/geos-cbm/graph/recoverrectangle.s b/libsrc/geos-common/graph/recoverrectangle.s similarity index 100% rename from libsrc/geos-cbm/graph/recoverrectangle.s rename to libsrc/geos-common/graph/recoverrectangle.s diff --git a/libsrc/geos-cbm/graph/rectangle.s b/libsrc/geos-common/graph/rectangle.s similarity index 100% rename from libsrc/geos-cbm/graph/rectangle.s rename to libsrc/geos-common/graph/rectangle.s diff --git a/libsrc/geos-cbm/graph/setpattern.s b/libsrc/geos-common/graph/setpattern.s similarity index 100% rename from libsrc/geos-cbm/graph/setpattern.s rename to libsrc/geos-common/graph/setpattern.s diff --git a/libsrc/geos-cbm/graph/testpoint.s b/libsrc/geos-common/graph/testpoint.s similarity index 100% rename from libsrc/geos-cbm/graph/testpoint.s rename to libsrc/geos-common/graph/testpoint.s diff --git a/libsrc/geos-cbm/graph/usesystemfont.s b/libsrc/geos-common/graph/usesystemfont.s similarity index 100% rename from libsrc/geos-cbm/graph/usesystemfont.s rename to libsrc/geos-common/graph/usesystemfont.s diff --git a/libsrc/geos-cbm/graph/verticalline.s b/libsrc/geos-common/graph/verticalline.s similarity index 100% rename from libsrc/geos-cbm/graph/verticalline.s rename to libsrc/geos-common/graph/verticalline.s -- 2.39.5