home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1995 August / NEBULA.bin / SourceCode / daymisckit_proj / Examples / DAYLogFile / ReadMe < prev    next >
Encoding:
Text File  |  1993-07-11  |  407 b   |  13 lines

  1.  
  2. WHAT'S HERE:
  3.  
  4. A simple test program is provided which demonstrates how to use the object
  5. and tests a few of the basic features.  To compile the test program
  6. LogFileTest.m, type:  (assuming daymisckit is installed properly)
  7.  
  8. cc -O -Wall -o LogFileTest LogFileTest.m -ldaymisckit -lNeXT_s
  9.  
  10.  
  11.  
  12. This program was used to verify proper operation of some, but not all, of
  13. the DAYLogFile methods during development.