forked from ketoo/NoahGameFrame
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
eliteYang
committed
May 30, 2014
1 parent
f0a2915
commit f870473
Showing
2 changed files
with
29 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |