.
This commit is contained in:
parent
01f4ad7f62
commit
6d36aa4442
100 changed files with 5138 additions and 13015 deletions
57
build.c
57
build.c
|
|
@ -1,52 +1,13 @@
|
|||
#if COLLA_ONLYCORE
|
||||
#define COLLA_NOTHREADS 1
|
||||
#define COLLA_NOSOCKETS 1
|
||||
#define COLLA_NOHTTP 1
|
||||
#define COLLA_NOSERVER 1
|
||||
#define COLLA_NOHOTRELOAD 1
|
||||
#endif
|
||||
|
||||
#if COLLA_NOSOCKETS
|
||||
#undef COLLA_NOHTTP
|
||||
#undef COLLA_NOSERVER
|
||||
#define COLLA_NOHTTP 1
|
||||
#define COLLA_NOSERVER 1
|
||||
#include "core.h"
|
||||
|
||||
#if COLLA_TCC
|
||||
#define COLLA_NO_CONDITION_VARIABLE 1
|
||||
#endif
|
||||
|
||||
#include "core.c"
|
||||
#include "os.c"
|
||||
#include "arena.c"
|
||||
#include "base64.c"
|
||||
#include "file.c"
|
||||
#include "format.c"
|
||||
#include "ini.c"
|
||||
#include "json.c"
|
||||
#include "str.c"
|
||||
#include "strstream.c"
|
||||
#include "tracelog.c"
|
||||
#include "utf8.c"
|
||||
#include "vmem.c"
|
||||
#include "xml.c"
|
||||
#include "sha1.c"
|
||||
#include "markdown.c"
|
||||
#include "highlight.c"
|
||||
#include "dir.c"
|
||||
|
||||
#if !COLLA_NOTHREADS
|
||||
#include "cthreads.c"
|
||||
#endif
|
||||
|
||||
#if !COLLA_NOSOCKETS
|
||||
#include "socket.c"
|
||||
#include "websocket.c"
|
||||
#endif
|
||||
|
||||
#if !COLLA_NOHTTP
|
||||
#include "http.c"
|
||||
#endif
|
||||
|
||||
#if !COLLA_NOSERVER
|
||||
#include "server.c"
|
||||
#endif
|
||||
|
||||
#if !COLLA_NOHOTRELOAD
|
||||
#include "hot_reload.c"
|
||||
#endif
|
||||
#include "parsers.c"
|
||||
#include "net.c"
|
||||
#include "darr.h"
|
||||
Loading…
Add table
Add a link
Reference in a new issue