view ext/sord/sord-single.c @ 253:1637bec2dfdc

Remove these version-dependent autogenerated files; let's aim to have them regenerated on build instead. The main reason they were here was because of the lack of capnpc for Windows/VC++ and that has been resolved with Cap'n Proto v0.6.
author Chris Cannam <cannam@all-day-breakfast.com>
date Tue, 27 Jun 2017 14:37:15 +0100
parents cb51adadccd5
children
line wrap: on
line source
// Include all Serd and Sord source files into a single file.
// This is not part of the original libraries.

#include "../serd/src/byte_source.c"
#include "../serd/src/env.c"
#include "../serd/src/node.c"
#include "../serd/src/reader.c"
#include "../serd/src/string.c"
#include "../serd/src/uri.c"
#include "../serd/src/writer.c"

#include "src/sord.c"
#include "src/syntax.c"