13 Star 14 Fork 9

foryoung365 / UVSocket

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Extract.bat 271 Bytes
一键复制 编辑 原始数据 按行查看 历史
foryoung365 提交于 2016-01-06 14:40 . Add Extract batch file
md publish
md publish\include
md publish\lib
md publish\lib\Debug
md publish\lib\Release
xcopy .\UVSocket\*.h .\publish\include /Y
xcopy .\Debug\UVSocket.lib .\publish\lib\Debug /Y
xcopy .\Release\UVSocket.lib .\publish\lib\Release /Y
xcopy .\libuv\*.* .\publish\*.* /Y/e
C++
1
https://gitee.com/foryoung365/UVSocket.git
git@gitee.com:foryoung365/UVSocket.git
foryoung365
UVSocket
UVSocket
master

搜索帮助