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

View File

@@ -12,7 +12,7 @@ snlua.so : service_lua.c
gate.so : gate/mread.c gate/ringbuffer.c gate/main.c
gcc -Wall -g -fPIC --shared -o $@ $^ -I. -Igate
skynet.so : lua-skynet.c
skynet.so : lua-skynet.c lua-serialize/serialize.c
gcc -Wall -g -fPIC --shared $^ -o $@
client.so : service_client.c