diff options
author | YamaArashi <shadow962@live.com> | 2016-02-08 20:41:14 -0800 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-02-08 20:41:14 -0800 |
commit | 384e0c619effc4592854ad733584d2c6fb09d843 (patch) | |
tree | 43c89c1b7ac20b43c82ec8d79f4c0dc6fb31ab3f /gcc/README.FRESCO | |
parent | a38b952671192d96d107b0ef007d6424dc30525e (diff) |
remove platform readmes
Diffstat (limited to 'gcc/README.FRESCO')
-rwxr-xr-x | gcc/README.FRESCO | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/gcc/README.FRESCO b/gcc/README.FRESCO deleted file mode 100755 index 334e780..0000000 --- a/gcc/README.FRESCO +++ /dev/null @@ -1,17 +0,0 @@ -Compiling Fresco with g++ ------------------------------ - -Fresco is an evolving interface and toolkit for object-oriented -graphics. A preliminary version (written in C++) was released -with x11r6. - -Previous versions of Fresco have not compiled using g++, -partly because of the use of true and false as identifiers. -(They are now reserved words in g++, as required by the -ANSI/ISO draft standard for C++.) - -If you get x11r6 with public patch #5 or a later version -of Fresco, these problems should now be fixed. - -See http://www.faslab.com/fresco/HomePage.html for information -on Fresco, including how to get the latest version. |