Skip to content

Commit

Permalink
feat: add sh for compile dll from cpp wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
CNCSMonster authored and FGadvancer committed Dec 4, 2023
1 parent 658e3f3 commit 276e290
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions c_cpp_wrapper/build_dll.bat
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
go build -buildmode=c-shared -trimpath -ldflags="-s -w" -o openimsdk.dll export.go constant.go protocol.go tools.go



g++ -shared -fPIC -o openimsdkcc.dll openimsdkcc.cc openimsdk.dll

0 comments on commit 276e290

Please sign in to comment.