update build_dll.bat
This commit is contained in:
parent
d76c22e388
commit
0ffe9bba01
@ -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
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
gcc -o test.exe -L. openIM.dll test.c
|
||||
gcc -o test.exe -L. openimsdk.dll test.c
|
||||
test.exe
|
@ -1 +1 @@
|
||||
gcc -o test.exe -L. openIM.dll test.c
|
||||
gcc -o test.exe -L. openimsdk.dll test.c
|
Loading…
x
Reference in New Issue
Block a user