rewrite makefile, and remove luacode cache.

This commit is contained in:
Cloud Wu
2014-03-26 15:13:30 +08:00
parent 103602259a
commit 58aa7556a5
107 changed files with 20585 additions and 1070 deletions

View File

@@ -1,6 +1,5 @@
#include "skynet_imp.h"
#include "skynet_env.h"
#include "luacompat52.h"
#include <stdio.h>
#include <stdlib.h>
@@ -113,7 +112,7 @@ main(int argc, char *argv[]) {
optstring("luaservice","./service/?.lua");
config.thread = optint("thread",8);
config.module_path = optstring("cpath","./service/?.so");
config.module_path = optstring("cpath","./cservice/?.so");
config.logger = optstring("logger",NULL);
config.harbor = optint("harbor", 1);
config.master = optstring("master","127.0.0.1:2012");