Creating flexible logging system which supports XML and plain
text. Work under progress.
This commit is contained in:
parent
f578687b3d
commit
ac07ad67d9
5 changed files with 426 additions and 333 deletions
|
@ -7,6 +7,11 @@ runner_SOURCES = runner.c SDL_test.c
|
|||
runner_CLAGS = -W -Wall -Wextra -g `sdl-config --cflags` -DSDL_NO_COMPAT
|
||||
runner_LDFLAGS = `sdl-config --libs`
|
||||
|
||||
bin_PROGRAMS = logger
|
||||
logger_SOURCES = xml_logger.c xml.c
|
||||
logger_CLAGS = -W -Wall -Wextra -g `sdl-config --cflags` -DSDL_NO_COMPAT
|
||||
logger_LDFLAGS = `sdl-config --libs`
|
||||
|
||||
install: install-tests
|
||||
install-tests:
|
||||
-mkdir tests
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue