home *** CD-ROM | disk | FTP | other *** search
/ Photo CD Demo 1 / Demo.bin / gle / gle / glepath.h < prev    next >
Text File  |  1992-11-29  |  462b  |  15 lines

  1. /* This file defines where gle library stuff is to be installed in the
  2.    unix file system,  This tree contains the help, example and
  3.    font files.
  4.    (done in make file)
  5.  
  6.    #define GLEPATH "/usr/local/gle/"
  7. */
  8.  
  9. /* This defines where gle backend binaries are to be installed,
  10.    normally in /usr/local/bin
  11.    NOTE: this is not actually used, this must be a directory which
  12.    is in the PATH or gle won't find it's binaries.
  13. */
  14. #define GLEBINS "/usr/local/bin"
  15.