]> git.sur5r.net Git - cc65/commit
Moved the first couple of files from 'geos-cbm' to 'geos-common' which are believed...
authorol.sc <ol.sc@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sat, 4 Feb 2012 13:47:31 +0000 (13:47 +0000)
committerol.sc <ol.sc@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sat, 4 Feb 2012 13:47:31 +0000 (13:47 +0000)
commit2bf9cd2ee14050db34a03829cf8623d6a6034b77
tree72d487d09c3c820559bba8cb08929d4ae0c077a8
parentd5fa3e3153a42d5bf2daacaeeb182e9c30470eaf
Moved the first couple of 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@5435 b7a2c559-68d2-44c3-8de9-860c34a00d81
23 files changed:
libsrc/Makefile
libsrc/geos-cbm/Makefile
libsrc/geos-cbm/dlgbox/Makefile [deleted file]
libsrc/geos-cbm/dlgbox/dbget2lines.s [deleted file]
libsrc/geos-cbm/dlgbox/dlgboxfileselect.s [deleted file]
libsrc/geos-cbm/dlgbox/dlgboxgetstring.s [deleted file]
libsrc/geos-cbm/dlgbox/dlgboxok.s [deleted file]
libsrc/geos-cbm/dlgbox/dlgboxokcancel.s [deleted file]
libsrc/geos-cbm/dlgbox/dlgboxyesno.s [deleted file]
libsrc/geos-cbm/dlgbox/dodlgbox.s [deleted file]
libsrc/geos-cbm/dlgbox/messagebox.c [deleted file]
libsrc/geos-cbm/dlgbox/rstrfrmdialogue.s [deleted file]
libsrc/geos-common/Makefile [new file with mode: 0644]
libsrc/geos-common/dlgbox/Makefile [new file with mode: 0644]
libsrc/geos-common/dlgbox/dbget2lines.s [new file with mode: 0644]
libsrc/geos-common/dlgbox/dlgboxfileselect.s [new file with mode: 0644]
libsrc/geos-common/dlgbox/dlgboxgetstring.s [new file with mode: 0644]
libsrc/geos-common/dlgbox/dlgboxok.s [new file with mode: 0644]
libsrc/geos-common/dlgbox/dlgboxokcancel.s [new file with mode: 0644]
libsrc/geos-common/dlgbox/dlgboxyesno.s [new file with mode: 0644]
libsrc/geos-common/dlgbox/dodlgbox.s [new file with mode: 0644]
libsrc/geos-common/dlgbox/messagebox.c [new file with mode: 0644]
libsrc/geos-common/dlgbox/rstrfrmdialogue.s [new file with mode: 0644]