Skip to content

Commit

Permalink
add unzip boost bat file && 7z.exe
Browse files Browse the repository at this point in the history
  • Loading branch information
eliteYang committed May 30, 2014
1 parent f0a2915 commit f870473
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
Binary file added Tool/7z.exe
Binary file not shown.
29 changes: 29 additions & 0 deletions unzip_3rd_party.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
CLS
@echo off

color 0a

Title =====Extract NoahFramework 3rd party libs(Windows)======

rem ========================================================================
echo Start to extract boost_1_53_0

cd Tool
7z x "..\Dependencies\boost_1_53_0.zip.001" -o"..\Dependencies\" -y

echo Extract boost_1_53_0 completed!
pause

rem ========================================================================

echo Start to extract boost_1_53_0 VS2010 VS2012 libs

7z x "..\Dependencies\boost_1_53_0\stage\lib\x64\vs10_0.zip" -o"..\Dependencies\boost_1_53_0\stage\lib\x64\" -y
7z x "..\Dependencies\boost_1_53_0\stage\lib\x64\vs11_0.zip" -o"..\Dependencies\boost_1_53_0\stage\lib\x64\" -y

echo Extract boost_1_53_0 VS2010 VS2012 libs completed!
pause

rem ========================================================================

rem to add more

0 comments on commit f870473

Please sign in to comment.