Commit 7e23958f authored by Alexey Golubev's avatar Alexey Golubev Committed by GitHub

Removed overwrite prompt

parent 7afdca53
......@@ -26,15 +26,15 @@ md %folder%\shared
.\b2.exe --clean
.\bjam.exe link=static --with-filesystem --with-system --with-date_time --with-regex
XCOPY stage\lib\* "%folder%\static\"
XCOPY /Y stage\lib\* "%folder%\static\"
.\b2.exe --clean
.\bjam.exe link=static cxxflags=-fPIC --with-filesystem --with-system --with-date_time --with-regex
XCOPY stage\lib\* "%folder%\static_fpic\"
XCOPY /Y stage\lib\* "%folder%\static_fpic\"
.\b2.exe --clean
.\bjam.exe link=shared --with-filesystem --with-system --with-date_time --with-regex
XCOPY stage\lib\* "%folder%\shared\"
XCOPY /Y stage\lib\* "%folder%\shared\"
SET folder=build/win_64
echo "x64..."
......@@ -54,12 +54,12 @@ md %folder%\shared
.\b2.exe --clean
.\bjam.exe link=static --with-filesystem --with-system --with-date_time --with-regex address-model=64
XCOPY stage\lib\* "%folder%\static\"
XCOPY /Y stage\lib\* "%folder%\static\"
.\b2.exe --clean
.\bjam.exe link=static cxxflags=-fPIC --with-filesystem --with-system --with-date_time --with-regex address-model=64
XCOPY stage\lib\* "%folder%\static_fpic\"
XCOPY /Y stage\lib\* "%folder%\static_fpic\"
.\b2.exe --clean
.\bjam.exe link=shared --with-filesystem --with-system --with-date_time --with-regex address-model=64
XCOPY stage\lib\* "%folder%\shared\"
\ No newline at end of file
XCOPY /Y stage\lib\* "%folder%\shared\"
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment