This commit is contained in:
yejian 2023-08-30 15:27:20 +08:00 committed by Gordon
parent 8968c1f2a3
commit e65f192388
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

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