update build_dll.bat

This commit is contained in:
yejian 2023-09-01 13:48:37 +08:00 committed by Gordon
parent d76c22e388
commit 0ffe9bba01
3 changed files with 3 additions and 3 deletions

View File

@ -1,2 +1,2 @@
go build -buildmode=c-shared -trimpath -ldflags="-s -w" -o openIM.dll export.go go build -buildmode=c-shared -trimpath -ldflags="-s -w" -o openimsdk.dll export.go

View File

@ -1,2 +1,2 @@
gcc -o test.exe -L. openIM.dll test.c gcc -o test.exe -L. openimsdk.dll test.c
test.exe test.exe

View File

@ -1 +1 @@
gcc -o test.exe -L. openIM.dll test.c gcc -o test.exe -L. openimsdk.dll test.c