use arena everywhere + bunch of cool new stuff
This commit is contained in:
parent
8fdecd89a5
commit
ae59f269c2
51 changed files with 5443 additions and 7233 deletions
17
build.c
Normal file
17
build.c
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
// remember to link Ws2_32 (sockets, server, http) and Wininet (https) if you want to do networking stuff!
|
||||
|
||||
#include "colla/arena.c"
|
||||
#include "colla/base64.c"
|
||||
#include "colla/cthreads.c"
|
||||
#include "colla/file.c"
|
||||
#include "colla/format.c"
|
||||
#include "colla/http.c"
|
||||
#include "colla/ini.c"
|
||||
#include "colla/json.c"
|
||||
#include "colla/server.c"
|
||||
#include "colla/socket.c"
|
||||
#include "colla/str.c"
|
||||
#include "colla/strstream.c"
|
||||
#include "colla/tracelog.c"
|
||||
#include "colla/utf8.c"
|
||||
#include "colla/vmem.c"
|
||||
Loading…
Add table
Add a link
Reference in a new issue