home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 277.lha / PatternLibrary / READ_ME < prev   
Encoding:
Text File  |  1989-08-08  |  1.3 KB  |  31 lines

  1. This zoo contains two main pieces. The first is the source and binary for an
  2. AmigaDOS shareable library which implements AmigaDOS pattern matching. The
  3. second is a program which 'compiles' 'fd' files into library headers and
  4. interface stubs.
  5.  
  6. Files included in directory Pattern:
  7.  
  8.     pattern.txt - description of the library and how it works
  9.     pattern.library - the library - copy to your LIBS: directory
  10.     pattern_lib.fd - 'fd' file for the library
  11.     compile.d, match.d - Draco source for the library
  12.     patternInternal.g - Draco include file for building the library
  13.     mklib - script file to use to build the final library file
  14.     pattern.lib - interface stubs for Draco - copy to DRLIB:
  15.     pattern.g - Draco include file for using the library - copy to DRINC:
  16.     test.d - Draco source for a simple test program
  17.     test.w - BLink 'with' file to build the test program
  18.  
  19. Files included in directory fdCompile:
  20.  
  21.     fdCompile.txt - description of the program, and how to use it
  22.             also includes some information on libraries in general
  23.     fdCompile - the 'fd' compiler
  24.  
  25. Other files included:
  26.  
  27.     expunge - program to expunge a given library from memory
  28.           to use, e.g. "expunge pattern.library"
  29.     expunge.d - Draco source for expunge
  30.     expunge.w - BLink 'with' file to compile expunge
  31.