1 # $Id: README,v 1.2 1995/02/23 08:32:20 adam Exp $
4 Resource management + logging system, Europagate 1994
8 Makefile Makefile - use 'make all' / 'make clean'
9 gw-res.c Resource management - implementation.
10 gw-resp.h Resource management - private header file.
11 gw-res.h Resource management - public header file.
12 gw-log.c Logging system - implementation.
13 gw-log.h Logging system - public header file.
14 gw-log-test.c Small test example that uses the logging system.
15 gw-res-test.c Small interactive test program that uses the resources.
16 *.res Some resource files.
18 A 'make all' will create:
20 libres+log.a Library with logging+resource functions.
21 gw-log-test Small test program that uses the logging system.
22 gw-res-test Small test program that uses both logging+resource.
23 Starting the program with no parameters will invoke
24 a small interactive resource management shell.
26 Normal applications should include gw-res.h and gw-log.h. Link
27 with the library libres+log.a.
29 The API is described in gw-res.h and gw-log.h.