lua serialize support

This commit is contained in:
云风
2012-08-09 11:36:39 +08:00
parent 0f5fa26052
commit b33b5fab39
16 changed files with 894 additions and 49 deletions

8
lua-serialize/Makefile Normal file
View File

@@ -0,0 +1,8 @@
all : luaseri.so
luaseri.so : serialize.c
gcc -Wall -fPIC -O2 -D LUAMODULE -o $@ --shared $^
clean :
rm luaseri.so