home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d1xx / d128 / ledclock.lha / LedClock / README < prev    next >
Text File  |  1988-01-02  |  877b  |  21 lines

  1. Here's a clock program I wrote a while back. I run it on my Amiga all the
  2. time, and most people who see it seem to like it. So, I decided to post it.
  3.  
  4. LedClock is a extremely simple clock program. It's got no frills --- No alarm,
  5. no runtime parameters. 12/24 hour selection (and some other options) can be
  6. specified at compile time only. LedClock runs only on interlaced screens ---
  7. it will start up and run on a noninterlaced screen, except it'll look
  8. ugly.
  9.  
  10. There is one source file --- leds.c. Makefile for Manx is also provided, but
  11. in case it's lost, be sure to link with the "+cd" option. (This causes the
  12. small amount of static images in the program to be loaded into chip memory.):
  13.  
  14. cc leds.c
  15. ln +cd leds.o -lc
  16.  
  17. The final executable is about 3200 bytes. Note that you'll get two redefinition
  18. warnings at link time; please ignore them.
  19.  
  20. Ali Ozer, ali@rocky.stanford.edu
  21.