rename
This commit is contained in:
@@ -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
|
||||||
Reference in New Issue
Block a user