start new makefile, migrate to libpicofe

This commit is contained in:
notaz 2013-06-22 19:16:08 +03:00
parent 4685e5a10e
commit e743be2070
47 changed files with 246 additions and 6342 deletions

View file

@ -26,6 +26,6 @@ int pdb_net_connect(const char *host, const char *port);
#else
#define pdb_net_connect(a,b) 0
static inline int pdb_net_connect(const char *host, const char *port) {return 0;}
#endif