forked from gesslar/glpu
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlpc-config.json
37 lines (37 loc) · 875 Bytes
/
lpc-config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"driver": {
"type": "fluffos"
},
"libFiles": {
"master": "/adm/obj/master.c",
"simul_efun": "/adm/obj/simul_efun.c",
"global_include": "/include/global.h",
"player": "/std/living/player.c"
},
"libInclude": [
"/include"
],
"include": ["./"],
"exclude": [
".git/",
".github",
"./u/",
"./tmp",
"./log",
"./doc",
"./data"
],
"diagnostics": "on",
"defines": [
{"MUD_NAME": "\"NAME\"" },
{"__SAVE_EXTENSION__": "\".o\"" },
{"ORIGIN_LOCAL": "0" },
{"__RC_ENABLE_GMCP__": "1"},
{"ORIGIN_DRIVER": "1"},
{"__MAX_BYTE_TRANSFER__": "1"},
{"__MAX_STRING_LENGTH__": "1"},
{"__MAX_READ_FILE_SIZE__": "1"},
{"EESUCCESS": "1"},
{"__MUD_NAME__": "1"}
]
}