From bf49e19a47d254a21e48f57e1e7ebb0d5f502ee2 Mon Sep 17 00:00:00 2001 From: Alan <68671759+hanzhixiao@users.noreply.github.com> Date: Fri, 14 Jul 2023 18:15:01 +0800 Subject: [PATCH] Delete build.cmd --- build.cmd | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 build.cmd diff --git a/build.cmd b/build.cmd deleted file mode 100644 index 0e5c18ef2..000000000 --- a/build.cmd +++ /dev/null @@ -1,11 +0,0 @@ -go build -o api.exe ./cmd/openim-api/main.go -go build -o auth.exe ./cmd/openim-rpc/openim-rpc-auth/main.go -go build -o conversation.exe ./cmd/openim-rpc/openim-rpc-conversation/main.go -go build -o friend.exe ./cmd/openim-rpc/openim-rpc-friend/main.go -go build -o group.exe ./cmd/openim-rpc/openim-rpc-group/main.go -go build -o msg.exe ./cmd/openim-rpc/openim-rpc-msg/main.go -go build -o third.exe ./cmd/openim-rpc/openim-rpc-third/main.go -go build -o user.exe ./cmd/openim-rpc/openim-rpc-user/main.go -go build -o push.exe ./cmd/openim-push/main.go -go build -o msgtransfer.exe ./cmd/openim-msgtransfer/main.go -go build -o msggateway.exe ./cmd/openim-msggateway/main.go \ No newline at end of file