1 Star 0 Fork 2

福建师范大学软件学院 / NoahGameFrame

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build_depx64.bat 1.00 KB
一键复制 编辑 Web IDE 原始数据 按行查看 历史
Johance2 提交于 2017-01-13 14:22 . + 添加链接库
@echo off
echo Building dependencies...
echo Compiling libevent
"..\\Tool\\7z.exe" x libevent-2.0.22-stable.tar.gz -Y
"..\\Tool\\7z.exe" x libevent-2.0.22-stable.tar -Y
del libevent-2.0.22-stable.tar
if exist libevent rd /S /Q libevent
rename libevent-2.0.22-stable libevent
rd /S /Q libevent-2.0.22-stable
echo extract libevent libs
"..\\Tool\\7z.exe" x libx64.zip -Y
copy lib\\x64\\Release\\libevent.a lib\\x64\\Debug\\ /Y
copy lib\\x64\\Release\\libevent.lib lib\\x64\\Debug\\ /Y
copy lib\\x64\\Release\\libevent_core.a lib\\x64\\Debug\\ /Y
copy lib\\x64\\Release\\libevent_core.lib lib\\x64\\Debug\\ /Y
echo Compiling mysql
copy lib\\x64\\Debug\\mysqlpp_d.dll ..\\_Out\\Debug\\ /Y
copy lib\\x64\\Release\\mysqlpp.dll ..\\_Out\\Release\\ /Y
copy lib\\x64\\Release\\libmysql.dll ..\\_Out\\Debug\\ /Y
copy lib\\x64\\Release\\libmysql.dll ..\\_Out\\Release\\ /Y
copy lib\\x64\\Release\\mysqlpp.lib lib\\x64\\Debug\\ /Y
copy lib\\x64\\Release\\libmysql.lib lib\\x64\\Debug\\ /Y
"..\\Tool\\7z.exe" x gperftools-2.5.zip -Y
1
https://gitee.com/FacultyofSoftware/NoahGameFrame.git
git@gitee.com:FacultyofSoftware/NoahGameFrame.git
FacultyofSoftware
NoahGameFrame
NoahGameFrame
master

搜索帮助