remove extension files (sep repo)

This commit is contained in:
2023-04-02 13:43:20 -07:00
parent d41cb543d7
commit 6044126e86
9 changed files with 0 additions and 1094 deletions

View File

@@ -1,12 +0,0 @@
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 .