Add build script.
[brdnet.git] / brodnetd.pas
blob731a84a78ac814ac4d34eaa4053ba34601d00d51
1 PROGRAM brodnetd;
3 { Poll loop. Read message, get handler, exec handler. }
4 uses cthreads,ServerLoop
5 ,TestWatch
6 ,TestChat
7 ,AsyncProcess
8 ,Upload
9 ,Download
10 ,TestFS
11 ,dht
12 ,dhtBootStatic
13 ,dhtPersist
14 ,ECC
17 BEGIN
18 ServerLoop.Main;
19 END.