adjust to include worldName/serverName as tag values, missionName field

This commit is contained in:
2023-04-02 13:16:08 -07:00
parent 258774f763
commit d41cb543d7
12 changed files with 1135 additions and 32 deletions

12
extension/makefile Normal file
View File

@@ -0,0 +1,12 @@
build:
$env:GOARCH="amd64"
$env:CGO_ENABLED=1
go build -o RangerMetrics_x64.so -buildmode=c-shared .
$env:GOARCH = "386"
$env:CGO_ENABLED = 1
go build -o RangerMetrics.dll -buildmode=c-shared .
$env:GOARCH = "amd64"
$env:CGO_ENABLED = 1
go build -o RangerMetrics_x64.dll -buildmode=c-shared .