# $Id: README,v 1.4 1995/04/17 09:36:15 adam Exp $ Resource management + logging system, Europagate 1994-1995 File Description Makefile Makefile - use 'make depend; make all' gw-res.c Resource management - implementation. gw-resp.h Resource management - private header file. gw-res.h Resource management - public header file. gw-log.c Logging system - implementation. gw-log.h Logging system - public header file. gw-log-test.c Small test example that uses the logging system. gw-res-test.c Small interactive test program that uses the resources. *.res Some resource files. A 'make all' will create: libres+log.a Library with logging+resource functions. gw-log-test Small test program that uses the logging system. gw-res-test Small test program that uses both logging+resource. Starting the program with no parameters will invoke a small interactive resource management shell. Normal applications should include gw-res.h and gw-log.h. Link with the library libres+log.a. The API is described in gw-res.h and gw-log.h. Adam Dickmeiss