rename
This commit is contained in:
parent
8968c1f2a3
commit
e65f192388
@ -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
|
test.exe
|
@ -1 +1 @@
|
|||||||
gcc -o test.exe -L. c_wrapper.dll test.c
|
gcc -o test.exe -L. openim.dll test.c
|
Loading…
x
Reference in New Issue
Block a user