|
Revision 443, 275 bytes
(checked in by athomas, 1 year ago)
|
Dev Todo:
- A few bugfixes.
- Added XML declaration parsing/saving. This is a stop-gap at best, but will
hopefully be useful to some.
- Removed reliance on builtin regex library. Hopefully the completely broken
version of glibc that instigated the inclusion of it is now out of
circulation.
- Fixed a whole bunch of compiler warnings on more recent GCC versions.
|
| Line | |
|---|
| 1 |
noinst_LTLIBRARIES=libutil.la |
|---|
| 2 |
libutil_la_SOURCES=Terminal.cc Terminal.h Lexer.cc Lexer.h \ |
|---|
| 3 |
Regex.cc Regex.h XML.cc XML.h Strings.cc Strings.h CommandArgs.cc CommandArgs.h |
|---|
| 4 |
|
|---|
| 5 |
rebuild: |
|---|
| 6 |
crash-module -veto --exclude Signal --module XML Strings Terminal CommandArgs --join 50,lib |
|---|