- uppercase is deprecated

svn path=/trunk/boinc_samples/; revision=14790
This commit is contained in:
David Anderson 2008-02-25 22:46:11 +00:00
parent 08e1acebec
commit 1e1c8ee5bf
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,7 @@
NOTE: this app is deprecated and won't build.
Use boinc_samples/example_app/ instead.
----------------------
The graphics should show a bouncing ball.
If you want a logo, put a file "logo.jpg" in this directory.

View File

@ -17,6 +17,8 @@
// or write to the Free Software Foundation, Inc.,
// 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
// DEPRECATED!!! Use example_app/ instead
//
// This is the primary sample BOINC application;
// it shows most of the features of the BOINC API.
//