update build_dll.bat

dev_1
yejian 2 years ago committed by Gordon
parent d76c22e388
commit 0ffe9bba01
  1. 2
      c_wrapper/build_dll.bat
  2. 2
      c_wrapper/build_run_test.bat
  3. 2
      c_wrapper/build_test.bat

@ -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…
Cancel
Save