-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathpawn.json
35 lines (35 loc) · 1.15 KB
/
pawn.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
{
"user": "Southclaws",
"repo": "pawn-requests",
"entry": "test.pwn",
"output": "test/gamemodes/test.amx",
"dependencies": ["Southclaws/samp-stdlib"],
"dev_dependencies": ["pawn-lang/YSI-Includes"],
"runtime": {
"plugins": ["Southclaws/pawn-requests"]
},
"resources": [
{
"name": "pawn-requests-linux.zip",
"archive": true,
"platform": "linux",
"includes": ["includes"],
"plugins": ["plugins/requests.so"]
},
{
"name": "pawn-requests-windows.zip",
"archive": true,
"platform": "windows",
"includes": ["includes"],
"plugins": ["plugins/requests.dll"],
"files": {
"boost_date_time-vc141-mt-x32-1_68.dll": "boost_date_time-vc141-mt-x32-1_68.dll",
"boost_system-vc141-mt-x32-1_68.dll": "boost_system-vc141-mt-x32-1_68.dll",
"cpprest_2_10.dll": "cpprest_2_10.dll",
"LIBEAY32.dll": "LIBEAY32.dll",
"SSLEAY32.dll": "SSLEAY32.dll",
"zlib1.dll": "zlib1.dll"
}
}
]
}