plugin test

This commit is contained in:
cuu
2018-09-18 18:10:44 +08:00
parent a1f49ad1d9
commit 74723955d9
5 changed files with 33 additions and 5 deletions

9
build.sh Executable file
View File

@@ -0,0 +1,9 @@
#!/bin/bash
go build main.go
##HelloWorld
cd Menu/GameShell/HelloWorld/
go build -o HelloWorld.so -buildmode=plugin
cd -