initial commit

This commit is contained in:
louis
2014-04-12 17:10:43 +02:00
commit 801610d259
31 changed files with 9104 additions and 0 deletions

7
lib/Makefile Normal file
View File

@@ -0,0 +1,7 @@
all:
g++ -ggdb -DPLGDIR='"."' test.c common.c config.c db.c tabledef.c -lrt -lz -lmysqlclient -o t
clean:
rm -f *.o *.a *~ core