dev_1
yejian 2 years ago committed by Gordon
parent 8968c1f2a3
commit e65f192388
  1. 2
      c_wrapper/build_dll.bat
  2. 2
      c_wrapper/build_run_test.bat
  3. 2
      c_wrapper/build_test.bat

@ -1 +1 @@
go build -buildmode=c-shared -ldflags="-s -w" -o c_wrapper.dll export.go
go build -buildmode=c-shared -ldflags="-s -w" -o openim.dll export.go

@ -1,2 +1,2 @@
gcc -o test.exe -L. c_wrapper.dll test.c
gcc -o test.exe -L. openim.dll test.c
test.exe

@ -1 +1 @@
gcc -o test.exe -L. c_wrapper.dll test.c
gcc -o test.exe -L. openim.dll test.c
Loading…
Cancel
Save