2 Star 7 Fork 1

chenjk10/mongodb-c-cxx-Driver

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
mongo-cxx-driver工程.bat 2.17 KB
一键复制 编辑 原始数据 按行查看 历史
chenjinkun 提交于 2017-03-17 19:15 +08:00 . no message
echo off
D:
cd D:\Mongo-Driver
rem ɸĿ¼
mkdir D:\Mongo-Driver\mongo-cxx-driver-r3.1.1\VS
mkdir D:\Mongo-Driver\mongo-cxx-driver-r3.1.1\VS\Win32_Debug
mkdir D:\Mongo-Driver\mongo-cxx-driver-r3.1.1\VS\Win32_Release
mkdir D:\Mongo-Driver\mongo-cxx-driver-r3.1.1\VS\Win64_Debug
mkdir D:\Mongo-Driver\mongo-cxx-driver-r3.1.1\VS\Win64_Release
mkdir D:\Mongo-Driver\mongo-cxx-driver-Bin
mkdir D:\Mongo-Driver\mongo-cxx-driver-Bin\Win32_Debug
mkdir D:\Mongo-Driver\mongo-cxx-driver-Bin\Win32_Release
mkdir D:\Mongo-Driver\mongo-cxx-driver-Bin\Win64_Debug
mkdir D:\Mongo-Driver\mongo-cxx-driver-Bin\Win64_Release
rem 32λDebug
cd D:\Mongo-Driver\mongo-cxx-driver-r3.1.1\VS\Win32_Debug
cmake.exe --target "D:\Mongo-Driver\mongo-cxx-driver-r3.1.1" -G "Visual Studio 14 2015" -DCMAKE_INSTALL_PREFIX=D:\Mongo-Driver\mongo-cxx-driver-Bin\Win32_Debug -DBOOST_ROOT=D:\boost_1_63_0 -DLIBBSON_DIR=D:\Mongo-Driver\mongo-c-driver-Bin\Win32_Debug -DLIBMONGOC_DIR=D:\Mongo-Driver\mongo-c-driver-Bin\Win32_Debug
rem 32λRelease
cd D:\Mongo-Driver\mongo-cxx-driver-r3.1.1\VS\Win32_Release
cmake.exe --target "D:\Mongo-Driver\mongo-cxx-driver-r3.1.1" -G "Visual Studio 14 2015" -DCMAKE_INSTALL_PREFIX=D:\Mongo-Driver\mongo-cxx-driver-Bin\Win32_Release -DBOOST_ROOT=D:\boost_1_63_0 -DLIBBSON_DIR=D:\Mongo-Driver\mongo-c-driver-Bin\Win32_Release -DLIBMONGOC_DIR=D:\Mongo-Driver\mongo-c-driver-Bin\Win32_Release
rem 64λDebug
cd D:\Mongo-Driver\mongo-cxx-driver-r3.1.1\VS\Win64_Debug
cmake.exe --target "D:\Mongo-Driver\mongo-cxx-driver-r3.1.1" -G "Visual Studio 14 2015 Win64" -DCMAKE_INSTALL_PREFIX=D:\Mongo-Driver\mongo-cxx-driver-Bin\Win64_Debug -DBOOST_ROOT=D:\boost_1_63_0 -DLIBBSON_DIR=D:\Mongo-Driver\mongo-c-driver-Bin\Win64_Debug -DLIBMONGOC_DIR=D:\Mongo-Driver\mongo-c-driver-Bin\Win64_Debug
rem 64λRelease
cd D:\Mongo-Driver\mongo-cxx-driver-r3.1.1\VS\Win64_Release
cmake.exe --target "D:\Mongo-Driver\mongo-cxx-driver-r3.1.1" -G "Visual Studio 14 2015 Win64" -DCMAKE_INSTALL_PREFIX=D:\Mongo-Driver\mongo-cxx-driver-Bin\Win64_Release -DBOOST_ROOT=D:\boost_1_63_0 -DLIBBSON_DIR=D:\Mongo-Driver\mongo-c-driver-Bin\Win64_Release -DLIBMONGOC_DIR=D:\Mongo-Driver\mongo-c-driver-Bin\Win64_Release
cd D:\Mongo-Driver
rem pause
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/chenjk10/mongodb-c-cxx-Driver.git
git@gitee.com:chenjk10/mongodb-c-cxx-Driver.git
chenjk10
mongodb-c-cxx-Driver
mongodb-c-cxx-Driver
master

搜索帮助