1 Star 0 Fork 20

泡泡时空/TouchVG

forked from rhcad/TouchVG 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
build.sh 350 Bytes
一键复制 编辑 原始数据 按行查看 历史
rhcad 提交于 2015-04-11 21:09 . v1.1.32.61
#!/bin/sh
# Type `./build.sh -swig` to re-generate JNI and C# classes.
# Type './build.sh' to make Android native libraries.
# Type `./build.sh APP_ABI=x86` to build for the x86 Emulator.
# Type './build.sh -B' to rebuild the native libraries.
#
cd android; sh build.sh $1 $2; cd ..
if [ "$1"x = "-swig"x ] ; then
cd wpf; sh build.sh; cd ..
fi
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/lanicon/TouchVG.git
[email protected]:lanicon/TouchVG.git
lanicon
TouchVG
TouchVG
develop

搜索帮助