From 0ffe9bba01254a9d7db01951fdc3fdd17a6f2b3e Mon Sep 17 00:00:00 2001 From: yejian <596306006@qq.com> Date: Fri, 1 Sep 2023 13:48:37 +0800 Subject: [PATCH] update build_dll.bat --- c_wrapper/build_dll.bat | 2 +- c_wrapper/build_run_test.bat | 2 +- c_wrapper/build_test.bat | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/c_wrapper/build_dll.bat b/c_wrapper/build_dll.bat index c69304a..1ab8539 100644 --- a/c_wrapper/build_dll.bat +++ b/c_wrapper/build_dll.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 diff --git a/c_wrapper/build_run_test.bat b/c_wrapper/build_run_test.bat index e51da8f..e8fdc3c 100644 --- a/c_wrapper/build_run_test.bat +++ b/c_wrapper/build_run_test.bat @@ -1,2 +1,2 @@ -gcc -o test.exe -L. openIM.dll test.c +gcc -o test.exe -L. openimsdk.dll test.c test.exe \ No newline at end of file diff --git a/c_wrapper/build_test.bat b/c_wrapper/build_test.bat index f368158..3950e23 100644 --- a/c_wrapper/build_test.bat +++ b/c_wrapper/build_test.bat @@ -1 +1 @@ -gcc -o test.exe -L. openIM.dll test.c \ No newline at end of file +gcc -o test.exe -L. openimsdk.dll test.c \ No newline at end of file