forked from easycheaplife/server_framework
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuild_x64.bat
More file actions
13 lines (13 loc) · 799 Bytes
/
build_x64.bat
File metadata and controls
13 lines (13 loc) · 799 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
@echo off
:: for comment
cmake -G "Visual Studio 11 Win64" .
msbuild.exe ALL_BUILD.vcxproj
xcopy /e /y %cd%\dep\mongoc\x64\bin %cd%\bin\Debug
xcopy /e /y %cd%\dep\mongocxx\x64\lib\mongoclient-gd.dll %cd%\bin\Debug
xcopy /e /y %cd%\dep\jansson\x64\bin\jansson.dll %cd%\bin\Debug
xcopy /e /y c:\local\boost_1_53_0\lib64-msvc-11.0\boost_date_time-vc110-mt-gd-1_53.dll %cd%\bin\Debug
xcopy /e /y c:\local\boost_1_53_0\lib64-msvc-11.0\boost_thread-vc110-mt-gd-1_53.dll %cd%\bin\Debug
xcopy /e /y c:\local\boost_1_53_0\lib64-msvc-11.0\boost_system-vc110-mt-gd-1_53.dll %cd%\bin\Debug
xcopy /e /y c:\local\boost_1_53_0\lib64-msvc-11.0\boost_regex-vc110-mt-gd-1_53.dll %cd%\bin\Debug
md %cd%\bin\Debug\config
copy %cd%\config\servers_template.json %cd%\bin\Debug\config\servers.json