home *** CD-ROM | disk | FTP | other *** search
-
- README for AD2C - convert resource files to C decls
-
- George Ferguson, ferguson@cs.rochester.edu
-
- 12 Nov 1990
-
- DESCRIPTION:
-
- Ad2c is a program which converts X resource files into C
- declarations appropriate for inclusion as fallback resources.
- The program is a sed script which is effectively a finite state
- machine, escaping quotes and backslashes (and newlines where
- necessary), and adding quotes and commas as needed for array
- initialization.
-
- DISCLAIMER:
-
- This software is provided as is with no warranty expressed or implied.
- I hope you find it useful, but I won't be held responsable for
- any damage that may occur from reading, compiling, installing or
- using it.
-
- You are free to use any part of this code for other purposes. It
- would be nice if you could keep my name on some part of whatever the
- final product is.
-
- INSTALLATION:
-
- 1. Edit ad2c to reflect where its script file ad2c.sed is installed.
-
- 2. Make sure ad2c is executable.
-